/* Add here all your CSS customizations */


.userbox {
	margin-top: 15px;
	min-width: 160px;
}
.footer {
	position: fixed;
	background: #ffffff;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	text-align: center;
	z-index: 9;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
html.fixed .inner-wrapper {
	padding-bottom: 40px;
}
.userbox .name, .userbox .role {
	max-width: unset;
}
.form-group .card-big-info-title{
	margin: 0;
}
.form-group .bx-camera{
	font-size: 70px;
}
.body-sign .card-sign .card-title-sign .title {
	background-color: #00cbd3;
}
.body-sign .card-sign .card-body {
	border-top: 5px solid #00cbd3;
}
.body-sign .btn-primary {
	background-color: #00cbd3;
	border-color: #00cbd3;
}
.header .logo {
	float: left;
	margin: 3px 0 0 15px;
}
.status_label {
	display: inline-block;
	margin: 8px;
	vertical-align: top;
}
.switch-dark .ios-switch{
	display: inline-block;
}
.pan_container {
	width: 540px;
	height: 540px;
	overflow: hidden;
	user-select: none;
	touch-action: none;
	margin: 0 auto;
	background-size: cover;
	position: relative;
}
.pan_container_sub{
	position: absolute;
	width: 540px;
	height: 540px;
}
.list_image, .list_text{
	font-size: 20px;
}
.value_x, .value_y{
	width: 100px;
	display: inline-block;
}
.xy_value{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.xy_value .fas{
	float: right;
	cursor: pointer;
}
.cover_img {
	float: left;
	/*pointer-events: none;
	position: relative;
	z-index: 2;*/
}
.value_color {
	width: 100px;
	margin-right: 20px;
}
.value_font {
	width: 100px;
}