@CHARSET "UTF-8";

/* JSArirang */
@font-face{ font-family: JSArirang; font-weight: 400; src: url(/font/JSArirang.ttf) format('truetype');}

/* Darlington */
@font-face{ font-family: Darlington; font-weight: 400; src: url(../font/Darlington.ttf) format('truetype');}
.disable-menu{background: #aaaaaa;}
.disable-menu a{background-color: #aaaaaa !important;}
.nav>li .disable-menu>a:hover {
	color: #337ab7;
    background-color: #aaaaaa;
    cursor: default;
}
#disable-text {
	color: #337ab7 !important;
    background-color: #aaaaaa !important;
    cursor: default !important;
}
.nav {
	font-size: 12px;
	font-weight: bold;
}
.nav>li>a {
	padding: 5px 5px;
}

.detail-form {
	display: initial;
    width: 80%;
	margin-left: 50px;
}

.branch-ui {
	padding-left: 5px;
	margin: 3px;
	font-weight: bold;
}

.tree-span {
	margin: 0px 5px;
	font-size: 9px;
	border: 1px solid #000;
	padding: 1px 3px 1px 3px;
	cursor: pointer;
}

.post-span {
	margin: 0px 5px;
	font-size: 9px;
	border: 1px solid #dcdcdc;
	padding: 1px 7px 1px 6px;
	color: #46AAFF;
}

.post-span2 {
	margin: 0px 5px;
	font-size: 9px;
	border: 1px solid #dcdcdc;
	padding: 1px 10px 1px 10px;
	color: #46AAFF;
}

.row-top-div {
	padding-top: 10px;
}

.division-add {
	margin: 0px 3px;
	font-size: 9px;
	border: 1px solid #000;
	padding: 2px 8px;
	cursor: pointer;
}

.division-del {
	margin: 0px 3px;
	font-size: 9px;
	border: 1px solid #000;
	padding: 2px 10px;
	cursor: pointer;	
}

.division-new {
	margin: 0px 3px;
	font-size: 9px;
	border: 1px solid #000;
	padding: 2px 30px;	
	cursor: pointer;
}

.hide-div {
	display: none;
}

@media (min-width: 768px) {
	.panel-default {
		min-height: 100%;
	}
}
@media (max-width: 768px) {
	.panel-default {
		min-height: 100%;
	}
}

.form-post {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-div a:hover {
	text-decoration: none;
}

.pad_5 {padding: 5px;}

.page-div {
	margin-top:10px;
}
a.pad_paging { 
	padding:9px 12px 9px 12px;
    border: 1px solid #BBBBBB;
}
a.pad_paging:hover { 
    background-color:#BBBBBB;
}
a.pad_paging_current { 
	padding:9px 12px 9px 12px;
	background-color:black;
	border: 1px solid black;
	color:#FFFFFF;
}

.page-div {
	padding: 10px;
	text-align: center;
}

.search-member {
	border-right: 1px solid #000;
	padding: 0 5px;
	cursor: pointer;
}

.password-view {
    font-size: 9px;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
}

.cal-icon {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 3px;
}

.modal-dialog.modal-80size {
  width: 80%;
  height: 80%;
  margin: 0;
  padding: 0;
}

.modal-content.modal-80size {
  height: auto;
  min-height: 80%;
  margin-left: 10%;
  margin-top: 10%;  
}

td.today {color: #ffffff;   font-weight:bold; border:solid thin 0pt; font-size:9pt; background-color: #cc0033; }
td.workday {color: #000099;    font-weight:normal; border:solid thin 0.5pt; font-size:9pt; }
td.sunday{color: #cc0033; font-weight:normal; border:solid thin 0.5pt; font-size:9pt; }
td.satday{color: #0000ff;    font-weight:normal; border:solid thin 0.5pt; font-size:9pt; }
td.week  {color: #000000;   font-weight:normal; border:solid thin 0.5pt; font-size:9pt; width: 28px;text-align:center}
a.preNext:hover   { text-decoration:none }