@charset "EUC-KR";
/*°øÅë CSS Document */
/*¿©ÇàÇÃ·¡³Ê Á¢µÎ¾îÀÎ pl_ºÙ¿©¼­ class ¹× id »ý¼º*/

body, html {
	font-family:"¸¼Àº °íµñ", "Malgun Gothic", "µ¸¿ò", Dotum, "Helvetica Neue", "Apple SD Gothic Neo", Helvetica, Arial, "Apple Gothic", sans-serif!important;
}

/* ÆäÀÌÁö ·Îµù Ã³¸® */
.pl-loader {
	font-size: 1em;
	background: 0;
	filter: Alpha(Opacity=18);
	opacity: .18;
	background-color: #fff;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.pl-loader .pl-loader-icon {
	width: 2.875em;
	height: 2.875em;
	margin-left: -1.4375em;
	margin-top: -1.4375em;
	z-index: 999999;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 0;
}
.pl-loader h1 {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.pl-icon-loading {
	background-color: #000;
	display: block;
	margin: 0;
	width: 2.875em;
	height: 2.875em;
	padding: .0625em;
	-webkit-border-radius: 2.25em;
	border-radius: 2.25em;
	background: url("//m2.jeju.com/com/_lib/jquery-ui/images/ajax-loader.gif") center;
	background-size: 2.875em 2.875em;
}

/**
 * ¸®½ºÆ® ¿ä¼Ò ÅÛÇÃ¸´
 */
.pl-template {
	display: block;
}
/* ÄÚ¸àÆ®¿ë by lalala2570 */
ul.comment {
	margin: 3px 0;
	padding: 0;
	list-style: none;
}
ul.comment li {
	background: url(//www.jeju.com/images/icon/bul_plus.gif) no-repeat 0 5px;
	padding-left: 10px;
	text-align: left;
	color: #666;
	font-size: 0.8em;
}

.nowrap{
	white-space:nowrap;
}

/* ±¸ºÐ¼±*/
hr {
	border-top: 1px solid #c8c8c8;
	border-bottom: 0px;
}
/* ÀÌÅ¬·¡½º¸¦ Àû¿ëÇÏ´Â ÅÂ±×¿¡ ¹Ýµå½Ã width ·Î »çÀÌÁî¸¦ ÁöÁ¤*/
.ellipsis {
	min-width: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;  /* IE, Safari */
	-o-text-overflow: ellipsis;  /* Opera under 10.7 */
	overflow: hidden;   /* "overflow" value must be different from "visible" */
	-moz-binding: url('ellipsis.xml#ellipsis');
}


input[type=number].passwd {-webkit-text-security:disc;}


.default-bg{
	background-color: #333 !important;
}


.progress{
	background-image: -webkit-linear-gradient(top,#bbb 0,#ccc 100%);
	background-image: -o-linear-gradient(top,#bbb 0,#ccc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#bbb),to(#ccc));
	background-image: linear-gradient(to bottom,#bbb 0,#ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbbbbbbb', endColorstr='#ffcccccc', GradientType=0);
	background-color: #ccc;

}


/*
.close{
	color:#fff;
}
*/

.modal{
	text-align:left;
}

table.table th, table.table td{
	text-align:center;
}

table.table .left{
	text-align:left;
}
table.table .right{
	text-align:right;
}

td.la-graph{
	width:40%;
}

@media (min-width: 768px) {
	td.la-graph{
		width:60%;
	}
}



.popover *{
	color:#333;
}

.text-yellow{
	color:yellow;
}

#record_container select,
#record_container th,
#record_container td {
	font-size: 0.9em;
	white-space:nowrap; 
}

#ph_container legend{
	color: inherit;
}

select{
	border: 1px solid #fff;
	color:#333;
	background: #fff;
}

.btn-mxs{
	padding: 1px 3px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.nobr{
	white-space:nowrap; 
}

.panel-body{
	color:#333;
}
.btn_edit_record{
	display: block;
	font-size: 1em;
	margin-bottom: 3px;
}

.dummy_sort.on{color: yellow;}
.page-header {
	text-align: left;
}
.page-header small{
	color:#efefef;
	font-size: 50%;
}
