html, body, #wrapper, .main {
	height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #F3F5F8;
	user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}

.none{
	display: none !important;
}

.hiddenBtn{
	visibility: hidden !important;
}

.soloView {
	width: calc(100% - 196px);
	height: calc(100% - 85px);
	float: left;
	position: relative;
	background-color: #F3F5F8;
}

.allView{
	width: calc(100% - 5px);
	float: left;
	height: 100%;
}

.master{
	width: calc(57% - 5px);
	float: left;
	height: 100%;
}
.sub{
	width: calc(43% - 5px);
	margin-left: 10px;
	float: left;
	height: 100%;
}
.master-in{
	width: calc(52% - 14px);
	float: left;
	height: 100%;
}

.master-inspect {
	width: calc(48% + 4px);
	float: left;
	height: 100%;
}

.outputOrder-Top {
	width: calc(46% - 14px);
	float: left;
	height: 100%;
}

.outputOrder-Down {
	width: calc(54% + 4px);
	margin-left: 10px;
	float: left;
	height: 100%;
}

.sub-in{
	width: calc(48% + 4px);
	margin-left: 10px;
	float: left;
	height: 100%;
}

.spsub{
	width: calc(20% - 5px);
	float: left;
	height: 100%;
}

.spsub-in{
	width: calc(38% + 25px);
	margin-left: 10px;
	float: left;
	height: 100%;
}

.itemMaster{
	width: 25%;
	float: left;
}
.itemSub{
	width: calc(75% - 10px);
	margin-left: 10px;
	float: left;
}

.itemMaster2{
	width: 28%;
	float: left;
}
.itemSub2{
	width: calc(72% - 10px);
	margin-left: 10px;
	float: left;
}

.main{
	position: relative;
	float: right;
}

.top-nav {	
	padding-top: 1%;
	padding: 15px;
	vertical-align: middle;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-var{
	height: 86px;
	border-bottom: solid 0.5px;
	padding: 6px 5px;
	background-color: #f2f2f2;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottom-var{
	border-bottom: solid 0.5px;
	padding: 6px 5px;
	background-color: #f2f2f2;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottom_var > *{
	display : inline-block;
}

.input-button img{
	width : 90px;
	cursor : pointer;
}
.unUseBtn {
	pointer-events: none;
	opacity: 0.5;
}
.top-var>div{
	display:inline-block;
}
.input-box{
	vertical-align: middle;
}
.input-box>div{
	margin: 5px 5px;
	
}
.input-box span{
	display:inline-block;
	margin: 0px 5px;
	width: 75px;
	text-align: right;
}
.input-box input{
	width: 130px;
}
.input-box select{
	width: 130px;
	height: 27px;
}
input::-webkit-calendar-picker-indicator {
    width: 15px;
    padding: 2px;
    margin: 2px;
}
.mid-var {
	background-color: #f2f2f2;
	padding: 0px 5px;
}
.mid-var>div{
	display:inline-block;
}

.lnr-chevron-down{
	color: black;	
}

.dropdown-toggle{
	color: white;
	font-weight:bold;
}

.dropdown-menu > li > a{
	color: black;
}

.dropdown-menu > li > a:hover{
	background-color: #696969;
	color: white;
}
.tabulator{
	border-bottom: 1px solid #bbb;
	font-size: 12px;
}
.tabulator-menu
{
height:300px;
}
.tabulator .tabulator-header .tabulator-col-group{
	width: auto !important;
}
.tabulator-col-title{
	font-family : 'NanumBarunGothicLightSubset';
	color: black;
}

div.tabulator-tableHolder {
	background-color: #d3d3d3 !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input[type=search] { 
	height : 25px
}
.tabulator input[type=checkbox] {
	margin: 0;
	height: 12px;
	width: 12px;
	vertical-align: middle;
}

.datepicker{
  width: 354px !important;
  height: 360px !important;
}

.datepicker-days {
  height: 100%;
}

.table-condensed {
  width: 100%;
  height: 100%;
}

.time-input {
	margin-left: 20px;
	width: 100px;
	text-align: center;
}
.monitor_main {
	background: rgb(42,44,57);
	color: white;
}
.monitor_topvar {
	height: 150px;
	text-align: center;
}
#monitor_content {
	margin: 0px;
	background-color: rgb(57,62,82);
	width: 100%;
	height: 740px;
}
.monitor_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.monitor_wrap .monitor {
	max-width: 500px;
	width: 100%;
	height: 300px;
	font-size: 16px;
}

#toast-container {
	top: 45px;
}

.swal2-popup {
    font-size: 2rem !important;
}