/* content(body) */
#header {
	max-width: 1920px;
	min-width: 1920px;
	width: 1920px;
}

.contents_wrap {
	max-width: 1720px;
	min-width: 1720px;
	width: 1720px;
}

/* icon */
button i {
	vertical-align: middle;
	margin-right: 2px;
}

a i {
	vertical-align: middle;
	margin-right: 2px;
}

/* sweetalert2 */
.swal.btn {
	margin-top: 10px;
}

.swal.btn i {
	margin-right: 5px !important;
}

.swal.btn.confirm-btn {
	height: 36px;
	line-height: 35px;
	border-radius: 6px;
	padding: 0 20px;
	min-width: 100px;
	color: #fff;
	background: linear-gradient(217deg, #5d646b, #5b5e63);
	margin-right: 5px;
}

.swal.btn.cancel-btn {
	height: 36px;
	line-height: 35px;
	border-radius: 6px;
	padding: 0 20px;
	min-width: 100px;
	background: #f6f8fb;
	border: 2px solid #d5d9df;
	color: #67757e;
	margin-left: 5px;
}

/* common-table col width */
col.manage-2 {
	width: 180px;
}

col.manage-3 {
	width: 250px;
}

col.createdAt {
	width: 110px;
}

/* table (auto-width) wrap */
td.wrap_content {
	word-wrap: break-word;
	white-space: normal;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* scene override */
.scene_device_list ul li.active::after {
	content: '';
}

.scene_group_list ul li.active::after {
	content: '';
}
.scene_group_list ul li.active .btn_wrap {
	right: 10px;
}
.scene_device_list ul li span {
	max-width: 250px;
}
.scene_device_list ul li span.active {
	max-width: 250px;
}
.scene_group_list ul li .txt {
	max-width: 240px;
}
.scene_group_list ul li .txt.active {
	max-width: 240px;
}
.preview_screen .screen span.active::after {
	border: 3px dashed #ff0000;
}
.previw_screen_wrap .previw_screen span.active::after {
	border: 3px dashed #d50427;
}

/* sortable */
.sortable_ghost {
	opacity: 0.8;
}

/* fullcalendar */
.fc-header-toolbar {
	margin: 0 !important;
}

/* timeline */
.scenario_scene_list_wrap > .left::before {
	content: '';
}
