@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
/*  한국어 */
:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif;
}
 /* 일본어 */
:lang(ja) {
  font-family: 'Noto Sans JP', sans-serif;
}
 /* 중국어 (간체) */
:lang(zh-Hans) {
  font-family: 'Noto Sans SC', sans-serif;
}
/** 다국어페이지 사용방법
<div lang="ko"> ... 한국어 콘텐츠</div>
<div lang="ja"> ... 일본어 콘텐츠</div>
<div lang="zh-Hans"> ... 중국어 간체 콘텐츠</div>
**/

/** reset style  ----------------------------------------------------------------------------------- **/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button,
menu, nav, section, hgroup, article, header, aside, footer {
 font-family: "Noto Sans KR", Malgun Gothic, Dotum, '돋움', Helvetica, Apple SD Gothic Neo, sans-serif;
 padding: 0;
 margin: 0;
 border: 0;
}
html{
 font-size:12px;
}
body {
 height: 100vh;
 background: #EDEFF5;
 line-height: 1.4;
 color: #313131;
 
}
a {
 text-decoration: none;
 color: inherit;
 cursor: pointer;
}
a:hover {
 text-decoration: none;
}
ol, ul {
 list-style: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
img {
 max-width:100%;
}

@media (min-width: 1025px) {
	html{
	 font-size:12px;
	}
}
/** common style  ----------------------------------------------------------------------------------- **/
/* select & input */
select {
    /* height: 31px;
    padding: 0.4rem 0.5rem; */
    padding:2px 7px;
    border: solid 1px #8591a2;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 10px;
    line-height: 1rem !important;
    font-size:inherit;
    /* color: #313131; */
}
input[type=radio]{
	border: 1px solid rgb(160,160,160);
	border-radius: 0px;
	width:14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer
}
input[type=checkbox]{
	border: 1px solid rgb(160,160,160);
	border-radius: 0px;
	width:14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer
}
#textModifyForm input{
 	padding:6px 8px;
 	box-sizing: border-box;
    border: solid 1px #ccc;
    background-color: #fff;
    line-height: 1rem !important;    
}
input[type=text] {
    padding:3px 7px;
    box-sizing: border-box;
    border: solid 1px #8591a2;
    background-color: #fff; 
    line-height: 1rem !important;    
    font-size: 1rem;   
}
input[name=s_date],
input[name=e_date] {
    width:calc(50% - 8px) !important;
}
input[type=password]{
    padding:3px 7px;
    box-sizing: border-box;
   	border: solid 1px #8591a2;
    background-color: #fff; 
    line-height: 1rem !important;
    font-size: 1rem;
}
input[type=email]{
    padding:3px 7px;
    box-sizing: border-box;
    border: solid 1px #8591a2;
    background-color: #fff; 
    line-height: 1rem !important;    
    font-size: 1rem;   
}
input[type=tel]{
    padding:6px 8px;
    margin-right: 0.5rem;
    box-sizing: border-box;
    border: solid 1px #ccc;
    background-color: #fff; 
    line-height: 1rem !important;
}
input[type=number]{
    padding:6px 8px;
    margin-right: 0.5rem;
    box-sizing: border-box;
    border: solid 1px #ccc;
    background-color: #fff; 
    line-height: 1rem !important;
}
input[type=file]{
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
    border: solid 1px #ccc;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 0.5rem;
    line-height: 1rem !important;
}
input[disabled=disabled]{
	background: #E4E4E4;
    color: #999;
}
textarea{
    width: 100%;
    height: 70px;
    border: solid 1px #ccc;
    padding: 0.5rem 0.5rem;
    background-color: #fff; 
    font-size: 0.9rem;
    box-sizing: border-box;
    resize: none;
}
input[name=listFilter]{
		margin-right:5px;
	}
button{
	border: solid 1px #ccc;
    padding: 0.2rem;
    cursor: pointer;
}
select:focus,
input:focus{
	border: solid 1px rgba(29,132,255,0.5);
}
/** komico style  ----------------------------------------------------------------------------------- **/
/**button**/
.search-btn-wrap{
	width:50px;
	height:100%;
	float:left;
	box-sizing: border-box;
	padding-left:5px;
}
a.search-btn{
	display: inline-block;
    width: 45px;
    height: 100%;
    background: #5093E1;
    text-align: center;
    position: absolute;
    border: 1px solid #939eb0;
    border: 1px solid #939eb0;
    /* background: #ffffff; */
    background: -moz-linear-gradient(top, #ffffff 0%, #ced4df 100%);
    /* background: -webkit-linear-gradient(top, #ffffff 0%,#ced4df 100%); */
    /* background: linear-gradient(to bottom, #ffffff 0%,#CED4E4 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced4df',GradientType=0 );
    color: #ffffff !important;
    border: 1px solid #009efb;
    background-color: #009efb;
}
a.search-btn:hover{
    background-color: #1192f6;
    border-color: #0a8cf0;
}
#saveDetail,
#checkAuthDetail,
#saveUserCustBtn,
#saveUserAuthBtn,
.save-config,
#addMenuBtn,
.save-mypage,
.back-btn,
.search-btn{
	float:right;
	display: inline-block;
	height: 23px;
    line-height: 11px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding:0 7px;
    color: #ffffff;
    border: 1px solid #009efb;
    background-color: #009efb;
}
.save-config{
	height: 26px;
}
#saveDetail{
	min-width:100px;
}
#checkAuthDetail{
	min-width:100px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	background-color: #c4c5d6;
    border-color: #c4c5d6;
    color: #fff;
}
#saveUserCustBtn,
#saveUserAuthBtn,
.save-config,
#addMoreText,
.save-mypage,
.back-btn{
	float:none;
}
#addMenuBtn{
	margin-top:5px;
}
.back-btn{
    padding: 0 4px;
	line-height:20px;
    background-color: #c4c5d6;
    border-color: #c4c5d6;
    color: #fff;
}
#saveCustline,
#saveArea{
	float:right;
	display: inline-block;
	height: 23px;
    line-height: 11px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    min-width: 50px;
    margin-bottom:5px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff;
    border: 1px solid #009efb;
    background-color: #009efb;
}

#addMoreText:hover,
#select_btn:hover,
#saveDetail:hover,
#saveCustline:hover,
#saveArea:hover,
#saveUserCustBtn:hover,
#saveUserAuthBtn:hover,
.save-config:hover,
#addMenuBtn:hover,
.save-mypage:hover,
.hc-ws-left-contents-search button.searh-btn:hover,
.search-btn:hover{
	background-color: #1192f6;
    border-color: #0a8cf0;
}
.back-btn:hover,
#checkAuthDetail:hover{
	background-color: #adafc6;
    border-color: #a6a7c1;
}
.hc-workspace-container.fold .search-btn-wrap{
	width:82px;
}
.hc-workspace-container.fold a.search-btn{
	width:77px;
}
a.search-btn span{
	display:inline-block;
	width:100%;
}
a.search-btn span:nth-child(2){
    display:none;
}
.hc-nav-back-btn{
	padding: 5px 15px;
	margin:5px;
	background-color: #333;
	color:#fff;
	font-weight: 600;
	position: absolute;
	right:33px;
	top:16px;
	z-index:10;
}
@media (max-width:600px){
	.hc-nav-back-btn{
		right: 6px !important;
		top: 6px !important;
	}
	.hc-nav-back-btn span:last-child{
		display: none !important;
	}	
}

.hc-nav-back-btn span:last-child{
	display: inline-block;
	margin-left:10px;
}
.hc-workspace-container.fold span:nth-child(2){
    display:inline-block;
}
a.search-btn span.fa{
    margin-top: 80%;
    font-size: 2rem;
    margin-bottom: 10px;
}
.hc-workspace-container.fold a.search-btn span.fa{
    margin-top: 35%;
    font-size: 2rem;
    margin-bottom: 10px;
}
.hc-workspace-container .hc-ws-search.has-2rows a.search-btn span.fa{
	margin-top: 40%;
}
.hc-workspace-container.fold .hc-ws-search.has-2rows a.search-btn span.fa{
	margin-top: 12%;
}
.hc-workspace-container .hc-ws-search.has-4rows a.search-btn span.fa{
	margin-top: 60px;
}
.hc-workspace-container.fold .hc-ws-search.has-4rows a.search-btn span.fa{
	margin-top: 50px;
}
.hc-ws-notification{
	background-color: #ffe951;
	font-weight: 600;
	padding:10px;
	margin-bottom:20px;
	border:1px dashed #aaa;
}
#addMoreText,
#select_btn{
    display: inline-block;
    background-color: #5093e1;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #5093e1;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    border: 1px solid #009efb;
    background-color: #009efb;
}
.hc-no-select {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.hc-ellipsis{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;margin:0px;color:#000;}

container,workspace,properties,modal,item{
	display: block;
}
body{
	background-color: #282828;
}
.hc-app-container{
	overflow:visible;
}
.hc-container{
	width:100vw;
	height: 100vh;
}

/** login page styles **********************************/
form#komico_login{
    width: 670px;
    height: auto;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -335px;
    display: inline-block;
    padding: 35px 25px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

@media (max-width:600px){
	form#komico_login{
	    width: 100vw;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    left: 0;
	    margin-left: 0px;
	    display: inline-block;
	    padding: 10px 10px;
	    background-color: rgba(0, 0, 0, .5);
	    color: #fff;
	}
	
	form#komico_login .login-header{
		margin:0px !important;
		padding:10% 10% !important;
	}
	
	form#komico_login .login-contents{
		margin:0px !important;
		padding:0% 10% 5% 10% !important;
	}
	
	form#komico_login .login-footer{
		margin:0px !important;
		padding:5% 10% !important;
	}
	
}

form#komico_login:after{
	content:"";
	clear:both;
	display:block
}
form#komico_login .login-header{
	margin:10% 0px;
}
form#komico_login .login-header .login-logo{
	text-align: center;
    font-size: 2.8em;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    font-size: 5.2em;
}
.login-contents{
	float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30%;;
}
.login-contents label{
	display:block;
	width:100%;
	margin-bottom: 10px;
    padding: 0px;
    position: relative;
}
.login-contents label span{
	display:none;
	width: 60px;
}
.login-contents label input{
	text-indent: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin-right: 0px;
    border: solid 1px #8591a2;
}
.login-contents label select{
	padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin-right: 0px;
}
.login-contents label input:-webkit-autofill{
   -webkit-box-shadow: 0 0 0 30px white inset;
}
.login-contents label input:-webkit-autofill,
.login-contents label input:-webkit-autofill:hover,
.login-contents label input:-webkit-autofill:focus,
.login-contents label input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 30px white inset;
   transition: background-color 5000s ease-in-out 0s;
}

.login-footer{
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10% 30%;
}
.login-footer .login-btn{
    display: inline-block;
    background: transparent;
    color: #fff;
    width: 100%;
    padding: 0.85em 0 0.8em;
    cursor: pointer;
}
.login-footer label{
	position: relative;
    background: transparent;
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
}

.login-footer label:hover {
    border-color: #009efb;
}

.login-footer label:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #009efb;
    transition: width 0.15s;
}
.login-footer label:hover:before {
    width: 100%;
}

/** workspace styles **********************************/
.hc-workspace-container{
	position: absolute;
	top:40px;
	left:200px;
	margin:0;
	box-sizing: border-box;
	transition:0.4s;
	width: calc(100% - 200px);
    height: calc(100% - 40px);
    overflow:auto;
}
.hc-workspace{
	width: 100% !important;
    min-height: 100% !important;
    background-color: #eef5f9;
    transform-origin: 0% 0%;
    transform: scale(1,1);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin: 0px;
    padding: 15px 15px;
    box-sizing: border-box;
}
.hc-ws-header h1{
	margin:0px 0px 10px 0px;
}
.hc-ws-search{
    max-width: 1690px;
    width: 100%;
 	min-height: 40px;
	padding: 5px;
    margin-bottom:5px;
	box-sizing:border-box;
	border: solid 1px #ddd;   
    background-color: #fff;
    border: solid 1px #d7dfe3;
}
.hc-ws-search:after{
	content:"";
	clear:both;
	display:block;
}
.hc-ws-search > div{
    height: 100%;
    width: 100%;
    position: relative;
}
.hc-ws-search > div:after{
	content:"";
	clear:both;
	display:block;
}
div.scrolling-wrap{
	height: 100%;
	overflow: auto;
    border: solid 1px #98a4b8;
    background: #fff;
}
.hc-ws-contents{
	position: relative;
    max-width: 1690px;
    width: 100%;
    height: calc(100% - 154px);
    box-sizing: border-box;
    border: solid 1px #d7dfe3;
    background-color: #fff;
    font-size: 1rem;
    overflow: hidden;
}
.hc-ws-detail-contents{
	height:100%;
	overflow: auto;
	border:solid 1px #bac2d1;
}
.hc-ws-contents.hc-ws-default .scrolling-wrap{	
    border: none;
}
.hc-ws-contents.hc-ws-select{	
    border: none;
    background: transparent;
}
.hc-ws-contents.hc-ws-select .hc-ws-contents-table-wrap{	
    border: solid 1px #d7dfe3;
}
.hc-ws-contents.hc-ws-select .scrolling-wrap{	
    border: none;
}
.hc-ws-admin-contents{
	background:#fff;
}
.textModifyDiv{
	width: 100%;
    height: 100%;
    overflow: scroll;
    border: solid 1px #98a4b8;
}
.textModifyForm{
	width: 100%;
    height: 100%;
}
.hc-ws-contents.has-4rows{
	height:calc(100% - 250px); 
}
.hc-ws-contents.has-2rows{
	height:calc(100% - 115px) !important; 
}
.hc-ws-contents.has-left{
	float: left;
    max-width: 1405px;
    width: calc(100% - 300px);
    height: calc(100% - 147px);
    padding-left: 5px;
    overflow: auto;
    background: transparent;
    border:none;
}
.hc-ws-contents.has-left-list{
	float: left;
	max-width: 1360px;
    width: calc(100% - 330px);
    height: calc(100% - 34px);  
    padding:5px;
    background: transparent;
    border: solid 1px #d7dfe3;
}
.hc-ws-contents.has-left-menu{
	float: left;
    max-width: 1450px;
    width: calc(100% - 240px);
    height: calc(100% - 34px);  
    padding:5px;
    border:solid 1px #d7dfe3;
}
.hc-ws-button-wrap{
	max-width: 1690px;
    width: 100%;
    min-width: 300px;
    min-height: 34px;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #d7dfe3;
    border-bottom: none;
    background-color: #a8bddd;
    font-size: 12px;
    background: #fff;
    border-top: 4px solid #009efb;
}
.hc-ws-button-wrap.hc-ws-admin-button-wrap{
	/* background:#fff; */
}
.hc-ws-left-contents{
	float:left;
	width:330px;
	height: calc(100% - 147px);
	box-sizing: border-box; 
    border: solid 1px #d7dfe3;      
}
.hc-ws-left-contents.hc-ws-admin-left-contents{
	border-right:none; 
}
.hc-ws-left-contents.hc-ws-admin-left-contents .scrolling-wrap{
	border-top: solid 1px #98a4b8;
}
.hc-ws-left-contents.has-2rows{
    height: calc(100% - 115px) !important;
}
.hc-ws-left-contents.menu-list{
	width:240px;
	height:calc(100% - 34px);	
	background:#fff;
}
.hc-ws-left-contents.account-list{	
	height:calc(100% - 34px);	
}
.hc-ws-left-contents div.scrolling-wrap{
	border:none;
}
.hc-ws-left-contents div.scrolling-wrap .hc-common-table{
	border:none;
}
.hc-ws-left-contents-search{
	padding: 5px;
	margin-bottom: 5px;
}
.hc-ws-left-contents-search select{
	width: 100px;
	margin-right:5px;
}
.hc-ws-left-contents-search input{
	width: calc(100% - 165px);
	margin-right:5px;
}
.hc-ws-left-contents-search button.searh-btn{
    display: inline-block;
    float: right;
    min-width: 50px;
    height: 26px;
    padding:0px;
    box-sizing: border-box;
    background-color: #5093e1;
    font-size: 12px;
    font-weight: 400;    
    text-align: center;    
    color: #ffffff;
    border: 1px solid #009efb;
    background-color: #009efb;
}}
.hc-ws-left-contents-list{
	width:100%;
	height:calc(100% - 70px) !important;
	box-sizing:border-box;
	border-bottom:none;
}
.hc-ws-left-contents-list table{
	border:none;
}
.hc-ws-left-contents-list table th{
	width:33.333%;
}
.hc-ws-left-contents-list table tbody tr:hover{
	background:#e3f2fd;
}
#employee_list tbody tr:hover,
#customer_list tbody tr:hover{
	cursor: pointer;
	background:#e3f2fd;
}
.hc-ws-left-contents-result{
	padding:5px;
	border-top:solid 1px #d7dfe3;
	background: #F8F8F8;
	text-align:right;
}
.hc-ws-contents-table-row{
	height:40px;
    padding: 0px 0px 5px 0px;
    box-sizing: border-box;
}
.hc-ws-contents-table-row:after{
	content:"";
	clear:both;
	display:block;
}
.hc-ws-contents-table-row .head{
	display: inline-block;
    float: left;
    width: 100px;
    height:100%;
    line-height:25px;   
    padding: 5px;
    box-sizing: border-box;
    border:solid 1px #d7dfe3;
    border-right:none;
    text-align: center;
    font-weight: 600;
    background: #009efb;
    color: #fff;
}
.hc-ws-contents-table-row .data{
	display: inline-block;
    float: left;   
    width: calc(100% - 100px);
    height:100%;
    line-height:25px;
    padding: 5px;
    border:solid 1px #d7dfe3;
    box-sizing: border-box;
    background:#fff;
}
.data select{
	width:calc(100% - 110px) !important;
}
.data .add-btn{
    display: inline-block;
    float: right;
    width: 100px;
    min-height: 24px;
    line-height:24px;
    vertical-align:middle;
    box-sizing: border-box;
    background-color: #5093e1;
    font-weight: 400;
    text-align: center;  
    color: #ffffff;
    border: 1px solid #1f3953;
    background-color: #1f3953;
}
.data .add-btn:hover{
	background-color: #4c6175;
    border-color: #4c6175;
}
.hc-ws-contents-table-row .add-btn:hover{
	border: 1px solid #1777e6;
    background-color: #1777e6;
}
.hc-ws-contents-cs-check{
	height: calc((100% - 198px)/2);
	position:relative;
}
.hc-ws-contents-cs-check:after{
	content:"";
	clear:both;
	display:block;
}
.hc-ws-contents-cs-check h3{
	float:left;
	width:calc(100% - 50px);
	height: 23px;
    line-height: 23px;
}
.hc-ws-contents-cs-check .data.scrolling-wrap{
    width: 100%;
    height: calc(100% - 33px) !important;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc !important;
    margin-bottom: 5px;
}
#custlineForm:after{
	content:"";
	clear:both;
	display:block;
}
.hc-ws-sub-container{
	display: none;
}
.hc-ws-sub-container.active{
	display: block;
}
.hc-ws-sub-container .hc-widget-button itemlist item{
	float:right;
}
.hc-ws-sub-container section{
	margin-bottom:20px;
}
.hc-ws-sub-container section h2{
	margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #333;
    padding-bottom: 6px;
}
.hc-ws-sub-container section input[type=submit]{
	padding:8px 30px;
	font-weight: 600;
	cursor:pointer;
	background-color: #333;
	color:#333;
	border: 1px solid #939eb0;
    background: -moz-linear-gradient(top, #ffffff 0%, #ced4df 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ced4df 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ced4df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced4df',GradientType=0 );
}
.hc-ws-sub-container section input[type=submit]:hover{
	border:1px solid #666;
}
.hc-ws-sub-container unit{
	display: inline-block !important;
	font-weight: 600 !important;
	font-size:0.9rem !important;
}
.hc-ws-sub-container section label{
	display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.hc-ws-sub-container section label span{
	display: block;
	font-size:1.1rem;
}
.hc-ws-sub-container section label span:first-child{
	margin-bottom:5px;
}
 .hc-ws-sub-container section label span.single-line{
 	display: inline-block;
}
.hc-ws-sub-container section span.how-to-use{
	display:block;
	color:#156bce;
	background-color: #e9e9e9;
	padding:5px;
	border-radius:3px;
	font-size:1.0rem;
	margin:5px 0px;
}
.hc-ws-sub-container section span.how-to-use ul{
	list-style: decimal;
	padding-left:15px;
}
.hc-ws-sub-container section span.how-to-use ul li{
	padding-left:5px;
}
.hc-sub-title{
	float:right;
	font-size:1.2rem;
	vertical-align: middle;
    line-height: 23px;
}
.hc-contextmenu{
	position: absolute;
	z-index:1000;
	left:0;
	top:0;
	width:150px;
	height: 200px;
	background-color: #fff;
	border:1px solid #aaa;
	box-shadow:3px 3px 3px rgba(0,0,0,0.4);
}
.hc-ws-contents-table-wrap{
    height: calc((100% - 43px)/2);
    margin-bottom: 5px;
    box-sizing: border-box;
    overflow: hidden; 
    background:#fff;
}
.hc-ws-contents-table-wrap:last-child{
	margin-bottom:0px;
}
.hc-ws-contents-table-wrap.contents-top{
    height: 260px !important;
}
.hc-ws-contents-table-wrap.contents-bottom{
    height: calc(100% - 270px) !important;
}
.hc-ws-contents-table-wrap.contents-bottom.has-btn{
    height: calc(100% - 329px) !important;
}
.has-left .hc-ws-contents-table-wrap.contents-bottom{
    height: calc(100% - 303px) !important;
}
.has-left-list .hc-ws-contents-table-wrap{
    height: calc((100% - 241px)/2);
    margin-bottom: 10px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    overflow: hidden; 
}
.has-left-list .hc-ws-contents-table-wrap.contents-bottom{
    height: calc(100% - 330px) !important;
}
/** table styles **********************************/
.hc-common-table{
	width:100%;
	/*GPU performance hack*/
	-webkit-backface-visibility: hidden !important;
    -webkit-perspective: 1000 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    transform: scale(1) !important;
    zoom:1;

}

@supports (-ms-ime-align:auto) {
  .selector { property:value; } 
}
@supports (-ms-ime-align:auto)
and (-webkit-text-stroke:initial) {
  .selector { property:value; } 
}
@supports (-ms-ime-align:auto)
and (not (-ms-accelerator:true)) {
  .selector { property:value; } 
}
@supports (-ms-ime-align:auto)
and (not (-ms-accelerator:true))
and (not (-webkit-text-stroke:initial)) {
  .selector { property:value; } 
}
@supports (-ms-ime-align:auto)
and (not (-webkit-text-stroke:initial)) {
  .selector { property:value; } 
}
_:-ms-lang(x), _:-webkit-full-screen, .selector { property:value; }
_:-ms-lang(x), _::-webkit-meter-bar, .selector { property:value; }
@supports (-ms-ime-align:auto) and (color:unset) {
  .selector { property:value; } 
}
@supports (-ms-accelerator:true) and (color:unset) {
  .selector { property:value; } 
}
@supports (-ms-accelerator:true) {
  .selector { property:value; } 
}
@supports (-ms-accelerator:true) and (not (color:unset)) {
  .selector { property:value; } 
}
_:-ms-lang(x), .selector { property:value; } 
@charset "";

_:-ms-lang(x), .selector { property:value; } 



.hc-common-table tr{
	padding: 5px; 
}
.hc-common-table tbody tr{
	height:32px;
}
.hc-common-table tbody tr.active{
	background-color: #e3f2fd;
}
.hc-common-table th{
	padding: 5px; 
    font-weight: 600;
    border-bottom: solid 1px #bac2d1;
    border-right: solid 1px #bac2d1;
    background: #009efb;
    color:#fff;
    text-align: center;
}
.hc-common-table th:last-child{
    border-right: none;
}
.hc-common-table td{    
    padding: 2px 5px;
    border-right: solid 1px #dce0e8;
    text-align: center;
    border-bottom: solid 1px #dce0e8;
}
.hc-common-table td:last-child{
    border-right: none;
}
.hc-common-table .colspan{
	text-align: left;
}
.hc-common-table input[type=text],
.hc-common-table input[type=password],
.hc-common-table input[type=email]{
	width:100%;	
}
.hc-common-table select{
	width:100%;
}
.hc-common-table th.sorting{
	position: relative;
    padding-right: 30px;
    cursor: pointer;   
}
.hc-common-table th.sorting:before{
	content: "\2191";
	display: block;
    position: absolute;
    right: 1em;  
    opacity: .3;        
}
.hc-common-table th.sorting:after{
	content: "\2193";
	display: block;
    position: absolute;
    right: .5em;
    top:.6rem;   
    opacity: .3;       
}
.hc-common-table th.sorting-asc:before{
	opacity: 1;  
}
.hc-common-table th.sorting-desc:after{
	opacity: 1; 
}
.hc-common-table tbody th{
	width:150px;
    box-sizing: border-box;
}
.hc-common-table .order span{
    padding: 4px 7px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 2px;
}
.hc-search-table{	 
	table-layout: fixed;
	float:left;
    width: calc(100% - 55px);
   	border: solid 1px #ddd; 
}
.hc-workspace-container.fold .hc-search-table{
	width: calc(100% - 82px);
}
.hc-workspace-container.fold .hc-ws-button-wrap,
.hc-workspace-container.fold .hc-ws-search,
.hc-workspace-container.fold .hc-ws-contents{
	max-width:1840px;
	overflow: auto;
}
.hc-workspace-container.fold .hc-ws-contents.has-left-menu{
	max-width:1600px;
}
.hc-workspace-container.fold .hc-ws-contents.has-left-list{
	max-width:1540px;
}
.hc-search-table th{
	width: 120px;
	background: transparent;
	border: none;
    border-right: solid 1px #dce0e8;
    border-bottom: solid 1px #dce0e8;
	background: #F8F8F8;
	background:#e9f2ff;
	color:#313131;
	text-align: left;
}
.hc-required-field:after{
    content: '*';
    display: inline-block;
    position: relative;
    top: 3px;
}
.hc-data-table{
	width: 2020px;
	border:none;
}
.hc-data-table thead{
	width: 2020px;
}
.hc-data-table thead tr{
	width: 2020px;	
}
.hc-data-table thead tr th{		
	text-align: left;
    color: #4a5668;
    font-weight: 500;
    padding: 5px;
    border-bottom: solid 1px #dee2e6;
    border-right: solid 1px #f3f1f1;
    text-align: center;
    white-space: nowrap;
    background: #009efb;
    color: #fff;
}
#emsList thead tr th{
	white-space: nowrap;
}
.hc-data-table thead tr th:last-child{
	border-right:none;
}
.hc-data-table tbody tr:nth-child(odd),
#snList tbody tr:nth-child(odd),
#orderList tbody tr:nth-child(odd){
    background: #f2f4f8;
}
.hc-data-table tbody tr:hover,
#orderList tbody tr:hover,
#snList tbody tr:hover{
	background:#e3f2fd;
}
#inoutList tbody tr:nth-child(odd),
#inoutList tbody tr:hover{
	background: transparent;
}
#inoutList tbody tr:nth-child(4n),
#inoutList tbody tr:nth-child(4n-1){
	background: #f2f4f8;
}
#orderList tbody tr.focus,
#partsList tbody tr.focus,
#snList tbody tr.focus{
	background:#e3f2fd;
}

.hc-data-table tbody td{
	text-align: left;
    white-space: nowrap;
    color: #666;
    color: #67757c;
}
.hc-data-table tbody td:last-child{
	border-right:none;
}
.hc-check-table{
	width:100%;
}
.hc-check-table td{
	width:25%;
	height: 30px;
	padding-bottom: 5px;
    vertical-align: top;
}
.hc-admin-table{
	border: solid 1px #ccc;
    background: #fff;
}
.hc-admin-table tbody tr:last-child td{
	border-bottom:none;
}
.hc-admin-search-table{
	border: solid 1px #ccc;
	margin-bottom:5px;
	background:#fff;
}
.hc-admin-search-table tr{
	border:none;
}
.hc-admin-search-table th{
	border:none;
	border-right: solid 1px #dce0e8;
    border-bottom: solid 1px #dce0e8;
	background: #eee;
	color:#313131;
	text-align: left;
}
.hc-admin-search-table td.colspan{
	border-right:none;
}
.hc-admin-search-table tr:last-child th{
	border-bottom:none;
}
.hc-admin-search-table tr:last-child td{
	border-bottom:none;
}
label.radio,
label.checkbox{
    display: inline-block;
	position: relative;
    text-indent: 23px;
    transition: all .3s;
    cursor: pointer;
    word-break: keep-all;
}
label.radio{
	margin-right:10px;
}
label.radio input[type=radio],
label.checkbox input[type=checkbox]{
	position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
    opacity: 0;
    margin:0px;
}
label.radio span,
label.checkbox span{
	display: inline-block;
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 1px #8591a2;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #ffffff 0%, #ced4df 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ced4df 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#CED4E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced4df',GradientType=0 );
}
label.radio span{
	border-radius: 50%!important;
}
label.radio span:after,
label.checkbox span:after{
    content: '';
    position: absolute;
    display: none;
}
label.radio span:after{
	top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    height: 4px;
    width: 4px;
    border-radius: 100%!important;
    border: solid 1px #666;
    background: #666;
}
label.checkbox span:after{
	top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -6px;
    width: 3px;
    height: 7px;
    border-width: 0 2px 2px 0!important;
    transform: rotate(45deg);
    border: solid 1px #666;
}
label.radio input:checked~span:after,
label.checkbox input:checked~span:after{
	display: block;
}
label.check-all{
    width: auto;
    display: inline-block;
    position: absolute;
    left: 51px;
    top: 3px;
    cursor: pointer;
}
label.check-all input{
	position: relative;
    top: -1px;
}

.floatThead-table th{
	font-weight: 500;
    text-align: center;
}

.hc-common-table tbody tr td.LINE_NUMBER,
.hc-common-table tbody tr td.ORDER_QTY,
.hc-common-table tbody tr td.IN_CNT,
.hc-common-table tbody tr td.WAFER_CNT,
.hc-common-table tbody tr td.PM,
.hc-common-table tbody tr td.CLEAN_CNT,
.hc-common-table tbody tr td.CT_CNT,
.hc-common-table tbody tr td.KIT_CNT,
.hc-common-table tbody tr td.RF_TIME,
.hc-common-table tbody tr td.ORDER_QTY,
.hc-common-table tbody tr td.CONFIRM_QTY,
.hc-common-table tbody tr td.INSP_QTY,
.hc-common-table tbody tr td.NOT_INSP_QTY,
.hc-common-table tbody tr td.MIG_QTY,
.hc-common-table tbody tr td.OUT_QTY{
	text-align: right;
}
.hc-common-table tbody tr td.ORDER_DATE,
.hc-common-table tbody tr td.IS_IR,
.hc-common-table tbody tr td.OUT_DATE,
.hc-common-table tbody tr td.ISSUE_DATE,
.hc-common-table tbody tr td.IS_BULK{
	text-align: center;
}


/** widget styles **********************************/
widget{
	display: block;
}
.hc-widget ul{
	padding:0px;
	margin:0px;
	list-style: none;
}
.hc-widget-menu{
	position: absolute;
    top: 0px;
    left: 200px;
    width: calc(100% - 200px);
    height: 40px;
    background-color: #272c33;
    /* color: #fff; */
    padding: 7px 0 7px 10px;
    box-sizing: border-box;
    transition: 0.4s;
    border-bottom: 1px solid #ccc;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.1);
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}
.hc-widget-menu itemlist{
	display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 11px;
}
.hc-widget-menu item.hc-page-name{
	display: inline-block;
	min-width:40px;
	margin-left:10px;
	margin-right:10px;
	font-size:1.2rem;
	line-height:1.2rem;
	font-weight:600;
	color:#fff !important;
	vertical-align: middle;
}
.hc-widget-menu item.hc-database-name{
	display: inline-block;
	min-width:30px;
	margin-right:10px;
	font-size:1.2rem;
	line-height:1.2rem;
	font-weight:600;
	color:#fff !important;
	vertical-align: middle;
}
.hc-widget-menu item.hc-menu-item{
	display: inline-block;
    background-color: #5093e1;
    padding: 5px 5px;
    font-size: 12px;
    margin-right: 5px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    float: right;
    font-weight: 400;
    /* color: #fff; */
    border: 1px solid #009efb;
    color: #1e88e5;
    background-color: #fff;
    border-color: #1e88e5;
}
.hc-widget-menu item.hc-menu-item.active{
	background-color: #305090;
	color:#fff;
}
.hc-widget-toolbar{
	position: absolute;
    top: 0px;
    left: 0;
    width: 200px;
    height: 100vh;
    background-color: #272c33;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
    overflow:auto;
}
.hc-widget-toolbar item.hc-title-item{
	display: block;
    height: 40px;
    color: #fff;
    font-size: 1.3rem;
    background-color: #fff;
    line-height: 40px;
    padding: 0 0px 0 12px;
    box-sizing: border-box;
    background-image: url(img/komico_logo.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 40% 60%;
}
.hc-widget-toolbar item.hc-title-item .hc-widget-foldable-btn{
	float:right;
	border:none;
	box-sizing: border-box;
	width: 24px;
    height: 40px;
    background-color: transparent;
    color:#fff;
    font-size:1.3rem;
}
.hc-widget-toolbar item.hc-title-item .hc-widget-foldable-btn{
	width:50px;
	background:url("img/menu_icon_b.png") no-repeat;
	background-position: center center;
    padding: 0px;
}
.hc-widget-toolbar item.hc-account-information-item.fold-info{
	display: none;
}
.hc-widget-toolbar item.hc-account-information-item > ul{
	padding:20px 0px 10px 0px;
}
.hc-widget-toolbar item.hc-account-information-item > ul > li{
	text-align: center;
}

.hc-widget-toolbar item.hc-account-information-item > ul > li span.act-user-id{
	margin-left:5px;
	background-color: #118675 !important;
	cursor: pointer !important;
}

.hc-widget-toolbar item.hc-account-information-item > ul > li[data-type=user-id] > span{
	cursor: default;
}
.hc-widget-toolbar item.hc-account-information-item > ul > li[data-type=user-type] > span{
	display:inline-block;
	font-weight: 400;
	margin-top:5px;
	padding:2px 4px;
	background-color: #c32727;
	color:#fff;
	font-size:10px;
	cursor: default;
}
.hc-widget-toolbar item.hc-account-information-item itemlist{
	display:block;
	padding:10px 0px 20px 0px;
	text-align: center;
}
.hc-widget-toolbar item.hc-account-information-item itemlist item{
	display: inline-block;
	min-width:40px;
	margin:0px 2px;
	background-color: #aaa;
	color:#000;
	padding:3px 3px;
	font-size:10px;
	border-radius:2px;
	cursor:pointer;
}
.hc-widget-toolbar item.hc-tool-item{
    padding:10px 0px 10px 12px;
    min-height: 24px;
    line-height: 22px;
	color: #798699;
	position: relative;
	border-bottom:1px solid rgba(255,255,255,0.15);
	font-size:13px;
	transform: rotateX(0deg);
}
.hc-widget-toolbar .hc-tool-item-foldable{
	background-image: url("img/submenu_indicator.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.hc-widget-toolbar item.hc-account-information-item{
	border-bottom:1px solid rgba(255,255,255,0.15);
	cursor:default;
}
.hc-widget-toolbar item.hc-tool-item.active{
	background-color: rgba(29,132,255,0.5);
    /* background-color: #45b9c7; */
    transform: rotateX(360deg);
    transition: 0.4s;
    background-image: url(img/active_menu_tab.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    /* color: #26c6da; */
    background: #1e88e5;
}
.hc-widget-toolbar item.hc-tool-item itemlist{
	height: auto;
    width: 100%;
    display: block;
    margin-top:10px;
}
.hc-widget-toolbar item.hc-tool-item > itemlist item{
	padding-left: 20px;
	border-bottom:1px solid rgba(0,0,0,0.5);
    margin-left: -12px;
}
.hc-widget-toolbar item.hc-tool-item > itemlist item:last-child{
	border-bottom:none;
}
.hc-widget-toolbar item.hc-tool-item:hover{
	background-color: rgba(0,0,0,0.2);
    color: #fff;
}
.hc-widget-toolbar item.hc-tool-item > icon{
	display: inline-block;
	float:right;
	width:24px;
	height:24px;
	line-height:24px;
	text-align: center;
	font-size:18px;
	color:#fff;
	padding:3px;
	border-radius:2px;
    position: absolute;
    right: 12px;
    top: 22px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.hc-widget-toolbar item.hc-tool-admin icon:after{
	content:"A";
	display: block;
	width:10px;
	height: 10px;
	background-color: #ff9900;
	color:#333;
	font-weight: 600;
	font-size:10px;
	padding:0px;	
	line-height: 10px;
	vertical-align: middle;
	text-align: center;
	left:0px;
	margin-top:-10px;
	z-index:10;
	border-radius:2px;
	position: relative;
}

.hc-widget-toolbar item.hc-tool-mobile-support icon:after{
	content:"M";
	display: block;
	width:10px;
	height: 10px;
	background-color: #ff0080;
	color:#333;
	font-weight: 600;
	font-size:10px;
	padding:0px;	
	line-height: 10px;
	vertical-align: middle;
	text-align: center;
	left:0px;
	margin-top:-10px;
	z-index:11;
	border-radius:2px;
	position: relative;
}

item.hc-object{
	background-color: #fff;
}
item.hc-object.active{
	border:2px solid red !important;
}
.hc-widget-button{
    width: 100%;;      
    box-sizing: border-box;
    transition: 0.4s;
    clear: both;
}
.hc-widget-button itemlist{
	display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 11px;
}
.hc-widget-button item.hc-button-item{
    display: inline-block;
    min-width: 50px;
    padding: 5px 10px;
    margin-right: 5px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;    
    color: #ffffff !important;
    border: 1px solid #1f3953;
    background-color: #1f3953;  
}
.hc-widget-button item.hc-button-item:hover{
    background-color: #4c6175;
    border-color: #4c6175;
}
.hc-widget-button item.button-left{
    float:left;
}
.hc-widget-button item.button-right{
    float: right;
}
.hc-widget-button item.hc-text-item{
    background: transparent;
    color: #5093e1;
    color: #ff2828;
    border: none;
    cursor: default;
}
.hc-widget-button item.hc-text-item:hover{
    background: transparent;
    border: none;
}
.hc-widget-menu-mgmt{
	display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
}
.hc-widget-menu-mgmt:after{
	content:"";
	clear:both;
	display:block;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item{
    min-height: 24px;
    padding: 10px 42px 10px 12px;
    line-height: 22px;
    position: relative;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item:hover{
	background:#d7d7d7;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item.active{
	background:#009efb;
	color:#fff;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item.active .hc-menu-mgmt-item,
.hc-widget-menu-mgmt .hc-menu-mgmt-item:hover .hc-menu-mgmt-item{
	background:fff;
	color:#000;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item.active .hc-menu-mgmt-item:hover,
.hc-widget-menu-mgmt .hc-menu-mgmt-item:hover .hc-menu-mgmt-item:hover,
.hc-widget-menu-mgmt .hc-menu-mgmt-item:hover .hc-menu-mgmt-item.active{
	background:#5093e1;
	color:#fff;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item > icon{
    display: inline-block;
    float: right;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 1rem;
    border-radius: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.hc-widget-menu-mgmt .hc-menu-mgmt-item > icon:hover{
	background-color: rgba(0,0,0,0.3);
}
.hc-widget-menu-mgmt .hc-menu-mgmt-sub-item itemlist{
	display: block;
	position: absolute;
    top: 100%;
    width: 100%;
	height: auto; 
    padding-right: 15px;
    box-sizing: border-box;
}
.hc-widget-menu-mgmt .hc-menu-mgmt-sub-item .hc-menu-mgmt-item{
    padding-left: 25px;
    margin-right: 0px;
    margin-left: -15px;
}

/** fold styles **********************************/
.hc-widget-toolbar.fold{
	left:-150px !important;
	transition:0.4s;
}
.hc-widget-menu.fold{
	left:50px !important;
	width:calc(100vw - 50px);
	transition:0.4s;
}
.hc-workspace-container.fold{
	left:50px !important;
	transition:0.4s;
	width: calc(100% - 50px);
}
/** modal styles *********************************/
.hc-modal-screen{
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	background-color: rgba(0,0,0,0.3);
	z-index:10000;
}
.hc-modal-container{
	position:absolute;
	width:100%;
	height:100%;
	max-width:600px;
	max-height:500px;
	background-color: #fff;
	box-sizing: border-box;
	border:1px solid #aaa;
	border-radius:4px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.7);
}
.hc-modal-container > .hc-modal-header{
	height: 40px;
	background-color: #272c33;
	color:#fff;
	cursor:move;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 8px 10px;
    box-sizing: border-box;
}
.hc-modal-container > .hc-modal-header:hover{
	background-color: #555;	
}
.hc-modal-container > .hc-modal-header > span{
	font-size:20px;
	line-height:20px;
	vertical-align: middle;
	float:left;
}
.hc-modal-container > .hc-modal-header > button.hc-modal-close{
	float: right;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    line-height: 16px;
}

.hc-modal-container > .hc-modal-body{
	word-wrap: break-word;
	word-break:break-word;
	width:100%;
	height: calc(100% - 40px);
	overflow:auto;
}

.hc-modal-cs-container > .hc-modal-body{
	height:calc(100% - 73px);
	margin-bottom:5px;
}

.hc-modal-cs-container > .hc-modal-body .hc-modal-search{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px;
    text-align: center;
}
.hc-modal-cs-container > .hc-modal-body .hc-modal-search input[type=text]{
	display:inline-block;
	width: 200px;
	margin:0px auto;
}
.hc-modal-cs-container > .hc-modal-body .hc-modal-search .search-btn{
	display:inline-block;
	float:none !important;
	height: 26px;
    line-height: inherit;
}
.hc-modal-cs-container > .hc-modal-body .hc-modal-search-selected{
	height: 60px;
	overflow-y:auto;
	margin-top: 4px;
}

.hc-modal-cs-container > .hc-modal-body .hc-modal-search-selected span{
    background-color: #ddd;
    padding: 1px 3px;
    margin: 1px 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    cursor:pointer;
}

.hc-modal-cs-container > .hc-modal-body > form{
   	height: calc(100% - 110px) !important;   	
    border: solid 1px #dce0e8;
    overflow: auto;
}

.hc-modal-cs-container table{
	table-layout: fixed;
}
.hc-lang-container form label,
.hc-modal-add-user-container form label,
.hc-group-container form label{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.hc-modal-add-user-container form label:last-child,
.hc-lang-container form label:last-child,
.hc-group-container form label:last-child{
	border:none;
}
.hc-lang-container form label span,
.hc-modal-add-user-container form label span,
.hc-group-container form label span{
    display: inline-block !important;
    width: 80px;
    word-break: keep-all;
   	font-weight: 500;
}
.hc-lang-container > .hc-modal-body form label input[type=text],
.hc-lang-container > .hc-modal-body form label input[type=password],
.hc-lang-container > .hc-modal-body form label select,
.hc-lang-container > .hc-modal-body form label input[type=email],
.hc-modal-add-user-container > .hc-modal-body form label input[type=text],
.hc-modal-add-user-container > .hc-modal-body form label input[type=password],
.hc-modal-add-user-container > .hc-modal-body form label select,
.hc-modal-add-user-container > .hc-modal-body form label input[type=email],
.hc-group-container > .hc-modal-body form label input[type=text],
.hc-group-container > .hc-modal-body form label input[type=password],
.hc-group-container > .hc-modal-body form label select,
.hc-group-container > .hc-modal-body form label input[type=email] {
    width: calc(100% - 90px) !important;
    margin-left: 10px;
}

.hc-modal-cs-container table td{
	width:25%;
    box-sizing: border-box;
    padding-right: 10px;
	
}
.hc-modal-check-container .hc-modal-body span{
	display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 124px;	
}
.hc-modal-check-mobile-container{
	width:300px !important;
	left:calc(50vw - 149px) !important;
}
.hc-modal-date-container .hc-modal-body span{
	display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
.hc-account-container label:first-child{
	display: block;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    vertical-align: middle;
    cursor: pointer;
}
.hc-account-container label span{
    display: inline-block !important;
    width: 85px;
}
.hc-account-container > .hc-modal-body form label input[type=text]{
	width: calc(100% - 95px) !important;
    margin-left: 10px;
}
.hc-modal-container > .hc-modal-footer{
    text-align: center;
    margin-bottom: 5px;
}
.hc-modal-container > .hc-modal-footer:after{
	content:"";
	clear:both;
	display:block;
}

.hc-modal-container > .hc-modal-body .hc-load-button{
	height: 30px;
	width: 100%;	
}

.hc-modal-container > .hc-modal-body textarea{
	width:100%;
	height: calc(100% - 30px);
	box-sizing: border-box;
}
.hc-modal-container > .hc-modal-body form{
	display: block;
	height: 100%;
	padding:10px;
	box-sizing: border-box;
}
.hc-modal-container > .hc-modal-body form label{
	display: block;
	margin-bottom:10px;
	word-break: break-all;
	word-wrap: break-word;
}
.hc-modal-container > .hc-modal-body form label span{
	display: block;
}
.hc-modal-container > .hc-modal-body form label input[type=text],
.hc-modal-container > .hc-modal-body form label input[type=email]{
	width:100%;
	border:1px solid #aaa;
}
.hc-modal-container > .hc-modal-body form input[type=submit]{
    float:right;
	display: inline-block;
	height: 23px;
    line-height: 11px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding: 0 4px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff;
    border: 1px solid #009efb;
    background-color: #009efb;
}
.hc-modal-container > .hc-modal-body form input[type=submit]:hover{
	background-color: #1192f6;
    border-color: #0a8cf0;
}
.tableList{
	display: block;
    padding: 10px;
    margin: 0px;
}
.tableList li{
	display: block;
    padding: 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    vertical-align: middle;
    cursor: pointer;
}
.tableList li:hover{
	background-color: #eee;
    transition: 0.1s;
}
.tableList li span.excel-btn{
	float: left;
	display: inline-block;
    width: 30px;
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}
.tableList li span.excel-btn img{
	width:100%;
	max-width:100%;
}
.excel-name{
    float: left;
    display: inline-block;
}
.hc-modal-add-user-container select{
	width:100%;
	margin-right:0px;
	border: 1px solid #aaa;	
}
.hc-modal-add-user-container input[type=password]{
	width:100%;
	border: 1px solid #aaa;
}
/** language selector styles *******************/
ul.hc-lang-selector{
	display: block;
	padding:10px;
	margin:0px;
}
ul.hc-lang-selector > li{
	display: block;
	padding:10px;
	height: 20px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	font-size:1.4rem;
	vertical-align: middle;
	cursor:pointer;
}
ul.hc-lang-selector > li > span{
	margin-right:20px;
}
ul.hc-lang-selector > li:hover{
	background-color: #eee;
	transition:0.1s;
}

/** database selector styles *******************/

ul.hc-database-selector{
	display: block;
	padding:10px;
	margin:0px;
}
ul.hc-database-selector > li{
	display: block;
	padding:10px;
	height: 20px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	font-size:1.4rem;
	vertical-align: middle;
	cursor:pointer;
}
ul.hc-database-selector > li > span{
	margin-right:20px;
}
ul.hc-database-selector > li:hover{
	background-color: #eee;
	transition:0.1s;
}
.hc-database-production{
	display:inline-block;
	min-width:50px;height: 16px;color:#fff;text-align:center;padding:3px 0px;
	background-color: #0089ff;
}
.hc-database-staging{
	display:inline-block;
	min-width:50px;height: 16px;color:#fff;text-align:center;padding:3px 0px;
	background-color: #1bac1b;
}
.hc-database-test{
	display:inline-block;
	min-width:50px;height: 16px;color:#fff;text-align:center;padding:3px 0px;
	background-color: #ffbc00;
}
.hc-database-development{
	display:inline-block;
	min-width:50px;height: 16px;color:#fff;text-align:center;padding:3px 0px;
	background-color: #777;
}

.hc-database-production-icon{
	display:inline-block;
	color:#fff;text-align:center;padding:0px 5px;margin-left:4px;
	background-color: #0089ff;
}
.hc-database-staging-icon{
	display:inline-block;
	color:#fff;text-align:center;padding:0px 5px;margin-left:4px;
	background-color: #1bac1b;
}
.hc-database-test-icon{
	display:inline-block;
	color:#fff;text-align:center;padding:0px 5px;margin-left:4px;
	background-color: #ffbc00;
}
.hc-database-development-icon{
	display:inline-block;
	color:#fff;text-align:center;padding:0px 5px;margin-left:4px;
	background-color: #777;
}

/** effect styles ******************************/
.hc-effect-fadein-100ms{
	opacity:1 !important;
	transition:0.1s;
}
.hc-effect-fadein-200ms{
	opacity:1 !important;
	transition:0.2s;
}
.hc-effect-fadeout-100ms{
	opacity:0 !important;
	transition:0.1s;
}

.hc-effect-fadeout-200ms{
	opacity:0 !important;
	transition:0.2s;
}

.hc-effect-moveout-top-100px-400ms{
	top:-100px !important;
	transition:0.4s;
}

@keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-wedges {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-wedges {
  position: relative;
}
.lds-wedges > div > div {
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
  -webkit-animation: lds-wedges 3s linear infinite;
  animation: lds-wedges 3s linear infinite;
  opacity: 0.8;
}
.lds-wedges > div > div > div {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 70px 0 0 0;
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}
.lds-wedges > div div:nth-child(1) > div {
  background: #482173;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(1) {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.lds-wedges > div div:nth-child(2) > div {
  background: #2e6f8e;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.lds-wedges > div div:nth-child(3) > div {
  background: #29af7f;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(3) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.lds-wedges > div div:nth-child(4) > div {
  background: #bddf26;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lds-wedges > div div:nth-child(4) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.lds-wedges {
  width: 165px !important;
  height: 165px !important;
  -webkit-transform: translate(-82.5px, -82.5px) scale(0.825) translate(82.5px, 82.5px);
  transform: translate(-82.5px, -82.5px) scale(0.825) translate(82.5px, 82.5px);
}

lock{
	display: block;
	position: fixed;
	z-index:1000;
	left:0;top:0;
	width:100vw;height: 100vh;
	background-color: rgba(0,0,0,0.3);
}

lock > feedback{
	text-align: center;
	display: block;
	height: 100px;
	margin:calc(50vh - 100px) 0px;
}
lock > feedback > div.ng-scope{
	width:165px;height:165px;
	display:inline-block;
	text-align: center;
}
lock > feedback > message{
	display: block;
	color:#fff;
	font-size:2rem;		
}

/** notification and message box styles **/
.hc-attention-area{background-color: rgba(255,30,30,0.5);transition:0.1s;}

.hc-message-box{position: fixed;z-index: 10000;left:0;top:0;width:100vw;height: 100vh;}
.hc-message-box message{
	display:block;min-width:300px;max-width:40%;width:100%;min-height: 60px;max-height:60px;height: 50%;
	margin-left:auto;margin-right:auto;margin-top:calc(50vh - 30px);
	background-color: #fff;border:1px solid rgba(0,0,0,0.5);border-radius:5px;box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	font-size:16px;text-align: center;color:#333;line-height: 60px;vertical-align: middle;
}

.hc-notification{
	position: fixed;left:0;top:0;width:100%;height: 50px;font-size: 14px;background-color: #3b7cc1;overflow:hidden;
	z-index: 10000;
}
.hc-notification span{color:#fff;float:left;display:inline-block;height: 30px;line-height: 30p;vertical-align: middle;margin-right:10px;font-size:30px;padding:10px;background-color: rgba(0,0,0,0.15);}
.hc-notification[level=info]{background-color: #3b7cc1;}
.hc-notification[level=tip]{background-color: #43b54c;}
.hc-notification[level=done]{background-color: #2bb736;}
.hc-notification[level=warning]{background-color: #b51717;}
.hc-notification[level=error]{background-color: #484848;}

.hc-notification message{float:left;display:inline-block;line-height: 50px;vertical-align: middle;color:#fff;font-weight: 600;padding-left:10px;}
.hc-notification close{float:right;display: inline-block;line-height: 30px;color:#fff;padding:10px;cursor:pointer;text-align: center;vertical-align: middle;}
.hc-notification close:hover{background-color: rgba(0,0,0,0.3);}

.hc-action-pointing{
	font-weight: 600;
	cursor:pointer;
	color:#0087ff;
}
.hc-action-pointing:BEFORE{
	content: "'";
}
.hc-action-pointing:AFTER{
	content: "'";
}
.hc-action-pointing-target{
	background-color:orange !important;
	color:#fff !important;
	box-sizing: border-box;transition:0.2s;
	opacity:0.8 !important;
}

/** message box styles ***********************/
.jMsgbox-overlay{z-index:10000000 !important;background:url('/resources/img/bg_gray_line_mask.png');}
.jMsgbox-wrap{z-index:10000000 !important;width:400px !important; min-height: 145px !important;height:auto;} 
.jMsgbox-foot input{margin:0px !important;}
.jMsgbox-ok{min-width:70px;margin-right:5px !important;}
.jMsgbox-cancel{min-width:70px;background-color: #848484 !important;}
.jMsgbox-cancel:hover{background-color: #555 !important;}
.jMsgbox-content .jMsgbox-shortcut{padding-right:10px !important;padding-top:10px !important;line-height: 1.6em !important;text-align: left;min-height: 75px;word-break: break-all;width:auto !important;    font-size: 13px !important;word-break: keep-all;}
.jMsgbox-info ul{padding:10px;margin:0px 0px 0px 10px;}
.jMsgbox-info ul li{font-size:14px;}


/** parts search styles ***********************/
form#partsSearchForm{
    position: relative;
    float: left;
    margin-bottom: 5px;
}

/** ems styles ***********************/
#emsList tbody tr td:nth-child(1),
#emsList tbody tr td:nth-child(2),
#emsList tbody tr td:nth-child(3),
#emsList tbody tr td:nth-child(4),
#emsList tbody tr td:nth-child(5),
#emsList tbody tr td:nth-child(6),
#emsList tbody tr td:nth-child(7),
#emsList tbody tr td:nth-child(8),
#emsList tbody tr td:nth-child(9),
#emsList tbody tr td:nth-child(10),
#emsList tbody tr td:nth-child(11),
#emsList tbody tr td:nth-child(12),
#emsList tbody tr td:nth-child(13),
#emsList tbody tr td:nth-child(14),
#emsList tbody tr td:nth-child(15),
#emsList tbody tr td:nth-child(16),
#emsList tbody tr td:nth-child(17),
#emsList tbody tr td:nth-child(18),
#emsList tbody tr td:nth-child(19),
#emsList tbody tr td:nth-child(20),
#emsList tbody tr td:nth-child(21),
#emsList tbody tr td:nth-child(22),
#emsList tbody tr td:nth-child(23){
	background:#ffff99;
}
#emsList tbody tr td:nth-child(24),
#emsList tbody tr td:nth-child(25),
#emsList tbody tr td:nth-child(26),
#emsList tbody tr td:nth-child(27),
#emsList tbody tr td:nth-child(28),
#emsList tbody tr td:nth-child(29),
#emsList tbody tr td:nth-child(30),
#emsList tbody tr td:nth-child(31),
#emsList tbody tr td:nth-child(32),
#emsList tbody tr td:nth-child(33){
	background:#BDD7EE;
}
#emsList tbody tr td:nth-child(34),
#emsList tbody tr td:nth-child(35),
#emsList tbody tr td:nth-child(36),
#emsList tbody tr td:nth-child(37),
#emsList tbody tr td:nth-child(38),
#emsList tbody tr td:nth-child(39),
#emsList tbody tr td:nth-child(40),
#emsList tbody tr td:nth-child(41),
#emsList tbody tr td:nth-child(42),
#emsList tbody tr td:nth-child(43),
#emsList tbody tr td:nth-child(44),
#emsList tbody tr td:nth-child(45){
	background:#FFC000;
}
#emsList tbody tr td:nth-child(46),
#emsList tbody tr td:nth-child(47),
#emsList tbody tr td:nth-child(48),
#emsList tbody tr td:nth-child(49),
#emsList tbody tr td:nth-child(50),
#emsList tbody tr td:nth-child(51){
	background:#A9D08E;
}

/** slide *****************************/
.bx-wrapper{
	margin: 0 auto;
    position: relative;
}
.bx-wrapper:after{
	content:"";
	clear:both;
	display:block;
}
.bxslider:after{
	content:"";
	clear:both;
	display:block;
}
.bxslider{
    /*height: 557px;*/
    overflow: visible;
}
.bxslider li{
	float: left;
	display: inline-block;
    width: 20%;
    padding: 2.5px;
    box-sizing: border-box;
}
.bx-viewport{
    height: auto !important;
}
.bx-prev{
	position: absolute;
    left: 0px;
    top: 50%;transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);
    width: 50px;
    height: 100px;
    line-height:100px;
    cursor: pointer;
    display: inline-block;
    background:rgba(255,255,255,0.4);
    z-index: 909;
}
.bx-prev span{
    font-size: 2rem;
    line-height: 98px;
}
.bx-prev:hover{
	background:rgba(255,255,255,0.8);
}
.bx-next{
	position: absolute;
    right: 0px;
    top: 50%;transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);
	width: 50px;
    height: 100px;
    line-height:100px;
    cursor: pointer;
    display: inline-block;
    background:rgba(255,255,255,0.4);
    z-index: 909;
}
.bx-next:hover{
	background:rgba(255,255,255,0.8);
}
.bx-next span{
    font-size: 2rem;
    line-height: 98px;
}
.bx-wrapper .bx-default-pager:after{
	content:"";
	clear:both;
	display:block;
}
.bx-pager-item{
	display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.bx-pager-item a {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #dadada;
    color: #dadada;
    font-size: 7px;
    border-radius: 7px;
    text-indent: -9999px;
    margin: 0 2px;
}
.bx-pager-item .active {
    border: solid 1.2px #818181;
    background: #fff !important;
    color: #fff;
}
@media (max-width:1024px){
	.bxslider li{
	    width: 33.33333%;
	}
}
@media (max-width:768px){
	.bxslider li{
	    width: 50%;
	}
}
@media (max-width:600px){
	.bxslider li{
	    width: 100%;
	}
}
/** Incident input result styles ***********************/
.incidentSelect{
	margin:10px;
    text-align: right;
}
ul.incident-list{
    width: 100%;
    height: 100%;
}
ul.incident-list:after{
	content:"";
	clear:both;
	display:block;
}

ul.incident-list li{
	float: left;
	width:33.333333%;	
	padding:10px;
    box-sizing: border-box;
}
ul.incident-list li .incident-box{
	display:inline-block;
	width:100%;
	height:100%;
	min-height:170px;
    
    position:relative;
	border:solid 1px #ddd;
	box-sizing: border-box;
}
ul.incident-list li .incident-box:hover{
	background:#eee;
}
.incident-title{
	display:block;
	padding: 10px 10px 0 10px;
	margin-bottom:4%;
	font-size: 1.3rem;
    font-weight: 600;
}
.incident-parts,
.incident-sn{
	display:block;
	font-size:1.1rem;
}
.incident-line,
.incident-date{
	display:block;
	color: #666;
}
.incident-contents{
    position: absolute;
    bottom: 0px;
    padding: 0 10px 10px 10px;
    margin: 0 auto;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
}
.hc-ws-search .mobile{
	display:none;
}
.incident-detail{
	width: 100%;
    overflow: auto;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
#incidentDetailList{
	min-width: 257px;
	border: solid 1px #bac2d1;
}
#incidentDetailList tbody tr th{
    color: #666;
    background: #eee;
}
#incidentDetailList tbody tr td{
    border-bottom: solid 1px #bac2d1;
}
form#exceptForm{
	display:none;
	width: 100%;
    min-width: 257px;
	padding: 10px;
	margin-top: 10px;
   	box-sizing: border-box;
	text-align: left;
}
form#exceptForm div#exceptDiv div{
	display: block;
	padding-bottom: 10px;
    margin-bottom: 10px;	    
    word-break: break-all;
    word-wrap: break-word;
    border-bottom: 1px solid #ddd;
}
form#exceptForm div#exceptDiv div:first-child{
	margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #333;
    padding-bottom: 6px;
}
form#exceptForm div#exceptDiv div:nth-child(2),
form#exceptForm div#exceptDiv div:last-child{
	border-bottom:none;
	padding-bottom:0px;
}
select[name=ex_result]{
	width:calc(70% - 13px);
}
select[name=is_foc]{
	display: inline-block;
	width: 30%;
    margin-right: 0px;	    
}
input[name=cust_contact]{
	width:100%;
}
textarea[name=ex_result_remark]{
	border: solid 1px #8591a2;
}
form#exceptForm div#exceptDiv div span.exceptDiv-title{
	font-weight: 600;
}
#saveExceptBtn{
	display: inline-block;
    background-color: #5093e1;
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff !important;
    border: 1px solid #009efb;
    background-color: #009efb;
    width: 100%;
    margin-right: 0px;
}
.exceptForm-open{
	display: inline-block;
    background-color: #5093e1;
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff !important;
    border: 1px solid #009efb;
    background-color: #009efb;
    margin:10px 0px;
}

@media (max-width:1200px){
	ul.incident-list li{
		width:50%;
	}
}
@media (max-width:1024px){	
	.hc-ws-search.has-2rows.mobile{
		min-width: 300px;
	}
	.hc-workspace-container .hc-ws-search.has-2rows.mobile a.search-btn{		
		height: calc(100% - 2px);
	}
	.hc-workspace-container .hc-ws-search.has-2rows.mobile a.search-btn span.fa{
		margin-top: 80px;
		margin-top: 33px;
	    margin-bottom: 0px;
	}
	
	.hc-workspace-container.fold .hc-ws-search.has-2rows.mobile .hc-search-table{
	    width: calc(100% - 50px);
	}
	.hc-workspace-container.fold .hc-ws-search.has-2rows.mobile .search-btn-wrap{
        width: 50px;
	}
	.hc-workspace-container.fold .hc-ws-search.has-2rows.mobile a.search-btn{
	    width: 45px;
	}
	.hc-workspace-container.fold .hc-ws-search.has-2rows.mobile a.search-btn span.fa{
	    margin-top: 33px;
	}
	.hc-workspace-container.fold .hc-ws-search.has-2rows.mobile a.search-btn span:nth-child(2){
		display:none;
	}
	.hc-ws-contents.has-2rows.mobile{
		min-width: 300px;
	    height: calc(100% - 290px) !important;
	    height: calc(100% - 244px) !important;
	    height: calc(100% - 114px) !important;
        overflow: scroll;
	}
	.hc-ws-search .pc{
		display:none;
	}
	.hc-ws-search .mobile{
		display:block;
	}
	.hc-search-table.mobile{
		display:table;
	}
	ul.incident-list li{
		width:100%;
	}
	
}
@media (max-device-width:768px){
	html{
		height:100%;
	}
	body{
		height:100%;
	}
	.hc-widget-menu{
		padding: 7px 0 7px 5px;
	}
	.hc-widget-menu item.hc-menu-item{
		display:none;
	}
	.hc-widget-menu.fold item.hc-menu-item{
		display:inline-block;
	}
	.hc-widget-menu item.hc-database-name,
	.hc-widget-menu item.hc-page-name{
		margin-right:5px;
	}
	.hc-widget-menu item.hc-page-name{
		max-width:110px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-right:0 !important;
	}
	.hc-widget-menu.fold item.hc-page-name{
		max-width:80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.hc-widget-menu item.hc-menu-item{
		max-width:57px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.hc-workspace{
		overflow: auto;
		padding:5px;
	}
	
	.incident-detail{
	    padding: 0px;
	}
		
	#incidentDetailList{
		border-left:none;
		border-bottom:none;
	}
	.hc-ws-detail-contents::-webkit-scrollbar { -webkit-appearance: none; }
	.hc-ws-detail-contents::-webkit-scrollbar:vertical { width: 12px; } 
	.hc-ws-detail-contents::-webkit-scrollbar:horizontal { height: 12px; } 
	.hc-ws-detail-contents::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 10px; border: 2px solid #ffffff; } 
	.hc-ws-detail-contents::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }	
	
	.hc-common-table tbody th{
		width: 100px;
	}
	input[name=listFilter]{
		width:100%;
	    margin-bottom: 5px;
	    margin-right:0px;
	}
	
	form#komico_login{
		width: 100%;
	    height: 100%;
	    padding: 0px;
	}
	
	.hc-modal-check-container{
		width:300px !important;
		left:calc(50vw - 149px) !important;
	}
}
/** my account page *****************************/
.hc-ws-mypage{
	padding:10px;	
}

/** admin page *****************************/
.menu-ex{
	text-align: center;
    margin-top: 20%;
    font-size: 13px;
    color: #156bce;
}
#addMenuForm div.menu-info{
    height: 32px;
    line-height: 30px;
    border: solid 1px #ccc;
    border-bottom: none;
    box-sizing: border-box;  
}
#addMenuForm div:nth-child(4){
	border-bottom: solid 1px #ccc;
}
#addMenuForm div.menu-info input[type=text]{
	width:calc(100% - 110px);
}
#addMenuForm div.menu-info > span{
    float: left;
    display: inline-block;
    width: 100px;
    height: 100%;
    margin-right: 5px;   
    font-weight: 600;
    border-right: solid 1px #dce0e8;
    background: #eee;
    color: #313131;
    text-align: left;
    box-sizing: border-box;
    padding: 5px;
    line-height: 20px;
}
#addMenuForm div.menu-info > label{
	display:inline-block;
	margin-right: 10px;
}
#addMenuForm div.menu-info > label > span{
	display:inline-block;
}
#addMenuForm .addMenuDiv{
	margin-top: 10px;
}
#addMenuForm .hc-admin-table th{
    width: 100px;
	background: #eee;
    color: #313131;
    text-align: left;
}
.pageID-wrap{
	display: block;
	margin-bottom: 5px;
	font-size: 1.17em;
	font-weight: bold;
}
#language_table{
	margin-top:5px;
}
#language_table label{
	display: inline-block;
	min-width:100px;
	text-align: left;
}
#message_form table tbody tr td:nth-child(1),
#message_form table tbody tr td:nth-child(2){
	text-align:center;
}
#message_form table tbody tr td:nth-child(1) input[type=checkbox]{
	margin:0px;
}
#code_table tbody tr:hover{
	background:none;
}
form#modify_employee_form input[type=text],
form#modify_employee_form input[type=password]{
	background:#eee;
	cursor: default;
}
form#modify_employee_form select{
	
}
.hc-menu-tab{
	display: block;
}

.hc-menu-tab li{
	display: inline-block;
	padding: 5px 10px;
	background-color: #333;
	color:#fff;
	font-weight: 600;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor:pointer;
}

.hc-menu-tab li.active{
	background-color: #009efb !important;
}

.hc-menu-tab li:hover{
	transition:0.2s;
	background-color: #555;
}

#groupPermissionTable thead th:nth-child(1){
	width:30%;
}
#groupPermissionTable thead th:nth-child(2){
	width:30%;
}
.screen-lock{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    text-align:center;
}
.screen-lock span{
	display: inline-block;
    margin-top: calc(44% - 10px);
    font-size: 20px;
    font-weight: 600;
    color: #156bce;
}

/** common permission modal **/
.hc-permission-table tr td:first-child{
	text-align: left;
}

.hc-permission-table .child-node td:first-child{
	padding-left:40px;
}
.hc-permission-table span[data-type=menu],.hc-group-permission-table span[data-type=menu]{
	background-color: #549bc4;
	color:#fff;
	font-weight: 600;
	display: inline-block;
	padding:2px 3px;
	border-radius:2px;
	margin-right:5px;
	font-size:0.9rem
}

.hc-permission-table span[data-type=category], .hc-group-permission-table span[data-type=category]{
	background-color: #666;
	color:#fff;
	font-weight: 600;
	display: inline-block;
	padding:2px 3px;
	border-radius:2px;
	margin-right:5px;
	font-size:0.9rem
}

/** i18n localtion **/
i18n{display: inline-block;}
i18n{display: none;}

/** update pwd**/
.hc-pwd-chg{
	background-color: rgba(0,0,0,0.3);
	width:100vw;
	height: 100vh;
	position: fixed;
	left:0;
	top:0;
	z-index: 1000;
	
}

.hc-pwd-chg-notice{
	background-color: #ffe951;
	font-weight: 600;
	padding:10px;
	margin-bottom:20px;
	border:1px dashed #aaa;
	display: block;
}