/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


@font-face {
	font-family: 'GmarketSans';
	font-weight: 500;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
			 url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff');
	font-display: swap;
} 
@font-face {
	font-family: 'GmarketSans';
	font-weight: 700;
	font-style: normal;
	src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
			 url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff');
	font-display: swap;
} 

.mr-1 {
	margin-right: 5px;
}

.mr-3 {
	margin-right: 15px;
}

.vh {
	height: calc(100vh - 180px);
}

.top-width {
	width: calc(100vw - 40px);
}

.avg-pannel {
	position: absolute !important;
	top: calc(50vh - 230px);
	left: initial !important;
	right: 20px !important;
	width: 350px !important;
	height: 400px !important;
	z-index: 1;
}

.right-pannel {
	position: fixed;
	top: initial;
	bottom: 20px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 0;
}

.top-pannel {}

.bottom-pannel {
	background-color: rgba(40, 47, 70, 0.9);
	border-radius: 10px;
	padding: 20px;
}

.pannel_left-contents {
	text-align: right;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pannel-right-contents-title {
	text-align: center;
	width: 50%;
}

.pannel-right-contents-value {
	text-align: right;
	width: 40%;
}

.pannel-right-contents-unit {
	text-align: left;
	padding-left: 5px;
	padding: 0.5rem!important;
}

.pannel-tables {
	border-bottom-color: rgb(40, 48, 70);
	border-bottom-width: thin;
}

.bg-good {
	background-color: transparent !important;
	width: 40px;
	text-align: center;
}

.bg-normal {
	background-color: #14C014 !important;
}

.bg-bad {
	background-color: #FFC35F !important;
}

.bg-poor {
	background-color: #FE304B !important;
}

.rounded-05 {
	border-radius: 0.5rem !important;
}

#topPannel {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1;
	font-size: 0.9rem;
	width: 100%;
	font-weight: 500;
	font-family: var(--bs-body-font-family);
}

#bottomPannel {
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

#table2 tr td {
	padding: 0px;
}

#table3 tr {
	height: 50px;
}

.align {
	display: flex;
	justify-content: space-around;
}
.align-horizontal-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.align-horizontal-center2 {
	display: flex;
	justify-content: center;
}

.align-justify-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.align-heatingcable-table {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	text-align: center;
}

.custom-bg {
	background: var(--custom-bg);
}
.custom-bg2 {
	background: #0463ef;
}
.top-radius {
	border-top-left-radius: 0.357rem !important;
	border-top-right-radius: 0.357rem !important;
}

.max-height-40-scroll {
	max-height: 40vh;
	overflow-x: scroll;
}

.group-tree {
	height:45vw; 
	max-height:800px; 
	overflow:scroll;
}

.responsive-text{
	font-size: 1.2rem;
}

.card-max-height{
	max-height: 360px;
}

/* 드랍다운메뉴 */
.checkbox-menu li label {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	margin:0;
	transition: background-color .4s ease;
}
.checkbox-menu li input {
	margin: 0px 5px;
	top: 2px;
	position: relative;
}

.checkbox-menu li.active label {
	background-color: #cbcbff;
	font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
	background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
	background-color: #b8b8ff;
}

.browser-states{
	margin-top: 1rem!important;
}

.dtr-title{
	text-align: start;
}

.dtr-data{
	width: 70%;
  white-space: pre-line;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #f1f1f1;
	padding: 0.2em 0;
	display: flex;
	align-items: center;
	max-width: 69vw;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	content: "";
	border-radius: 3px;
	background-color: #f1f1f1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{
	content: "";
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{
	background-color: #f1f1f1;
	transform: rotate(180deg);
}

table.dataTable>tbody>tr.child ul.dtr-details{
	width:100%;
}

.skeleton {
	 border-radius: 5px;
	 background: linear-gradient(to right, rgba(130, 130, 130, 0.1) 8%, rgba(130, 130, 130, 0.2) 18%, rgba(130, 130, 130, 0.1) 33%);
	 animation: wave-squares 2s infinite ease-out;
}

.skeleton-line-size{
	width: 100%;
	min-width: 100px;
	max-width: 300px;
	height: 20px; 
}

@keyframes wave-squares {
	0% {
			background-position: -150px 0;
	}
	 100% {
			background-position: 150px 0;
	}
}

.icon-in-title{
	height: 30px; 
	width:30px;
	margin-left:1rem; 
	margin-right:1rem;
}

.boxplot-card{
	height:450px;
}
.boxplot-header{
	padding-bottom: 0;
	z-index:3;
	height:60px;
}
.boxplot-chart-container{
	z-index:2;
	overflow:hidden;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxplot-chart-contents{
	width:100%; 
	min-width: 24vw;
	margin-top: -130px;
}
@media ( min-width: 2000px ) {
  .boxplot-chart-contents{
		min-width: 15vw;
	}
}
@media ( max-width: 412px ) {
		.boxplot-chart-contents{
			min-width: 100vw;
}
}
.js-plotly-plot .plotly .modebar{
	display: none;
}


.slip-chart-align{
	display: flex;
	align-items: center;
}

.standard-icon{
	width: 80%;
	min-width: 20px;
	max-width: 40px;
}

.gm-style .gm-style-iw-c{
	max-width: 80vw!important;
}

.device-info-modal-content{
	max-height: 80vh;
}

.device-info-modal-body{
	overflow-y: scroll;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.device-info-modal-body::-webkit-scrollbar {
	width: 3px;  /* 스크롤바의 너비 */
}

.device-info-modal-body::-webkit-scrollbar-thumb {
	background: #acacac; /* 스크롤바의 색상 */
	border-radius: 10px;
}

.device-info-modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;  /*스크롤바 뒷 배경 색상*/
}

.gm-style-iw{
	border: none;
	outline: none;
}

p,h1,h2,h3,h4,.btn-close{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}