@charset "UTF-8";
/* by.shkim (수정금지) */

.table-default {
   width: 80% !important;
   border: 1px solid #666666 !important;
   column-gap: 2rem !important;
   font-size: 15px; 
   line-height: 2.0rem;
   text-align: center;
}

.table-default .number{
	text-align: right !important;
}

.table-default th{
   background-color: #323232 !important;
   border: 1px solid #666666 !important;
}

.table-default td{
   background-color: none !important;
   border: 1px solid #666666 !important;
}

.table-default tr{
   border: 1px solid #666666 !important;
   height: 20px;
}

.inner-single {
    width: calc(100% - 1rem);
	height: 100%;
    display: inline-block;
}

.inner-double {
	width: 49%;
	height: 100%;
    display: inline-block;
}

.inner-triple {
	width: 32%;
	height: 100%;
    display: inline-block;
}

.table-default .div-max{
	width: 100%;
	height: 100%;
	float:left;
}

.table-default .div-td-left{
	width: 60%;
	display: inline;
	float:left;
}

.table-default .div-td-right{
	width: 40%;
	display: inline;
	float:left;
    padding-left: 25px;
}

.shkim-nav .nav-item .nav-link{
    width: 300px;
    margin-right: 10px;
    border-color: #eceeef #eceeef #ddd;
} 

.td-desc{
    text-align: left;
}

.table-default select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
}

.table-default input {
    height: calc(2.5rem - 2px);
}

.table-default textarea {
	margin-left: 7px;
}

.table-default input[type="checkbox"] {
    height: 2rem;
}

.btn-custom{	
	margin:20px 10px 10px 10px;
	float:right;
}

.div-notnull-symbol{
	display: inline;
    color: yellow;
    font-weight: bold;
}

.div-unit-symbol{
	display: inline;
    font-weight: 100;
    font-size: smaller;
}

.div-wave-symbol{
	float: left;
    margin: 5px 20px 0px 20px;
}

.content-summary{
    margin-bottom: 1%;
    background: white;
    width: 99%;
    padding: 0.7rem;
    background-color: #393939;
    border: 1px #5D5D5D solid;
}

.content-summary .nav-item .nav-link{
    width: 200px;
    margin-right: 10px;
    font-size: small;
    padding: 0.3rem 0.7rem !important;
    margin-bottom: 0rem !important; 
} 

.content-title-div{
    width: 99%;
    background: #bab2ce;
    color: black;
    border-radius: 0.25rem;
    text-align: center;
    margin-top: 1%;
    font-size: large;
    font-weight: bold;
} 

.content-summary .nav.nav-tabs .nav-item .nav-link.active {
    background-color: white;
    border-radius: 0.25rem 0.25rem 0 0;
    color: black;
}

.tbl-summary{
	width: 100%;	
}

.tbl-summary td, .tbl-summary th, .tbl-summary tr {
    border: 1px solid white;
    font-size: small;
    text-align: center;
    margin: 0;
    padding: 0;
}

.tbl-summary th {
    background: #bbbbbb;
    color: black;
    font-weight: bold;
}

.tbl-summary .line {
    background: #bbbbbb;
}

.content-summary .tab-pane{
    padding-top: 1%;
}

.table-post{
	width: 90%;
}

.table-post .th-single {
	width: 10%;
}

.table-post .td-single {
	width: 90%;
}

.table-post .th-double {
	width: 10%;
}

.table-post .td-double {
	width: 40%;
}

.table-post .th-tripple {
	width: 10%;
}

.table-post .td-tripple {
	width: 20%;
}

.table-post .inner-single {
    display: inline;
}

.table-post select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
}

.table-post input:not([type="radio"]) {
    height: calc(2.5rem - 2px);
}

.table-post textarea {
    margin-left: 9px;
}

.table-post input[type="checkbox"] {
    float: left;
    width: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.table-post input[type="datetime-local"] {
    height: calc(2.5rem - 8px);
}

.table-post fieldset div{
    padding: 0px 10px;
}

.div-file-btn {
  display: block;
  position: relative;
}

.div-file-btn .close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 0px 10px 5px;
  transform: translate(0%, -50%);
  color: white;
  text-shadow: 0;
  opacity: 1;
}

.div-file-btn .close:hover {
	background: #bbb;
}

.select-filter-radio label {
    color: #ffffff;
}

.td-monitor{
    border: 1px solid #e3ebf3;
    width: 200px !important;
}

.td-monitor-time{
	background-color: #cc33ff2b;
    width: 150px !important;
}

.monitor .grid-block line{
	stroke-opacity: 0;
}

.form-control:disabled {
	cursor: not-allowed;
	background-color: #a5a5a5;
}

#table-list_wrapper {
    width: 100%;
    margin: 0 auto;
}

#table-list_wrapper table{
	table-layout: fixed;
}

.search-box-left .td-search-radio label{
    padding-right: 1px;
}

td input:not([type="radio"]), td fieldset {
    /* display: inline-flex; */
    height: calc(2rem - 2px);
    flex-wrap: wrap;
    align-content: center;
}

.tap-list-group {
   padding: 15 50px;
}

.tap-list-group .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
	min-width: 768px;
}

.tap-list-group .list-group {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.tap-list-group .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin: 0 10px;
    color: black;
}

.tap-list-group .list-group .list-group-item.show{
	color: white;	
}

.tap-list-group .list-group .flex-fill{
    flex: 1 1 auto!important;
}

.dataTable .highlight{
    color: yellow;
    font-weight: bold;
    background-color: #7373734a;
}

.detail-page-sdom{
	margin-left: 60px;
    margin-right: 60px;
}

#table-system .td-svr{
	font-size: 0.8rem;
    line-height: 1.2rem;
}
	
.div-chart{
	height: 100px;	
}
	
.div-chart.dir{
	height: 85px;	
}

.div-chart.cpu svg{
    margin: 8% 0%;
    background: none !important; 
}

.span-chart-prc{
	color:white;
    padding: 0px;    
    width: 100px;
	display: inline;
	font-size: 12px;
}

.span-chart-prc .key{
    padding: 0 10px;
}
    
.span-chart-prc .value{
	width: 100px;
	height: 30px;
	display: inline;
    padding: 0 10px;
}

.span-chart-prc .value.ON{
	background-color:#92d050;
}

.span-chart-prc .value.OFF{
	background-color:#FF6465;
}

.div-no-data{
    height: 100%;
    text-align: center;
    top: 25%;
    position: relative;
    font-size: 0.5rem;
    color: #ffffff7a;
}

.search-box-left .search-list-group{
    overflow-y: auto;
    height: 130px;
    display: inline-block;
    background: #cacaca;
    padding-inline-start: 0px !important;
}

.search-box-left .div-list-up{
    margin: 10px;
    overflow-y: auto;
    height: 130px;
    display: inline-block;
    background: none;
    padding-inline-start: 0px !important;
}

.search-box-left .search-list-group .list-group-item{
	height: 40px;
	color: black;
    display: flex;
    align-items: center;
}

.search-box-left .search-list-group .list-group-item .form-check-input{
	margin: 10px;
}

.search-box-left .search-list-group.factory{
    width: 300px;
    font-weight: bold;
}

.search-box-left .search-list-group.factory li{
    color: #967ADC;
}

.search-box-left .search-list-group.factory.hidden-div{
    display : none !important;
}

/* .search-box-left .search-list-group .active{
    background-color: #ebebeb;
    font-weight: bold;
} */

.no-text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    height: 20px;
}