@media (min-width: 768px) {
    .lh-search { line-height: 3; }
}

body {
	font-family: 'Malgun Gothic', 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { margin:0; padding: 0; font-family: Malgun Gothic; font-size: 10pt; }

div#titlebar {
	background-color: #f1f1f1;
	height: 40px;
	width: 100%;
	border-top: #d2d2d2 solid 1px;
	border-bottom: #d2d2d2 solid 1px;
	background-image: url(/images/ausys-logo3.png);
	background-position: right;
	background-repeat: no-repeat;
}

div.page-heading h2, #titlebar h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

#titlebar h1 {
	margin: 0 10px;
}

#history { margin: 3px; border-collapse: collapse; width: 1050px; }
#history th { background-color: #f9f9f9; color: #333; }
#history td, #history th { border: 1px solid #ccc; vertical-align: top; padding: 5px; }
th.h_name, td.h_name { width: 10%; text-align: center; }
th.h_prc, td.h_prc { width: 15%; text-align: center; }
th.h_decision, td.h_decision { width: 7%; text-align: center; }
th.h_note, td.h_note { width: 63%;  }

.right {
	float: right !important;
}

/* space */
.space20 { margin-left: 20px; }
.space30 { margin-left: 30px; }


/********************* Grid *************************/

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
    font-family: 'Malgun Gothic', 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ui-jqgrid tr.jqgrow td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.ui-jqgrid .ui-jqgrid-toppager {
	height: 30px !important;
}

.ui-jqgrid .ui-pg-input {
	height: 18px;
	border: 1px solid #333;
	font-size: .8em;
	margin: 0;
	border-radius: 2px;
	width: inherit;
	min-width: 20px;
}

/********************* Btn *************************/
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }

/******************** Form ***************************/
.btn, .form-control, .single-line { font-size: 13px; } /* <-- 14px */
.form-control { padding: 0px 6px; height: 30px; } /* <-- 6px 12px / 34px*/
label { margin-right: 4px; }    /* <-- 0 */
.wrapper-content { padding: 5px 0px; margin-left: -10px; margin-right: -5px; }
.ibox { margin-bottom: 7px; margin-left: 5px; }
.ibox-content { padding: 7px 10px; }

#form-page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
	width: 100%;
    /* min-height: 1000px; */
    padding: 0 10px;
}

.radio label, .checkbox label { padding-left: 0px; }

.form-control.error { border-style: solid; }

.errormsg { color:red; display:block; font-size: 12px; }
.errorbox { border:red solid 1px; }

/******************** Navbar **********************/
.page-heading { padding-bottom: 10px; }
.navbar { min-height: 0; }
.minimalize-styl-2 { margin: 5px; }
.navbar-top-links li a { padding: 10px 10px; min-height: 0; }
.page-heading { padding: 5px; }
.page-heading h2 { margin-top: 10px; }

/********************** Color ******************/
.yellow { color: yellow; }

/********************** Autocomplete style for Bootstrap *********************/
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
		display: block;
		padding: 3px 15px;
		clear: both;
		font-weight: normal;
		line-height: 18px;
		color: #555555;
		white-space: nowrap;
}	

.ui-state-hover, .ui-state-active {
			color: #ffffff;
			text-decoration: none;
			background-color: #0088cc;
			border-radius: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			background-image: none;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.se2_outputarea p {
	margin: inherit;
}

.red { color: red; }
.green { color:green; padding-top: 10px;}
.note { color: #888; font-size: 11px; margin-left: 10px;}

.ibox-content .form-group div {
	display: flex;
}

.ibox-content .form-group label {
	min-width: 100px;
	margin-right: initial;
}

.ibox-content form:not(.lh-search) .form-group .form-control {
	width: 100%;
	/*display: inline-block;*/
}

.eventVacation {
	background-color: #dee2e6 !important;
}

.eventVacation .fc-event-title {
	color: #222;
}

.oneVacation {
	background-color: #0d8ddb !important;
	color: white !important;
}

.halfVacation {
	background-color: #1c7430 !important;
	color: white !important;
}