html, body {
    height: 100%
}

body 
{
/* 	font-family: "Gulimche", "Verdana", "Arial";  */
	font-family: "맑은 고딕"; 
	font-size: 12px; 
	color: #3F3F3F;
	margin: 0px;
    padding: 0px;
}

input {
/* 	font-family: dotum, gulim, verdana, tahoma, arial; */
	font-family: "맑은 고딕";
	font-size: 12px;
	color: #323232;
	box-sizing:border-box;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
/* 	width: 13px; */
	height: 13px;
	vertical-align: middle;
	font-size: 12px;
}

/* Hide input number picker */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

label{
	padding-top: 1px;
/* 	padding-left: 1px; */
/* 	padding-right: 10px; */
}

/* div */
.div_search {
	background-color: #dfe8f6;
	border: 1px solid #99bbe8;
	padding-left: 10px;
	padding-right: 10px;
}
.div_search table {
	padding: 0px;
/* 	font-weight: bold; */
	color: #15428b;
	min-height: 30px;
	border-collapse: collapse;
}
.div_search>table {
	width: 100%;
}
.div_search>form>table {
	width: 100%;
}

.div_upload {
	background-color: #dfe8f6;
	border: 1px solid #99bbe8;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1px;
}
.div_upload table {
	padding: 0px;
	border-collapse: collapse;
}
.div_upload input[type="file"]{
	width: 300px;
}

.div_left {
	float: left;
}
.div_center {
	width: 10px;
	float: left;
}
.div_right {
	float: right;
}

.div_header {
	background-color: #dfe8f6;
	border: 1px solid #99bbe8;
	padding-left: 10px;
	padding-right: 10px;
}
.div_header table {
	border-collapse: collapse;
}
.div_header>table {
	width: 100%;
	padding: 0px;
	color: #15428b;
	min-height: 27px;
	border-collapse: collapse;
}
.div_fixed {
	background-color: #dfe8f6;
	border: 1px solid #99bbe8;
	padding-left: 10px;
	padding-right: 10px;
	width:100%;

	display: block;
	position: fixed;
	z-index:999;
	top:0px;
	left:0px;
	right: 0px;
/* 	-webkit-box-shadow: 0 1px 2px 0 #777; */
/* 	box-shadow: 0 1px 2px 0 #777; */

	font-weight: bold;
	color: #15428b;
	min-height: 30px;
}

/* Search */
.IWSearchTdTitle
{
	background:url('../images/arrow_pink.gif') no-repeat;
	background-position: 3px 50%;	
	padding: 0px 5px 3px 15px;
	height: 23px;
	font-weight: bold;
}

.IWSearchTdInput
{
	padding: 0px, 4px, 0px, 4px; height: 23px;	text-align: left;
	font-weight: normal;
}

/* 헤더가 위인 테이블 */
.tableA {
	border-collapse:collapse;
	width:100%;
/* 	border: 1px solid blue; */
/* 	margin: 0px 1px 1px 0px; */
/* 	border-top: 1px solid #dddddd; */
/* 	border-left: 1px solid #dddddd; */
}
.tableA tr td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding:0 3px;
	vertical-align:middle;
	text-align: center;
	height:24px;
}
.tableA th {
	background: #eceff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceff4 0%, #d4e1ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff4), color-stop(100%,#d4e1ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceff4 0%,#d4e1ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff4', endColorstr='#d4e1ea',GradientType=0 );
	text-align: center;
	vertical-align:middle;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
/* 	border-left: 1px solid #f8ffff; */
	color:#444444;
	font-weight:normal;
/* 	font-family:굴림체; */
	font-family: "맑은 고딕";
	font-size:12;
	height:24px;
	position:relative;
}

/* 헤더가 왼쪽인 테이블 */
.tableB {
	width: 100%;
	border-collapse: collapse;
	clear: both;
	table-layout: fixed;
}
.tableB > tbody> tr {
	height: 30px;
}
.tableB > tbody > tr> td {
	border: 1px solid #99bbe8;
	padding: 2px 3px 2px 3px;
	vertical-align: middle;
	text-align: left;
}
.tableB > tbody > tr> th {
	border: 1px solid #99bbe8;
	background-color: #dfe8f6;
	vertical-align: middle;
	color: #15428b;
	font-weight: normal;
	text-align: center;
	padding: 2px 3px 2px 3px;
}
/* table을 div에 넣고 div에 적용해야함 */
.tableC {
	width: 100%;
}
.tableC > table {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}
.tableC > table > tbody > tr {
	height: 30px;
}
.tableC > table > tbody > tr > td {
	border: 1px solid #99bbe8;
	padding: 2px 3px 2px 3px;
	vertical-align: middle;
	text-align: left;
}
.tableC > table > tbody > tr > th {
	border: 1px solid #99bbe8;
	background-color: #dfe8f6;
	vertical-align: middle;
	color: #15428b;
	font-weight: normal;
}

/* 행 공간 */
.h0 {
	height:0px;
}
.h1 {
	height:1px;
}
.h3 {
	height:3px;
}
.h5 {
	height:5px;
}
.h10 {
	height:10px;
}
.h15 {
	height:15px;
}
.h20 {
	height:20px;
}
.h30 {
	height:30px;
}

/*********************
/* Popup 
**********************/
.popup {
	border-collapse: collapse;
	padding:0px;
	border:0px;
	width:100%;
	border:0px solid red;
}
.popup tr td {
	border-collapse: collapse;
	padding: 0px 3px 0px 0px;
	border: 0px solid red;
}

/*
Grid div없이 table에 적용
*/
.grid{
	background: #eceff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceff4 0%, #d4e1ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff4), color-stop(100%,#d4e1ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceff4 0%,#d4e1ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff4', endColorstr='#d4e1ea',GradientType=0 );
	border-top:1px solid #99bbe8;
	border-right:1px solid #99bbe8;
	border-bottom:0px solid #99bbe8;
	border-left:1px solid #99bbe8;
	border-collapse:collapse;
	text-align: center;
	vertical-align:middle;
	width:100%;
	table-layout:fixed;
	word-break:break-all;
/* 	position:relative; */
}
.grid > tbody > tr > th {
	border-right: 1px solid #99bbe8;
	border-bottom: 1px solid #99bbe8;
	color:#444444;
	font-size:12;
	font-weight:normal;
	height:24px;
}
.grid > tbody > tr > td {
	background: #ffffff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 3px 3px 3px 3px;
	vertical-align:middle;
	text-align: center;
	height:24px;
}

/*
Grid (g-guide, h-head, b-body, f-foot)
*/
.grid-g{
	margin-top: 2px;
	border-top: 1px solid #99bbe8;
	border-right: 1px solid #99bbe8;
	border-left: 1px solid #99bbe8;
}
.grid-h{
	overflow:scroll;
	overflow-x:hidden;
/* 	border-top:1px solid #99bbe8; */
	border-right:1px solid #99bbe8;
	border-bottom:0px solid #99bbe8;
	border-left:1px solid #99bbe8;
	margin-top: 0px;
	scrollbar-arrow-color: #eceff4;
	scrollbar-face-color: blue;
	scrollbar-track-color: #eceff4;
}
.grid-h table{
	background: #eceff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceff4 0%, #d4e1ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff4), color-stop(100%,#d4e1ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceff4 0%,#d4e1ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff4', endColorstr='#d4e1ea',GradientType=0 );
	border-collapse:collapse;
	text-align: center;
	vertical-align:middle;
	width:100%;
	table-layout:fixed;
	word-break:break-all;
	position:relative;
}
.grid-h th {
	border-top: 1px solid #99bbe8;
	border-right: 1px solid #99bbe8;
	color:#444444;
	font-size:12;
	font-weight:normal;
	height:24px;
}
.grid-b{
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #99bbe8;
}
.grid-b table{
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
	word-break:break-all;
}
.grid-b > table > tbody > tr > td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
	text-align: center;
	height:24px;
}

.grid-f{
	border-right:1px solid #99bbe8;
	border-bottom:1px solid #99bbe8;
	border-left:1px solid #99bbe8;
}
.grid-f table{
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
	word-break:break-all;
}
.grid-f td {
	background: #eceff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #eceff4 0%, #d4e1ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff4), color-stop(100%,#d4e1ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eceff4 0%,#d4e1ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eceff4 0%,#d4e1ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff4', endColorstr='#d4e1ea',GradientType=0 );
	text-align: center;
	vertical-align:middle;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
/* 	border-left: 1px solid #f8ffff; */
	color:#444444;
	font-weight:normal;
/* 	font-family:굴림체; */
	font-family: "맑은 고딕";
	font-size:12;
	height:25px;
	position:relative;
}

/*********************
/* 결재방 
**********************/
.tableEAPV {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-top: 0px solid #99bbe8;
	border-right: 0px solid #99bbe8;
	border-bottom: 0px solid #99bbe8;
	border-left: 0px solid #99bbe8;
	table-layout: fixed;
}
.tableEAPV tr td {
	border-right: 1px solid #99bbe8;
	border-bottom: 1px solid #99bbe8;
	padding: 4px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 11.5;
	width: auto;
}
.tableEAPV th {
	background-color: #dfe8f6;
	vertical-align:middle;
	border-right: 1px solid #99bbe8;
	border-bottom: 1px solid #99bbe8;
	color: #15428b;
	font-weight:normal;
	padding:0 6px;
}	

/*********************
* 일정표
**********************/

.calendarRender {
  border-collapse: collapse;
  width: 100%;
}
.calendarRender table {
  table-layout: fixed;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.calendarRender table td,
.calendarRender table th {
  font-size: 12px;
}

.calendarBtn {
	cursor: Pointer;
}
.calendarBtn image{
	vertical-align: top;
}

.calendarDayRender{
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.calendarDayRender td{
	border: 1px solid #C0C0C0;
}
.calendarMonthRender{
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.calendarMonthRender th, .calendarMonthRender td{
	border: 1px solid #C0C0C0;
}
.monthly{
	min-height: 100px;
	border-spacing: 0;
	border-collapse: collapse;
}
.monthly td{
	border: none;	
}
.monthlyShl{
	max-height: 15px;
	vertical-align: top;
	cursor: Pointer;
/* 	font-size: 8pt; */
	border-spacing: 0;
	padding: 0px;
	border-collapse: collapse;
}
.monthlyShl td{
	border: 1px solid #C0D2E0;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.monthlyShl td:HOVER{
	text-decoration: underline;
}
.daily {
	height: 30px;
	background: #F0F8FF;
	cursor: Pointer;
}
.dailyShl td{
	border: none;
}
.dailyShl td:HOVER{
	text-decoration: underline;
}
.d_dailyShl{
	background: #F0F8FF;
	vertical-align: top;
}
.d_dailyShl2 td{
	border: none;
	cursor: Pointer;
}
.d_dailyShl2 td:HOVER{
	text-decoration: underline;
}

.noneBorderTable td{
	border: none;
}

/* kendo progress image 변경 */
.k-loading-mask .k-loading-image {
	background-image: url('../images/progress.gif');
}

/**** kendo icon 정렬 (default : text-top) ****/
.k-icon{
	vertical-align: middle !important;
}

/**** kendo numeric text box padding ****/
.k-numerictextbox .k-numeric-wrap {
 	background-color: white;
     padding-left: 0.3em;
     padding-right: 0.3em;
}

/**** kendo DatePicker font ****/
.datePicker{
	font-weight: normal;
}
.dateRangePicker{
	font-weight: normal;
}

/**** kendo Listbox toolbar 정렬 ****/
.k-listbox-toolbar{
	padding-top: 40% !important;
}

/* kendo grid 자체 progress hidden */
.k-grid .k-loading-image {
	background-image: none;
}
.k-grid .k-loading-color {
	opacity: 0;
}
/**** kendo Grid header align ****/
.k-grid-header th.k-header
{
	text-align: center;
	vertical-align: middle;
}
/**** kendo Grid header숨김 ****/
.GridNoHeader .k-grid-header
{
    height: 0;
    border-bottom-width: 0;
    display: none;
    overflow: hidden;
}
/**** kendo Grid tr ****/
.gridOnlyWhiteTr .k-alt{
	background-color: white !important;
}
.gridOnlyWhiteTr tr:hover { 
    background-color: transparent !important;
}
/**** kendo Grid td line ****/
.k-grid tr td {
    border-bottom: 1px solid #c5c5c5;
}

/**** kendo upload ****/
.k-clear-selected,
.k-upload-selected {
    display: none !important;
}

/**** kendo radio ****/
.k-radio-label{
	padding-left: 17.2px !important;
	line-height: 14px !important;
	margin-right: 5px !important;
}
/**** kendo checkbox ****/
.k-checkbox-label{
	padding-left: 17.2px !important;
	line-height: 14px !important;
	margin-right: 0px !important;
}
