@CHARSET "UTF-8";
/* @import url(http://fonts.googleapis.com/earlyaccessNotoSansKR.css); */


* {font-family: 'Noto Sans KR', sans-serif;}


html, body {
	height:100%;
}

.btn {
	min-width:80px;
	margin-left:3px;
	margin-right:3px;
}

.table>thead>tr>th, 
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align:middle;
}

.table>thead>tr:last-child {
	border-bottom:solid #f47c01;
}

.table-multi-striped>tbody:nth-child(odd) {
	background-color: #f9f9f9;
}

.table-multi-striped>tbody:hover, .table-striped>tbody>tr:hover  {
    background-color: #e9ffa7;
}

 

.logined-user {
	color:white;
}

.left-menu {
	position:fixed;
	width:150px;
	margin: 24px 0 0 50px;
	}
  
.left-menu  a {
	font-size: 14px;
	line-height:1.5;
}  

.affix {
	margin:-50px 0 0 50px;
}
  
.panel-default>.panel-heading {
    /*background-color: #fffafa*/
}  

/*modal dialog vertical center */
.modal {  text-align: center;  padding: 0!important;}
.modal:before {  content: '';  display: inline-block;  height: 100%;  vertical-align: middle;  margin-right: -4px;}
.modal-dialog {  display: inline-block;  text-align: left;  vertical-align: middle;}
/*end modal dialog vertical center*/

.dropdown-submenu { position:relative;}
.dropdown-submenu>.dropdown-menu { top:0; left:100%; margin-top:-6px; margin-left:-1px; -webkit-border-radius:0 6px 6px 6px; -moz-border-radius:0 6px 6px 6px; border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu { display:block;}
.dropdown-submenu>a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px;}
.dropdown-submenu:hover>a:after { border-left-color:#ffffff;}
.dropdown-submenu.pull-left { float:none;}
.dropdown-submenu.pull-left>.dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px;}


.input-datepicker {
	width:90px!important;
	text-align:center;
}

.help-block {display: block;margin: 0;padding: 0;}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th { padding: 5px!important; }

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

table.row-header > tbody > tr > td:first-child  {
	font-weight:bold;
	background-color:ghostwhite;
}