@import url('resources/jquery/jquery.jscrollpane.css');
@import url('resources/css/etna-all.css');
@import url('resources/css/shadowbox.css');
@import url('resources/codemirror/codemirror.css');
@import url('resources/codemirror/theme.css');
/* @import url('resources/codemirror/show-hint.css'); */
/* @import url('resources/calendar/calendar.css'); */
/* @import url('resources/calendar/calendar-color.css'); */
/* @import url('resources/memo/memo.css'); */
/* @import url('resources/sencha-charts/crisp/resources/sencha-charts-all.css'); */
/* @import url('resources/jsoneditor/jsoneditor-min.css'); */
@import url('resources/css/lgchem.custom.css');

@import url('themes/mdi/resources/lgchem-theme-all_01.css');
@import url('themes/mdi/resources/lgchem-theme-all_02.css');

@import url('themes/lgchem/5.0.1.1255/resources/etnajs-theme-lgchem-all_01.css');
@import url('themes/lgchem/5.0.1.1255/resources/etnajs-theme-lgchem-all_02.css');
@import url('themes/lgchem/5.0.1.1255/resources/etnajs-theme-lgchem-all_03.css');
@import url('themes/lgchem/5.0.1.1255/resources/etnajs-theme-lgchem-all_04.css');

@import url('themes/lgchem/resources/lgchem-theme-all.css');
@import url('resources/chat/resources/css/chat.css');

@import url('resources/css/lgchem.custom.approval.css');

.x-etna-grid-context .template-download {
	background-image: url(./images/template_download.png);
}

.x-etna-grid-context .value-copy {
	background-image: url(resources/images/customContext/valuecopy.png);
}

.portal .portlet-config-button-container .add{
	background-position: -19px -13px
}
.portal .portlet-config-button-container .remove{
	background-position: 0px -13px
}

/*mdi logo(mdi-theme 占쏙옙占쏙옙 占쏙옙占쌩울옙 占쏙옙占실억옙占쏙옙占�*/
.mdi-top-logo {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -180px;
}

.mdi-top-logo-zh {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -160px;
}

.mdi-top-logo-en {
    width: 226px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -140px;
}

.mdi-top-logo-fhn {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -200px;
}

.mdi-top-logo-en-fhn {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -220px;
}

.fhn-theme .mdi-top-logo {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -200px;
}

.fhn-theme .mdi-top-logo-zh {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -220px;
}

.fhn-theme .mdi-top-logo-en {
    width: 208px!important;
    height: 20px!important;
    left: 10px!important;
    top: 10px!important;
    background-position: 0 -220px;
}

.mdi-chat .x-btn-icon-el-mdi-status-quick-button-small.mdi-chat-default {
  background-image: url(themes/mdi/resources/images/theme/lgchem/mdichat_default.png);
  background-repeat: no-repeat!important;
  width: 20px;
  height: 18px;
  cursor: pointer; }

/* line 64, ../../sass/src/Component.scss */
.mdi-chat .x-btn-icon-el-mdi-status-quick-button-small.mdi-chat-alarm {
  background: url(themes/mdi/resources/images/theme/lgchem/mdichat_alarm.png);
  background-repeat: no-repeat!important;
  width: 20px;
  height: 18px;
  cursor: pointer; }

/* line 71, ../../sass/src/Component.scss */
.mdi-chat.x-btn-disabled .x-btn-icon-el-mdi-status-quick-button-small {
  opacity: 0.3; }

/* line 75, ../../sass/src/Component.scss */
.mdi-chat.offline .x-btn-icon-el-mdi-status-quick-button-small {
  opacity: 0.3; }

/* line 79, ../../sass/src/Component.scss */
.send-btn.x-btn-default-small .x-btn-inner-default-small {
  color: #ffffff; }

/* line 83, ../../sass/src/Component.scss */
.chat-basic-btn.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small {
  background-color: #ffffff;
  background-image: none !important;
  box-shadow: none !important; }

/* line 89, ../../sass/src/Component.scss */
.chat-basic-btn.x-btn-default-toolbar-small.x-btn-menu-active {
  background-color: #ffffff;
  background-image: none !important;
  box-shadow: none !important; }

/* line 94, ../../sass/src/Component.scss */
.chat-basic-btn.x-btn-over .x-btn-inner-default-toolbar-small {
  color: #000000 !important; }


.preloader {
	line-height : 17px;
	position : absolute;
	margin : auto;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	width : 400px;
	height : 60px;
	padding : 20px !important;
	background : #fff !important;
	box-shadow : rgb(163, 163, 163) 0px 0px 10px !important;
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.preloader .text {
	text-align : center;
	background-image : none;
	padding : 9px 0 0;
	color : #A3A3A3;
	font-weight : bold;
	font-size : 16px;
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font-family : Malgun Gothic,Verdana,Arial;
}

.preloader .progress-wrap {
	width:calc(100% - 10px) !important;
	height:30px;
	padding:5px !important;
	background-color:rgba(0,0,0,.1) !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.03),inset 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.03),inset 0 1px 0 rgba(0,0,0,.1);
	-ms-box-shadow:0 1px 0 rgba(255,255,255,.03),inset 0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(255,255,255,.03),inset 0 1px 0 rgba(0,0,0,.1);
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.preloader .progress-wrap span {
	display:inline-block;
	height:30px;
	width:100%;
	border:1px solid #A3A3A3;
	border-bottom-color:#A3A3A3;
	background-color:#fff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
	background-image:
		-webkit-linear-gradient(
		135deg,
		#A3A3A3 25%,
		transparent 25%,
		transparent 50%,
		#A3A3A3 50%,
		#A3A3A3 75%,
		transparent 75%,
		transparent
	);
	background-image:
		-moz-linear-gradient(
		135deg,
		#A3A3A3 25%,
		transparent 25%,
		transparent 50%,
		#A3A3A3 50%,
		#A3A3A3 75%,
		transparent 75%,
		transparent
	);
	background-image:
		-ms-linear-gradient(
		135deg,
		#A3A3A3 25%,
		transparent 25%,
		transparent 50%,
		#A3A3A3 50%,
		#A3A3A3 75%,
		transparent 75%,
		transparent
	);
	background-image:
		linear-gradient(
		135deg,
		#A3A3A3 25%,
		transparent 25%,
		transparent 50%,
		#A3A3A3 50%,
		#A3A3A3 75%,
		transparent 75%,
		transparent
	);
	-webkit-background-size:50px 50px;
	-moz-background-size:50px 50px;
	-ms-background-size:50px 50px;
	background-size:50px 50px;
	-webkit-animation:move 2s linear infinite;
	-moz-animation:move 2s linear infinite;
	-ms-animation:move 2s linear infinite;
	animation:move 2s linear infinite;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:3px;
	overflow: hidden;
	-webkit-box-shadow:inset 0 10px 0 rgba(255,255,255,.2);
	-moz-box-shadow:inset 0 10px 0 rgba(255,255,255,.2);
	-ms-box-shadow:inset 0 10px 0 rgba(255,255,255,.2);
	box-shadow:inset 0 10px 0 rgba(255,255,255,.2);
}

.preloader .progress-wrap > span:after {
	display: none;
}

/*
Animate the stripes
*/
@-webkit-keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 50px 50px;
  }
}
@-moz-keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 50px 50px;
  }
}
@-ms-keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 50px 50px;
  }
}
@keyframes move{
  0% {
  	background-position: 0 0;
  }
  100% {
  	background-position: 50px 50px;
  }
}


/*** Design Change : 2022.11.28 emro Designteam Pjsuny ***/

/* Header */
.x-toolbar-mdi-top {
	height: 46px !important;
	background-color: #2C3238;
	background-image: none;
}
.x-toolbar-mdi-status {
	height: 32px !important;
	border-color: #CFD1D3;
	border-width: 1px !important;
    background-color: #FAF8F8;	
}
.x-toolbar-mdi-status>.x-box-inner {
	height: 30px !important;
}
.mdi-top-logo {
	top: 13px!important;
}
.mdi-top-menu {
	margin-left: 30px !important;
}
.x-toolbar-mdi-top-menubar .x-toolbar-item {
	top: 6px !important;
	height: 34px !important;
    border-radius: 20px;    
}
.x-btn.x-btn-menu-active.x-btn-mdi-top-menu-button-small, .x-btn.x-btn-pressed.x-btn-mdi-top-menu-button-small {
    border-color: #DE205C;
    background-image: none;
    background-color: #DE205C;
    box-shadow: none;
}
.x-menu-mdi-top-menu-sub {
    border-width: 1px;
    border-color: #CFD1D3;
    background: #FFFFFF;
}
.x-menu-mdi-top-menu-sub .x-menu-item-mdi-top-menu-sub {
	border-top: 0 !important;
}
.x-menu-item-text-mdi-top-menu-sub {
	line-height: 30px;
}
.x-menu-item-mdi-top-menu-sub.x-menu-item-active {
    background-color: #F3EDEF;
}
.x-menu-mdi-top-menu-sub .x-menu-item-active .x-menu-item-text-mdi-top-menu-sub {
	color: #DE205C;
}
.x-menu-item-arrow-mdi-top-menu-sub,
.x-menu-item-active .x-menu-item-arrow-mdi-top-menu-sub {
    top: 11px;
}
.x-menu-mdi-top-menu-sub .x-menu-item-arrow-mdi-top-menu-sub {
	background-image: url(resources/img/pro_img_v2.png) !important;
	background-position: -130px -435px !important;
}
.x-menu-mdi-top-menu-sub .x-menu-item-active .x-menu-item-arrow-mdi-top-menu-sub {
    background-position: -130px -468px !important;
}
#splitbutton-1781-btnInnerEl {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(resources/img/pro_img_v2.png) no-repeat 0 0;
}
.mdi-functionbar {
	height: 30px !important;
    background-color: #FAF8F8;	
    background-image: none;
}
.x-toolbar-mdi-status .x-toolbar-item {
	top: 0 !important;
	padding: 0 !important;
}
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="Approval"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="구매SPEND 분석"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="Dashboard"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="AP전표 분류"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="열린구매"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="성분조사"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="모니터링"],
.x-toolbar-mdi-status .x-toolbar-item a[data-qtip="My App"] {
	display: none;
}
.x-toolbar-mdi-status .x-toolbar-item a {
	top: 3px !important;
}
.x-btn-mdi-status-quick-button-small {
	padding: 0 6px;
}
.x-btn-mdi-status-quick-button-small>span {
	width: 22px;
    height: 20px;  
}
.mdi-user-info-button {
	margin-right: 12px;
}
.x-btn-mdi-status-quick-button-small.mdi-user-info-button span {
	width: auto;
    height: 21px;
	background: #B9BEC3;
	border-radius: 50px;
	padding: 0 6px;
    line-height: 22px;
}
.x-btn-mdi-status-quick-button-small.mdi-user-info-button:hover span {
	background-color: #757575;
}
.x-btn-inner-mdi-status-quick-button-small {
	color: #FFFFFF;
}
.mdi-functionbar-separator {
	display: none;
}
.mdi-user-info-icon, .mdi-chat {
	display: none;
}
.x-btn-mdi-status-quick-button-small.mdi-logout-button span,
.x-btn-mdi-status-quick-button-small.mdi-setting-button span,
.x-btn-mdi-status-quick-button-small.mdi-private-button span {
	font-size: 0;
	padding: 0;
}
.x-btn-mdi-status-quick-button-small.mdi-private-button>span:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(resources/img/pro_img_v2.png) no-repeat -117px -68px;
}
.x-btn-mdi-status-quick-button-small.mdi-private-button:hover>span:before {
	background: url(resources/img/pro_img_v2.png) no-repeat -150px -68px;
}
.x-btn-mdi-status-quick-button-small.mdi-logout-button>span:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(resources/img/pro_img_v2.png) no-repeat 2px -146px;
}
.x-btn-mdi-status-quick-button-small.mdi-logout-button:hover span:before {
	background: url(resources/img/pro_img_v2.png) no-repeat -24px -146px;
}
.x-btn-mdi-status-quick-button-small.mdi-setting-button span {
	background: transparent !important;
}
.x-btn-mdi-status-quick-button-small.mdi-setting-button>span:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(resources/img/pro_img_v2.png) no-repeat -121px -146px;
}
.x-btn-mdi-status-quick-button-small.mdi-setting-button:hover span:before {
	background: url(resources/img/pro_img_v2.png) no-repeat -153px -146px;
}
.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small, .x-btn.x-btn-pressed.x-btn-plain-toolbar-small{
    border-color: transparent;
    background-image: none;
}
a.x-breadcrumb-btn:nth-child(1) .mdi-breadcrumb .x-btn-inner-plain-toolbar-small {/*2023.03.16 pjsuny*/
    width: 20px;
    height: 12px;
    background: url(resources/img/pro_img_v2.png) no-repeat 8px 0;
}
/* LeftMenu Open Button */
.x-btn-mdi-tools-button-small[data-qtip="Left 메뉴 활성화"],
.x-btn-mdi-tools-button-small[data-qtip="Top 메뉴 활성화"] {
	display: none;
}
.x-btn-mdi-tools-button-small[data-qtip="모든 화면 닫기"] {
	margin-left: 50px;
}
.mdi-tools-container .x-btn-icon-el-mdi-tools-button-small {
	background-image: url(resources/img/pro_img_v2.png) !important;
    background-position: -240px -150px;
}
.x-tab-bar-horizontal>.x-tab-bar-body-mdi-tabbar {
	min-height: 29px;
	background-color: #FAF8F8;	
	padding: 0;
	margin-left: 30px;
}
.mdi-left-menu-splitter {
	top: 60px;
	height: 28px !important;
}
.x-layout-split-left, .x-layout-split-right {
	top: 0;
    margin-top: 0;
    width: 30px;
    height: 28px;
}
.mdi-left-menu-splitter.x-splitter-collapsed .x-layout-split-left {
	background-color: #FAF8F8;
	background-image: url(resources/img/pro_img_v2.png);
	background-position : 8px -201px;
	background-repeat : no-repeat;           
}
.mdi-left-menu-splitter.x-splitter-collapsed .x-layout-split-left:hover {
	background-position : -36px -201px;   
}
.mdi-left-menu-splitter.x-splitter-collapsed .x-layout-split-left
/* MDI Tabl */
.x-tab-mdi-tabbar {
	border-color: #CFD1D3;
}
.x-tab-mdi-tabbar-top {
	border-width: 0;
    border-style: solid;
    background-color: transparent;
}
.x-tab.x-tab-active.x-tab-mdi-tabbar {
	border-color: #CFD1D3;
	border-width: 0 1px 0 1px;
    background-color: #FFFFFF;
    border-top: 0;
    height: 29px;
}
.x-tab.x-tab-active.x-tab-mdi-tabbar .x-tab-inner-mdi-tabbar {
	color: #DE205C;
}
.x-tab-bar-horizontal>.x-tab-bar-body-mdi-tabbar div[id="tabbar-1050-innerCt"] {
	height: 29px !important;
}
/*.mdi-top + .x-panel-default {
	margin-left: -9px !important;
}*/
.x-tab-mdi-tabbar .x-tab-close-btn {
	top: 10px;
	background: url(resources/img/pro_img_v2.png) no-repeat -109px -435px !important;
}
.x-tab-mdi-tabbar.x-tab-active .x-tab-close-btn {
    background-position: -109px -470px!important;
}
.x-tab-over.x-tab-mdi-tabbar-top {
    background-color: #EEE;
}
.x-tab-over.x-tab-mdi-tabbar-top .x-tab-inner-mdi-tabbar {
   color: #777;
}
.x-tab-over.x-tab-mdi-tabbar-top .x-tab-close-btn {
	background-position: -109px -435px !important;
}
/* Home Dashboard */
.portal .portlet-list .x-box-inner .x-field {
	display: none;
}
.portal .portlet-wrap {	
	width: 130px;
	height: 52px;
	background: #FAF8F8;
	border: 1px solid #E8EAF1;
	border-radius: 4px;
	background-image: none;
	text-align: left;
    padding: 5px;
    box-sizing: border-box;    
}
.portal .portlet-over.portlet-wrap {
    background-image: none;
    border: 1px solid #DE205C;
}
.portlet-icon {
    background-image: url(resources/img/portlet_icons.png)!important;
    background-repeat: no-repeat!important;
    background-position-y: -64px;
    width: 20px!important;
    height: 20px!important;
}
.x-dataview-item:nth-child(1) .portlet-icon {
	background-position-x: -42px;
}
.x-dataview-item:nth-child(2) .portlet-icon {
	background-position-x: -21px;
}
.x-dataview-item:nth-child(3) .portlet-icon {
	background-position-x: -63px;
}
.x-dataview-item:nth-child(4) .portlet-icon {
	background-position-x: -0px;
}
.x-dataview-item:nth-child(5) .portlet-icon {
	background-position-x: -21px;
}
.x-dataview-item:nth-child(6) .portlet-icon {
	background-position-x: -21px;
}
.x-dataview-item:nth-child(7) .portlet-icon {
	background-position-x: -42px;
}
.x-dataview-item:nth-child(8) .portlet-icon {
	background-position-x: -84px;
}
.x-dataview-item:nth-child(9) .portlet-icon {
	background-position-x: -21px;
}
.x-dataview-item:nth-child(10) .portlet-icon {
	background-position-x: -84px;
}
.portlet-title-wrap {
	width: 100%;
	box-sizing: border-box;
}
.portal .portlet-title {
	display: inline-block;
	width: 100%;
	color: #666666;
	font-size: 12px;
	letter-spacing: -.5px;
	line-height: 15px;
}
.portal .portlet-config-button-container {	
	/* left: 92px !important; */
	width: 30px !important;
	background-color: #FAF8F8 !important;
    background: none;
    border-right: 1px solid #D9D9D9;
    top: 0 !important;
}
.portal .portlet-config-button-container .config.expand {
	background: url(resources/img/pro_img_v2.png) no-repeat 7px -259px;
}
.portal .portlet-config-button-container .config.collapse {
	background: url(resources/img/pro_img_v2.png) no-repeat -42px -259px !important;
}
.portal .portlet-config-button-container .remove {
	background-image: url(resources/img/pro_img_v2.png);
    background-position: -108px -267px;
}
.portal .portlet-config-button-container .add {
    background-image: url(resources/img/pro_img_v2.png);
    background-position: -108px -301px;
}
.portal .portlet-config-button-container .slider {
    background-image: url(resources/img/pro_img_v2.png);
    background-position: -108px -337px;
}
.portal .portlet-list {
	border-top-width: 0 !important;
}
.portlet-list-view.x-component-default {
	padding-left: 5px;
}
.x-panel-body-default {
	/* width: 92px !important; */
	padding: 0 !important;
}
.portal .x-dashboard-body {
	background: #FFFFFF !important;
}
/* #portaldashboard-1118-innerCt {
	padding: 10px 5px 5px 5px !important;
} */
.x-autocontainer-innerCt[id*="dashboard-column"] {
	padding: 0 10px !important;
}
/* #dashboard-column-1795-innerCt {
	padding: 0 10px 0 10px !important;
}
#dashboard-column-1816-innerCt,
#dashboard-column-1832-innerCt,
#dashboard-column-1824-innerCt {
	padding: 0 20px 0 10px !important;
} */
.portal .portlet {
	border-color: #E9E9E9;
	margin-top: 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #0000001a;
}
.portal .portlet .x-panel-header-default {
	background-color: #FFFFFF;
	border-bottom: 0 !important;
	padding: 10px !important;
}
.portal .portlet .x-panel-header-title-default {
	color: #333;
}
.x-panel-header-default .x-tool-img {
    background-image: url(resources/img/tool-sprites_02.png);
    background-color: transparent;
}
.portal .portlet .x-panel-body-default {
    padding: 0px !important;
}
/* .x-dashboard-column .x-autocontainer-innerCt {
    padding: 0 !important;
} */
.x-panel-default-outer-border-trbl {
	border-width: 0!important;
}
/* Link */
.portal .portlet .x-panel-body-default[id^="linklink"] {
	padding: 0 !important;
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table {
	/* border: 1px solid #000; */
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table td {
	width: 152px;
	height: 42px;
	padding: 5px;
	vertical-align: middle;
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table tr:last-child td:last-child {
	display: none;
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table td .x-panel-default {
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table td .x-panel-default .x-panel-body-default {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table td .x-panel-default .x-panel-body-default .x-autocontainer-innerCt {
	width: 100%;
    height: 42px;
    border-radius: 50px;
    border: 1px solid #e9e9e9;
    background: #faf8f8;
	padding: 0 !important;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.portal .portlet .x-panel-body-default[id^="linklink"]>table td .x-panel-default .x-panel-body-default .x-autocontainer-innerCt img {
   
}
/* Contents */
.mdi-tabpanel-body>.x-panel.x-tabpanel-child.x-panel-default>.x-panel-body-default {
	padding: 30px 20px !important;
}
.x-panel-header-main {
	background-image: none !important;
	background-color: transparent;
    border-bottom: none !important;
}
.x-panel-header-title-main {
	color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
}
.x-panel-main .x-title-text-main {
    background-image: none;
    text-indent: 0;
}
.x-panel-search {
	border-color: #E9E9E9;
	border-radius: 2px;
}
.x-toolbar-search {  
	width: calc(100% - 40px) !important;
    border-bottom-width: 1px!important;
    border-style: dashed !important;
    border-color: #CFD1D3;
    margin: 0 20px;
    padding: 5px 0 !important;
}
.x-toolbar-text-default {
	color: #666666;
}
.x-panel-body-search {
    background: #FFFFFF;
    border-color: #cecece;
    padding: 10px 20px;
}
.x-form-item-label-default {
	color: #222222;
	padding-left: 10px;
	width: 140px !important;
    padding-right: 0 !important;
}
.x-form-item-label-inner-default {
	text-align: left;
	width: 130px !important;
}
.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-table-form-item {
	margin-bottom: 8px;
}
.x-form-trigger-wrap-default {
	color: #222222;
	border-color: #B9BEC3;
	border-radius: 2px;
}
.x-form-text-default {
	color: #222222;
	border-radius: 2px;
}
.x-form-trigger-default {
	background-image: url(resources/img/pro_img_v2.png);
	background-position: -470px -404px;
}
.x-form-trigger-default.x-form-trigger-over {
    background-position: -423px -404px;
}
.trigger-search {
    background-image: url(resources/img/pro_img_v2.png) !important;
	background-position: -470px -333px;
}
.trigger-search.x-form-trigger-over {
    background-position: -423px -333px !important;
}
.x-form-date-trigger {
    background-image: url(resources/img/pro_img_v2.png);
	background-position: -470px -260px;
}
.x-form-date-trigger.x-form-trigger-over {
    background-position: -423px -260px !important;
}
/* .trigger-link {
    background-image: url(images/form/link-trigger.png)!important
}
.x-form-radio-default {
    background-image: url(images/form/radio.png)
}
.x-form-checkbox-default {
    background-image: url(images/form/checkbox.png)
} */
.x-form-trigger-default.x-form-trigger-over {
    background-position: -423px -404px;
}
.x-panel-search .x-form-fieldcontainer .x-form-item {
    margin: 0 !important;
}
.x-panel-search .x-form-fieldcontainer table td .x-form-item {
	margin-right: 5px !important;
}

/***** Button ******/
/* Common of Button */
.x-btn-icon-right>.x-btn-inner-default-toolbar-small, 
.x-btn-icon-left>.x-btn-inner-default-toolbar-small,
.x-btn-icon-right>.x-btn-inner-search-toolbar-small, 
.x-btn-icon-left>.x-btn-inner-search-toolbar-small {
    max-width: 100%;
}
.btn-icon, .btn-add, .btn-aggregate, .btn-application, .btn-approval, 
.btn-calc, .btn-cancel, .btn-chart, /*.btn-check,*/ .btn-child-add, .btn-current-add, 
.btn-copy, .btn-decide, .btn-delete, /*.btn-edit,*/ .btn-e-signature,  .btn-execute, .btn-new,
.btn-receipt, .btn-request, .btn-return, .btn-save, .btn-send, .btn-view/*, .btn-search*/ {
	background-image: none;
}
.x-btn-icon-left>.x-btn-icon-el-default-toolbar-small,
.x-panel-search .x-btn-icon-left>.x-btn-icon-el-search-toolbar-small, 
.x-panel-search .x-btn-icon-right>.x-btn-icon-el-search-toolbar-small {
	width: 0;
}

.x-treefinder-toolbar-search-icon,
.x-treefinder-toolbar-prev-icon,
.x-treefinder-toolbar-next-icon{
	min-width: 16px;
}

/* Default Button */
.x-btn-default-toolbar-small {
    border-radius: 4px;
    padding: 8px;
    border-color: #DE205C;
    background-color: #FFFFFF;
    background-image: none;
}
.x-btn-inner-default-toolbar-small {
	color: #DE205C;	
	font-size: 13px;
    font-weight: bold;    
}
.x-btn-over.x-btn-default-toolbar-small {
    border-color: #DE205C;
    background-color: #DE205C;
    background-image: none;
}
.x-btn-over.x-btn-default-toolbar-small .x-btn-innerl {
	color: #FFFFFF;
}
.x-btn.x-btn-disabled.x-btn-default-toolbar-small .x-btn-inner {
	color: #999999;
}
/* Search Aear Button */
.x-panel-search .x-btn-search-toolbar-small,
.x-btn-search-toolbar-small  {
	height: 30px;
	border-radius: 4px;
    background-color: #50B1CF;
    border-width: 0;
    background-image: none;
    border-radius: 4px;
    padding: 5px 10px;
}
.x-panel-search .x-toolbar-search .x-btn-default-toolbar-small {
	height: 30px;
    border-radius: 4px;
    background-color: #9397A1;
    border-width: 0;
    background-image: none;
    padding: 0 8px;
}
.x-btn-button-search-toolbar-small .btn-search,
.x-toolbar-search .btn-search, 
.x-toolbar-search .btn-refresh, 
.x-toolbar-search .btn-expand,
.x-toolbar-search .btn-close{
	background-image: url(resources/img/pro_img_v2.png) !important;
	width: 16px !important;
}
.x-btn-button-search-toolbar-small .btn-search,
.x-toolbar-search .btn-search {
	background-position : -470px 0;
}
.x-toolbar-search .btn-refresh {
	background-position : -470px -76px;	
}
.x-toolbar-search .btn-expand {
	background-position : -470px -149px;	
}
.x-toolbar-search .btn-close {
	background-position : -471px -201px;	
}
.x-toolbar-search .btn-view {
	background-position : -471px -201px;	
}
.x-panel-search .x-toolbar-search .x-btn-default-toolbar-small .x-btn-inner-default-toolbar-small {
	font-size: 0;
	padding: 0;
}
.x-toolbar-search .btn-view + .x-btn-inner-default-toolbar-small,
.x-toolbar-search .btn-new + .x-btn-inner-default-toolbar-small,
.x-toolbar-search .btn-calc + .x-btn-inner-default-toolbar-small,
.x-toolbar-search .btn-receipt + .x-btn-inner-default-toolbar-small,
.x-toolbar-search .btn-view + .x-btn-inner-default-toolbar-small,
.x-toolbar-search .btn-add + .x-btn-inner-default-toolbar-small,
.btn-text + .x-btn-inner-default-toolbar-small{
	font-size: 13px !important;
	color: #FFF;
}
.x-panel-search .x-btn-over.x-btn-search-toolbar-small,
.x-panel-search .x-toolbar-search .x-btn-over.x-btn-default-toolbar-small {
    border-color: #DE205C;
    background-color: #DE205C;
    background-image: none;
}
/* Detail Page Title Button */
.x-toolbar-page .x-btn-default-toolbar-small {
	height: 30px;
	border-radius: 4px;
    background-color: #50B1CF;
    border-width: 0;
    background-image: none;
    border-radius: 4px;
    padding: 5px 10px;
}
.x-toolbar-page .x-btn-default-toolbar-small .x-btn-inner-default-toolbar-small {
	color: #FFFFFF;
}
.x-toolbar-page .x-btn-over.x-btn-default-toolbar-small {
	border-color: #DE205C;
    background-color: #DE205C;
    background-image: none;
}
/* File Upload Button */
.x-segmented-button .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    border-color: black;
    background-image: none;
    background-color: #717171;
}
.x-segmented-button .x-segmented-button-last {
    border-width: 1px;
    border-style: solid;
    background-image: none;
    background-color: #efefef;
    border-color: #717171;
    border-left-width: 0;
}
.x-segmented-button .x-segmented-button-first .x-btn-icon-el-default-toolbar-small,
.x-segmented-button .x-segmented-button-last .x-btn-icon-el-default-toolbar-small {
	width: 16px !important;
}
/* Icon Button */
.x-btn-default-small {
	border-radius: 2px;
    padding: 4px;
    border-color: #B9BEC3;
    background-color: #E2E2E2;
    background-image: none;
    vertical-align: middle;
    margin: 0!important;
}
.x-btn-over.x-btn-default-small {
    border-color: #DE205C;
    background-color: #DE205C;
    background-image: none;
}
/* Grid */
.x-toolbar-grid {
	padding: 3px 0 8px !important;
}
.x-panel-body-grid {
	border-top-width: 0;
	border-bottom-width: 1px;
	border-color: #9397A1;
    color: #666666;
}
.x-grid-header-ct {
    border-bottom: 1px solid #9397A1 !important;
    border-top: 1px solid #9397A1 !important;
    background-image: none;
    background-color: #FFFFFF;
}
.x-column-header {
    border-right: 0 solid #dedede;
    color: #000000;
    background-image: none;
    background-color: #FFFFFF;
}
.x-column-header-over,.x-column-header-sort-ASC,.x-column-header-sort-DESC {
    /*background-image: none;
    background-color: #EEEEEE;*/
}
.x-column-header-inner {
	padding: 10px;
}
.x-grid-with-row-lines .x-grid-cell {
	border-right: 0 !important;
}
.x-grid-item-over, .x-grid-item-selected {
    color: #000000;
    background-color: #FFF5F0;
}
.x-panel-header-grid {
	background: #FFF;
}
.x-panel-grid .x-title-text-grid {
	background-image: url(images/theme/lgchem/component/bullet01.png);
}
/* Detail Page */
.x-toolbar-page {
    border-bottom-width: 1px!important;
    border-style: dashed !important;
    border-color: #CFD1D3;
    padding: 5px 0 !important;
}


/* Inner Tab */
.x-panel-body-main {
    padding: 10px 0 0 0;
}
.x-tab-bar-default {
	padding-bottom: 10px;
}
.x-tab-bar-default-top>.x-tab-bar-body-default {
	padding: 0;
}
.x-tab-bar-top>.x-tab-bar-strip-default {
	height: 0;
}
.x-tab-default-top {
    border-radius: 50px;
    padding: 10px 30px !important;
    border-width: 0;
    background-color: #F2F2F2;
    margin: 0 5px !important;
}
.x-tab-inner-default {
	color: #757575;
	font-size: 14px;
}
.x-tab.x-tab-active.x-tab-default {
    background-color: #DE205C;
}
.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: #FFFFFF;
}
/** Panel **/
.x-tab-bar-default+.x-panel-body-default {
	background: #FFFFFF;
	border-color:#E9E9E9;
    border-width: 1px !important;
    border-top: 1px solid #E9E9E9 !important;
    /* margin-top: 10px; */
}
.x-tab-bar-default+.x-panel-body-default>.x-panel-table {
	border-width: 0 !important;
}
.x-panel-table {
	border-width: 0;
}
.x-panel-header-table {
	font-size: 15px;
    border: 0 solid #c3cbd1;
    background-image: none;
    background-color: #FFFFFF;    
}
.x-panel-table .x-panel-header+.x-panel-body-table {
    background: #F8F8F8;
    border-color: #E9E9E9;
    color: #222222;
    border-width: 1px !important;
    border-style: solid;
}
.x-autocontainer-innerCt {
	padding: 20px !important;
}
.mdi-top>div>.x-autocontainer-innerCt {
	padding : 0 !important;
}
/*내부보관용&외부공개용 첨부파일 박스
.x-tab-bar-default+.x-panel-body-default .x-panel-default {
	border-width: 0;
}*/

.x-fieldset-default {
	background: #FFFFFF;
}
/** File Uploader **/
.x-etna-uploader .x-panel-body {
	border-width: 0 !important;	
	border-top-width: 1px !important;
}
.x-etna-grid-uploader.x-panel-default {
    border-width: 0 !important;	
}
/** 결재관리 **/
table.x-table-layout .x-table-layout-cell .x-toolbar-search {
	width: 100% !important;
	margin: 0 0;
}
table.x-table-layout .x-table-layout-cell .x-autocontainer-outerCt .x-autocontainer-innerCt {
	padding: 10px 0 0 0 !important;
}
.infoTable,
.titleTable {
	border-top: 1px solid #cecece !important;
}
.customUxGrid .x-grid-header-ct {
    border-top: 1px solid #9397A1 !important;
}
.customUxGrid+.x-container .x-autocontainer-innerCt {
    padding: 0 !important;
}
/*** Popup ***/
.x-mask {
    filter: alpha(opacity=50);
    opacity: .5;
    background: #000000;
}
.x-css-shadow +.x-panel-main {
	border-color: #9397A1;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
}
.x-css-shadow +.x-panel-main .x-panel-header-main {
    background-color: #2c3238;
}
.x-css-shadow + .x-panel-main .x-panel-header-main .x-panel-header-title-main {
	color: #FFFFFF;
	font-size: 14px
}
.x-css-shadow + .x-panel-main .x-panel-body-main {
	padding: 10px;
}
.x-panel-popup  {
	border: 1px solid #5c5f64;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
}
.x-panel .x-panel-header-popup {
	background-color: #2c3238;
}
.x-panel-popup .x-title-text-popup {
    background-image: none;
    text-indent: 0;
    color: #ffffff;
}
.x-panel-popup .x-panel-grid {
	padding: 10px 20px;
}
.x-panel-header-popup .x-tool-img {
	background-color: transparent;
}
.x-panel-header-popup-horizontal.x-header-noborder {
	padding: 10px;
}