@charset "utf-8";

/*
	copyright(c) 2020 HAZON
	http://www.hazon.co.kr
*/

/* dialog, modal */
.dialog {
	position: fixed;
	z-index: 100;
}

.bg-modal {
	width: 100%;
	height: 100%;
	min-height: 2000px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	background: #000;
	opacity: 0.3;
	display: none;
}

.over-modal {
	z-index: 5000;
}

.no-img {
	width: 150px;
	height: 150px;
}

input.disabled {
	background: #e9edf1;
	border: 1px solid #dfe3e9;
	color: #888;
}

input.disabled:focus {
	outline: 0;
}

button.disabled {
	background: #e9edf1;
	border: 1px solid #dfe3e9;
	color: #888;
	cursor: default;
	pointer-events: none;
}

/* order print layout style (sample) */
.order-print {
	height: auto;
	overflow-y: auto;
}

.order-print div, 
.order-print td, 
.order-print th {
	font-family: sans-serif;
}

.order-print .order-table {
	border: 1px solid black;
	clear: both;
}

.order-print .order-table td {
	border: 1px solid black;
	padding: 1px 10px;
	vertical-align: middle;
	font-size: 13px;
}

.order-print .order-table td:nth-child(1), 
.order-print .order-table td:nth-child(3) {
	width: 15%;
	text-align: center;
}

.order-print .order-table td {
	border: 1px solid black;
	padding: 5px;
}

.order-print .title-left {
	float: left;
	font-size: 20px;
	padding: 5px 0
}

.order-print .title-right {
	float: right;
	font-size: 15px;
	margin-right: 20px;
	padding: 5px 0
}

.order-print .pt-10 {
	padding-top: 20px;
}

.order-print .goods-table {
	border: 1px solid black;
	clear: both;
}

.order-print .goods-table td, 
.order-print .goods-table th {
	border: 1px solid black;
	padding: 10px;
	vertical-align: middle;
	font-size: 13px;
}

.order-print .goods-table tbody td:nth-child(1), 
.order-print .goods-table tbody td:nth-child(3),
.order-print .goods-table tbody td:nth-child(4) {
	width: 15%;
	text-align: center;
}

.order-print .goods-table tbody td:nth-child(5) {
	width: 15%;
	text-align: center;
}

.order-print .goods-table thead {
	border-bottom: 2px solid black;
}

.order-print .goods-table tbody td {
	border: 1px dotted black;
}

.order-print .goods-table .tfoot td {
	text-align: right !important;
	border: 1px solid black;
}

.order-print .goods-table .tfoot.bt-2 {
	border-top: 2px solid black;
}

.order-print .goods-table .tfoot tr:nth-child(2) {
	background-color: lightGrey !important;
	-webkit-print-color-adjust: exact;
}

.order-print .goods-table .preview {
	max-width: 60px;
	max-height: 60px;
}

.order-print .goods-table .barcode {
	max-height: 60px;
	max-width: 140px;
}

.order-print .gubun {
	margin-top: 50px;
}

.order-print .order-app-price {
	font-weight: bold;
	font-size: 16px !important;
}

/* loading image style */
.wrap-loading { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; }
.wrap-loading >div { position: fixed; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px; }

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #5275C6;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fa {
	width: 21px;
	height: 21px;
}

.fa-angle-double-left {
	background-image: url("/resources/content/images/icon/pager_prev02.png")
		!important
}

.fa-angle-left {
	background-image: url("/resources/content/images/icon/pager_prev.png")
		!important
}

.fa-angle-right {
	background-image: url("/resources/content/images/icon/pager_next.png")
		!important
}

.fa-angle-double-right {
	background-image: url("/resources/content/images/icon/pager_next02.png")
		!important
}

/*======== dialog ========*/
.ui-widget.ui-widget-content {
	padding: 0;
	border-radius: 0;
	border: 1px solid #383943;
	box-shadow: 0px 1px 5px #888;
}

.ui-dialog .ui-dialog-content {
	padding: 0;
	border: 5px solid #e7ebec;
	overflow: hidden;
}

.ui-draggable .ui-dialog-titlebar {
	height: 40px;
	line-height: 40px;
	padding: 0 25px 0 10px;
	border: 0;
	border-radius: 0;
	background: #383943;
}

.ui-dialog .ui-dialog-title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: transparent;
	border: 0;
}

.ui-button .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon, 
.ui-state-focus .ui-icon, .ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png);
}
/*======== dialog E ========*/

/*======== grid ========*/
.grid_area {
	width: 100%;
	height: 100%;
	clear: both;
	overflow: hidden;
}

.grid_area .preview {
	max-width: 120px;
	max-height: 120px;
}

.ui-jqgrid .ui-jqgrid-view {
	border: 1px solid #ddd;
	overflow: hidden;
}

.grid_area .ui-state-default, 
.grid_area .ui-widget-content .ui-state-default,
.grid_area .ui-widget-header .ui-state-default, 
.grid_area .ui-button {
	border-color: #ddd;
	color: #333;
	background: #fafafa;
}

.grid_area .ui-jqgrid tr.ui-row-ltr td {
	background-color: transparent;
	padding: 0 5px;
  /*	white-space: normal;
    word-break: break-all;*/
}

.grid_area .ui-state-active {
	background-color: #fafafa;
}

.grid_area .ui-widget-content {
	border: 0;
	border-color: #dddddd;
}

.grid_area .ui-widget.ui-widget-content {
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
}

.grid_area .ui-jqgrid-bdiv {
	height: 100%;
	/*overflow-x: hidden;*/
	min-height: 190px;
	/*padding-bottom: 30px;*/
}

.grid_area .ui-jqgrid .ui-jqgrid-hbox {
	background: #fafafa;
}

.grid_area .ui-jqgrid .ui-jqgrid-resize {
	z-index: 2;
}

.grid_area .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
	background: transparent;
}

.grid_area .ui-jqgrid .ui-jqgrid-htable th div {
	height: auto;
	white-space: normal;
	padding: 4px;
	line-height: 1.2;
}

.grid_area .ui-jqgrid .ui-pg-selbox {
	font-size: 12px;
	line-height: 12px;
	border-color: #ddd;
	padding: 0 20px 0 5px;
}

.grid_area .ui-jqgrid-pager {
	border: 1px solid #ddd ! important;
	border-radius: 0;
}

.grid_area .ui-jqgrid .ui-paging-info {
	font-size: 10px;
}

.grid_area .ui-jqgrid .ui-jqgrid-pager  input[type="text"].ui-pg-input {
	height: 20px;
}

.grid_area.x_auto .ui-jqgrid-bdiv {
	overflow-x: auto;
}

.grid_wrap_3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
}

.grid_wrap_3 li {
	flex:1 1 100%;
	height: 100%;
	padding: 2px;
}

.popup_wrap .grid_area .ui-jqgrid-bdiv {
	overflow-x: hidden;
}

.popup_wrap .grid_area.x-auto .ui-jqgrid-bdiv {
	overflow-x: auto;
}
/*======== grid E ========*/

/*========= editor =======
.editor-type-white .cke_chrome {
	box-shadow: none;
	border-color: #ddd;
}

.editor-type-white .cke_top {
	box-shadow: none;
	background: #fafcff;
	border-bottom-color: #ddd;
}

.editor-type-white .cke_bottom {
	box-shadow: none;
	background: #fafcff;
	border-top-color: #ddd;
}

.editor-type-white a.cke_toolbox_collapser {
	background: #fafafa;
}

.editor-type-white .cke_toolgroup, 
.editor-type-white a.cke_combo_button {
	background: #fafafa;
	border-color: #ddd;
}

.editor-type-white a.cke_button_off:hover, 
.editor-type-white a.cke_button_off:focus,
.editor-type-white a.cke_button_off:active, 
.editor-type-white a.cke_button_disabled:hover,
.editor-type-white a.cke_button_disabled:focus, 
.editor-type-white a.cke_button_disabled:active,
.editor-type-white .cke_toolbox_collapser:hover, 
.editor-type-white .cke_combo_off a.cke_combo_button:hover,
.editor-type-white .cke_combo_off a.cke_combo_button:focus {
	background: #eee;
	background-image: linear-gradient(to bottom, #f2f2f2, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,
		startColorstr='#f2f2f2', endColorstr='#eeeeee');
}

.editor-type-white .cke_combo_off a.cke_combo_button:active,
.editor-type-white .cke_combo_on a.cke_combo_button, 
.editor-type-white a.cke_button_on {
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 5px
		rgba(0, 0, 0, 0.3) inset;
	background: #eee;
	background-image: linear-gradient(to bottom, #eee, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,
		startColorstr='#eeeeee', endColorstr='#ffffff');
}
*/
.cke_dialog .cke_dialog_title, 
.cke_dialog .cke_dialog_footer {
	background: #fafcff;
	border-bottom-color: #ddd;
}

.cke_dialog .cke_dialog_body {
	background: #fcfcfc;
}

.cke_dialog_contents {
	border-color: #fafafa;
}
/*========= editor E =======*/

@media all and (min-width:768px) {
	
	.grid_wrap_3 li {
		flex:1 1 33.33%
	}
}