@font-face {
	font-family: 'GD';
	src: url("from_temp/res/img/LeftHeader/GD/font/GD-Regular_0.ttf");
}

/*
.body_fontFamily_Calibri {
	font-family: "Calibri", "Microsoft JhengHei", "Microsoft Yahei", "Arial", "sans-serif";
}*/

.indexBody {
	margin: 0px;
	padding: 0px;
	background-color: var(--LeftNavigator_BackgroundColor_2);
}

.indexContent {
	width: calc(100vw - 256px);
	height: 100vh;
	position: absolute;
	z-index: 1;
	margin-left: 258px;
	background-color: var(--LeftNavigator_BackgroundColor_2);
}

.img_ConstructionSiteView {
	vertical-align: middle;
}

.img_Liveview {
	vertical-align: middle;
}

.div_Logo {
	height: 60px;
}

.img_LogoAb {
	margin-top: 9px;
}

.div_bottom {
	width: 256px;
	height: 56px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

.e_clickSwitchCamera {
	pointer-events: auto;
}

.div_BottomItem {
	width: 180px;
    padding: 16px 24px;
    border-radius: 28px;
    background-color: var(--LeftNavigator_BackgroundColor_2);
}

.div_BottomItemCameraSwitch {
    padding: 16px 24px;
    background-color: #03A705;
    color: white;
	cursor:pointer;
}

.camera_ItemsEvid {
	list-style: none;
	max-height: 160px;
	font-size: 14px;
	/* a li item add 32px */
	width: 90%;
	opacity: 1;
	overflow-y: auto;
	padding: 0;
	background-color: var(--color_CustomerSelect_ul_Items_Background);
	color: var(--color_CustomerSelect_ul_Items_Color);
	margin: 0 0 0 0px;
	position: absolute;
	z-index: 6;
	border-right: solid 1px var(--color_CustomerSelect_ul_Items_Border);
	border-top: 0px;
	transition: 0.3s height, 0.3s opacity;

	line-height: 38px;
	border-radius: 4px;
  }

.camera_ItemsEvid>li:hover {
	background-color: #028647;
	color: var(--color_CustomerSelect_Hover_Color);
	transition: all 0.3s;
	cursor: pointer;
}

.camera_ItemsALPR {
	list-style: none;
	max-height: 160px;
	font-size: 14px;
	/* a li item add 32px */
	width: 90%;
	opacity: 1;
	overflow-y: auto;
	padding: 0;
	background-color: var(--color_CustomerSelect_ul_Items_Background);
	color: var(--color_CustomerSelect_ul_Items_Color);
	margin: 0 0 0 0px;
	position: absolute;
	z-index: 6;
	border-right: solid 1px var(--color_CustomerSelect_ul_Items_Border);
	border-top: 0px;
	transition: 0.3s height, 0.3s opacity;

	line-height: 38px;
	border-radius: 4px;
  }

.camera_ItemsALPR>li:hover {
	background-color: #6230CB;
	color: var(--color_CustomerSelect_Hover_Color);
	transition: all 0.3s;
	cursor: pointer;
}

.span_HiAb {
	width: 138px;
	height: 18px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.29;
	text-align: center;
	vertical-align: middle;
}

.span_LogInCountDownSec {
	width: 38px;
	height: 24px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.09;
	color: #41a7e6;
	vertical-align: middle;
}

.span_LogInCountDownTitle {
	width: 114px;
	height: 18px;
	font-size: 14px;
	line-height: 1.29;
	text-align: center;
	color: #9293a6;
	vertical-align: middle;
}

.span_CameraSwitch_Camera {
	width: 114px;
	height: 18px;
	font-size: 16px;
	line-height: 1.29;
	text-align: center;
	color: var(--color_CustomerSelect_Hover_Color);
	vertical-align: middle;
}

.input_Language {
	margin-right: 40px;
	vertical-align: middle;
	outline: none;
}

.div_Clock {
	margin-right: 20px;
	vertical-align: middle;
	outline: none;
}

.input_RefreshCountDown {
	vertical-align: middle;
	outline: none;
} 

.input_SignOut {
	margin-left: 40px;
	vertical-align: middle;
	outline: none;
}

.input_SignOut:hover {
	background-image: url("from_temp/res/img/index/bt-signout-pre.png");
}

/**************************************************************/

.maskSaveChange {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100vw;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition: 0.5s opacity;
}

.maskSaveChange.active {
	left: 0;
	opacity: 1;
}

.dialogSaveChange {
	width: 350px;
	height: 269px;
	position: absolute;
	top: calc(50vh - 125px);
	left: -100vw;
	z-index: 1001;
	box-sizing: border-box;
	padding-top: 45px;
	color: #2b363f;
	text-align: center;
	background: white;
	opacity: 1;
	border-radius: 5px;
	transition: 0.5s opacity;
}

.dialogSaveChange::before {
	position: absolute;
	top: -35px;
	left: calc(50% - 47px);
	content: url(from_temp/res/img/img-notice.png);
}

.dialogSaveChange.active {
	left: calc(50vw - 175px);
	opacity: 1;
}

.title_big_SaveChange {
	margin-bottom: 16px;
	padding-top: 45px;
	color: #2b363f;
	font-size: 28px;
	line-height: 33px;
}

.title_small_SaveChange {
	width: 290px;
	margin-bottom: 21px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 20px;
}

.cancelBtn_SaveChange {
	width: 130px;
	height: 40px;
	color: black;
	font-size: 14px;
	background: white;
	border: solid 1px #6d7278;
	border-radius: 3px;
}

.saveBtn_SaveChange {
	width: 130px;
	height: 40px;
	margin-left: 30px;
	color: white;
	font-size: 14px;
	background: #45b5fa;
	border: none;
	border-radius: 3px;
}

.maskDialog {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100vw;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.5s opacity;
}

.maskDialog.active {
	left: 0;
	opacity: 1;
}

.dialog {
	width: 350px;
	height: 200px;
	position: absolute;
	top: calc(50vh - 125px);
	left: -100vw;
	z-index: 1001;
	box-sizing: border-box;
	padding-top: 45px;
	color: #2b363f;
	text-align: center;
	background: white;
	opacity: 1;
	border-radius: 5px;
	transition: 0.5s opacity;
}

.dialog::before {
	position: absolute;
	top: -34px;
	left: calc(50% - 47px);
	content: url(from_temp/res/img/img-success.svg);
}

.dialog.active {
	left: calc(50vw - 175px);
	opacity: 1;
}

p {
	margin: 0;
}

.title_big {
	margin-bottom: 16px;
	color: #2b363f;
	font-size: 28px;
	line-height: 33px;
}

.title_small {
	margin-bottom: 21px;
	font-size: 16px;
	line-height: 20px;
}

.okBtn {
	width: 240px;
	height: 40px;
	color: white;
	font-size: 14px;
	background: #6bac27;
	border: none;
	border-radius: 3px;
}

.okBtn:hover {
	background: #528D14;
	transition: 0.5s;
}

.SaveButton {
	width: 139px;
	height: 40px;
	display: none;
	color: white;
	font-size: 16px;
	background-color: var(--color_SaveButton_Bg);
	border: none;
	border-radius: 5px;
	outline: none;
	transition: 0.3s background-color;
}

.SaveButton:hover {
	background-color: var(--color_SaveButton_Hover_Bg);
}

/**************************************************************/

html,
#circle_bg {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#circle {
	width: 100vw;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#circle>.bar {
	width: 110px;
	height: 110px;
	position: absolute;
}

#circle>.bar>.circle {
	width: 12px;
	height: 12px;
	background: white;
	border-radius: 50%;
}

.div_BottomConfirmDialog {
	width: 304px;
	height: 192px;
	position: absolute;
	right: 22px;
	bottom: 24px;
	z-index: 2;
	display: none;
	background-color: #ffffff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.sapn_BottomConfirmDialogTitle {
	width: 256px;
	height: 20px;
	margin-top: 24px;
	margin-left: 24px;
	color: #323a46;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

.img_BottomConConfirmDialog {
	margin-top: 12px;
	margin-left: 24px;
}

.div_BottomConfirmDialogLocation {
	width: 256px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 24px;
}

.sapn_BottomConfirmDialogContentTitle {
	color: var(--LeftNavigator_BackgroundColor_5);
	font-size: 14px;
	line-height: 1.25;
}

.button_BottomConfirmDialog {
	width: 256px;
	height: 40px;
	margin-top: 15px;
	margin-left: 24px;
	color: #ffffff;
	background-color: var(--color_Primary_2);
	border: none;
	outline: none;
	cursor: pointer;
}

.newPassword,
.confirmPassword {
	position: absolute;
	top: 35px;
	right: 8px;
	outline: none;
}

.passwordError {
	width: 211px;
	height: 18px;
	display: none;
	margin-top: 3px;
	color: #ff4a4a;
	font-size: 14px;
	line-height: 1.29;
}

.div_DontWarnMeAgain {
	margin-left: 65px;
}

.div_UpgradeSettings {
	padding-left: 115px;
	margin-bottom: 24px;
	margin-left: 0px;
	display: block;
}

.div_FactoryReset {
	height: 24px;
	margin: 0px;
}

.div_ResetNetworkSettings {
	height: 24px;
    margin-left: 0px;
}

.div_ResetCameraTime {
	height: 24px;
    margin-left: 0px;
}

.input_DontWarnMeAgain_Check {
	cursor: pointer;
	vertical-align: middle;
	outline: none;
}

.span_DontWarnMeAgain {
	vertical-align: middle;
	color: var(--color_SubTitle_Icon);
}

#div_CountDownMainFrame {
	width: 385px;
	height: 100px;
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: calc(50vh - 50px);
}

.img_countdown {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}

.p_UpdatingNotification {
	width: 384px;
	height: 40px;
	position: relative;
	color: #ffffff;
	line-height: 40px;
	background-color: rgba(22, 23, 25, 0.7);
	border-radius: 20px;
}

.index_div_Countdown_Notify {
	padding-left: 8px;
    padding-right: 8px;
	margin-bottom: 8px;
	position: absolute;
	bottom: 70px;
	left: 30px;
	z-index: 100;
	box-shadow: 2px 2px 8px 0 rgba(135, 152, 173, 0.25);
  	border: solid 1px var(--color_ImageTitle_Border);
  	background-color: var(--color_ImageTitle_Bg);
  	display: none;
}

.index_Countdown_Notify {
	color: var(--color_Title);
	font-size: small;
}

/**************************************************************/

.display_none {
	display: none;
}

.v-align_m {
	vertical-align: middle;
}

.t-align_r {
	text-align: right;
}

.position_rel {
	position: relative;
}

.position_abs {
	position: absolute;
}

.t_0 {
	top: 0;
}

.h_14 {
	height: 14px;
	padding: 0px;
}

.dp_n {
	display: none;
}

.w-space_nw {
	white-space: nowrap;
}

.z-id_1 {
	z-index: 1;
}

.m-t_18 {
	margin-top: 18px;
}

.m-t_24 {
	margin-top: 24px;
}

.m-t_30 {
	margin-top: 30px;
}

.m-r_12 {
	margin-right: 12px;
}

.p_0 {
	padding: 0;
}

.p-t_24 {
	padding-top: 24px;
}

.w_100p {
	width: 100%;
}

.p_i_s_20 {
	padding-inline-start: 20px; 
}

.p_b_s_0 {
	margin-block-start: 0em; 
}

.va_align{
	vertical-align: middle;
}
.span_ResetNetworkSettings_SeeMore{
	cursor: pointer;
	color: #56caff;
	font-size: 10px;
}

.line-height_50px {
	line-height: 50px;
}

.height_50px{
	height: 50px;
}