@CHARSET "UTF-8";

/* System */
.systemTemplate {
	display: none;
}

.menuTemplate {
	display: none;
}

/* Image base */
.icon {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}

/* Alert image */
.alert:before {
	content: url("../images/template_error.gif");
}

/* Caution image */
.caution:before {
	content: url("../images/template_error.gif");
}

/* Error image */
.error:before {
	content: url("../images/template_error.gif");
}

/* Message image */
.message:before {
	content: url("../images/template_normalMessage.gif");	
}

/* Info image */
.info:before {
	content: url("../images/template_info.gif");	
}

/* Message box */
.messageBox div {
	float: left;
	height: 100px;
	scroll-x: hidden;
	scroll-y: hidden;
}

.messageBox > div:last-child {
	padding: 5px;
	width: 75%;
	word-wrap: word-break;
}

.messageBox > div:last-child > div:first-child {
	height: 70px;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

.messageBox > div:last-child > div:last-child {
	clear: both;
	text-align: center;
	width: 100%;
	height: 30px;
}

.messageBox > div a {
	display: inline-block;
	margin: 0px auto;
	padding-top: 5px;
	height: 20px;
}

/* Search box */
.searchBox > div {
	padding: 0px;
	padding-top: 15px;
}

.searchBox div {
	clear: both;
	margin: 0px auto;
}

.searchBox .searchPager {
	height: 30px;
}

/* Post search box */
.postSearchBox > div {
	padding: 0px;
	padding-top: 15px;
}

.postSearchBox div {
	clear: both;
	margin: 0px auto;
}

.postSearchBox .postSearchList {
	height: 30px;
}

/* memberSearch */
.memberSearch {
	clear: both;
}

.memberSearch > div > div{
	clear: both;
}

.memberSearch form > div:first-child {
	float: left;
}

.memberSearch form > div:last-child {
	float: right;
}

/* goodsSearch */
.goodsSearch > div {
	clear: both;
}

.goodsSearch .searchOption {
	clear: both;
}

.goodsSearch form > div {
	float: left;
}

.goodsSearch .searchOption div:first-child {
	height: 25px;
	display: table-cell;
	vertical-align: bottom;
	width: 80%; 
}

.goodsSearch .searchList {
	clear: both;
}

.goodsSearch input,
.goodsSearch select {
	width: 10%;
}

.goodsSearch table {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

/* dualTextArea */
.dualTextArea > div {
	clear: both;
}

.dualTextArea > div > table {
	clear: both;
	box-sizing: border-box;
	border-spacing: 0px;
	border-collapse: separate;
	width: 100%;
	height: 100%;
}

.dualTextArea table tr:first-child td {
	width: 50%;
	height: 250px;
	vertical-align: middle;
}

.dualTextArea table tr:last-child td {
	height: auto;
	vertical-align: middle;
}

.dualTextArea textarea {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.dualTextArea .textareatd2 textarea {
	ime-mode:disabled;
}

.dualTextArea .textareatd  { 
 	height: 200px !important;
}

.dualTextArea .textareatd2  { 
 	height: 100px !important;
}

.dualTextArea > div > div:last-child {
	clear: both;
	padding: 5px 0px;
}

.dualTextArea > div > div:last-child div {
	float: right;
	text-align: center;
}

.dualTextArea .Ch { 
 	cursor:pointer;
}

.dualTextArea .Ch:hover {
	color: red;
}

/* fileUploader */
.fileUploader div {
	clear: both;
}

.uploadField {
	width: 100%;
	height: 100%;
}

.uploadField input {
	height: 22px;
}

.fileUploader form input[type='file'] {
	width: 100%;
	height: 25px;
	border-radius: 0px;
}

.fileUploader form > div:last-child {
	text-align: center;
	height: 50px;
	padding: 5px 0px;
}

.fileUploader .oneFileSource {
	display: none;
}

/* File lister */
.fileLister, .fileLister > div {
	display: inline !important;
	width: 100%;
	height: 100%;
}

.fileListingTemplate {
	display: none;
}

/* Now in progress */
.nowProgress {
	width: 480px;
	height: 320px;
}

.nowProgress div {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-image: url("../images/progress.gif");
}

/* Material goods search */
.materialGoods {
	clear: both;
}

.materialGoods .materialGoodsControl > div {
	float: left;
	height: 30px;
	margin-right: 10px;
}

.materialGoods .materialGoodsControl a {
	height: 18px !important;
}

.materialGoods .materialGoodsView {
	clear: both;
}

.materialGoods input[name="submitTemp"] {
	display: none;
}

/* Facility search */
.facilitySearcher {
	clear: both;
}

.facilitySearcher .facilityControl > div {
	float: left;
	height: 30px;
	margin-right: 10px;
}

.facilitySearcher .facilityControl a {
	height: 18px !important;
}

.facilitySearcher .facilityView {
	clear: both;
}

/* tagAppointment */
.tagAppointment .tagItemControl > div {
	margin-bottom: 5px;
	float: left;
}

.tagAppointment .tagItemControl > div:last-child {
	float: right;
}

.tagAppointment .tagItems {
	clear: both;
}

.tagAppointment ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tagAppointment li {
	height: 25px;
	padding: 5px;
}

.tagAppointment li * {
	float: left;
	font-size: 14px !important;
}

.tagAppointment li > div:last-child {
	float: right;
}

.tagAppointment li font {
	margin-top: 3px;
}

.tagAppointment li span {
	float: right;
	margin-top: 1px;
}

.tagAppointment .tagItemTemplate {
	display: none;
}

.tagAppointment input {
	border-color: transparent;
	width: auto;
}

.tagAppointment input[name='tagEnable'] {
	margin-right: 5px;
	width: 23px;
	height: 23px;
	border-color: white;
}

.tagAppointment input[name='tagSeqNum'] {
	margin-right: 5px;
	width: 23px;
	height: 23px;
	border-color: white;
	border-width: 0px 1px 0px 0px;
	background-color: transparent;
}

.tagAppointment .tagItems > li input:last-child {
	border-width: 1px;
	border-color: black !important;
	background-color: white;
}

.timePicker {
	position: absolute;
	display: block;
	width: 150px;
	height: 70px;
	background-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
}

.timePicker .aBtn {
	background-color: white;
	margin-left: 15px;
}

.timePicker .timePickerControl > div {
	float: right;
}

.timePicker > div,
.timePicker > div > div {
	clear: both;
	padding: 5px;
}

.timePicker .timePickerControl {
	padding: 5px;
}

.timePicker .timePickerBody > div {
	float: left;
	width: 47%;
	box-sizing: border-box;
}

.timePicker .timePickerBody > div:nth-child(2) {
	width: 6%;
	text-align: center;
}

.timePicker select {
	width: 100%;
	height: 100%;
}