html {
  font-family: "Malgun Gothic";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Malgun Gothic", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}

.page-container .sidebar-menu #main-menu li {
  font-size: 14px;
  font-weight: bold;
}

.table-bordered {
  border: 1px solid #b9b9b9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d9d9d9;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #e9e9e9;
  border-bottom-width: 0px;
  color: #76777a;
  font-weight: bold !important;
  border-bottom: 0 !important;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  background-color: #e9e9e9;
  border-top-width: 1px;
  color: #76777a;
  font-weight: bold !important;
}

.login-page .login-content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.datepicker.datepicker-dropdown {
  z-index: 10002 !important;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  z-index: 10002;
}

.flash_message_div {
  z-index: 10001;
}