@charset "UTF-8";
.k-window-titlebar.k-header>.k-window-title{font-family:"Nanum Square Bold";font-size:20.83px; }
table.k-editor{height:100%;}
.k-loading-mask{display:none !important;}
.k-grid td,.k-grid th{text-overflow: unset;font-family:"맑은 고딕","Malgun Gothic";font-size:11.96px;}
.k-grid tbody .k-button{ min-width: 40px;}


.k-window-titlebar.k-header{
	padding:19px 19px 20px 20px;
}
.k-window-titlebar .k-window-actions{
	top:19px;right:19px;
}
.k-window-titlebar{
	background-color: #fff;
    /* box-shadow: 13px 13px 13px 13px #a0a5ae; */
    border-bottom: 3px solid #eaf1f6
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #fff;
    background-color: #c6def7;
    border-color: #c6def7;
  
}
.k-item:hover{
	background-color: #c6def7;
}
.k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
     box-shadow: inset 0 0 3px 1px #c6def7;
}
.k-grid-norecords-template{
   /*  margin-top: 140px !important; */
       margin: 2em auto 0 auto !important;
       width: 80% !important;
           position: static !important;
} 
.k-grid-norecords{
	height:4em !important;
}

#worklogGrid td{
	padding: 0 .6em !important;
}
.k-grid-header{
    padding-right: 15px !important;
}