html,body{
	height:100%;
}


.container-fluid {
	height:100%;
}

body {
	font-family:'Malgun Gothic';
	font-size:10pt;
}

.top_menu {
	text-align:center;
}

.top_menu ul{
	margin-top:20px;
	float:left;
	display:inline-block; 
	*display:inline; zoom:1;
}

.top_menu ul li{
	float:left;
	list-style-type:none;
	width:100px; 
	margin-left:-1px; 
	z-index:1; 
	color:#ffffff; 
	font-size:13pt; 
	font-weight:bold;
}

.group ul li {
	list-style-type:none;
	font-size:12pt;
	padding:3px;
	margin-left:-20px;
}

.add-on .input-group-btn > .btn {
	border-left-width:0;left:-2px;
	-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);
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	border-color:#cccccc;
}

.form-control{width:20%}
	.navbar-nav > li > a {
	border-right: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}

.navbar-nav:last-child{ 
	border-right:0
}

.fill {
	min-height: 100%;
	height: 100%;
}

.btn-default {
	background:#fff;
}

.circle1 {
	background-color: #00D8FF;
	border: 3px #00D8FF solid;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	color:#000000;
	font-weight:bold;
}

.circle2 {
	/*background-color:#fff;*/
	border: 3px #ffffff solid;
	-webkit-border-radius:100px;
	-moz-border-radius: 100px;
}

.panel{
	margin-top:20px; 
	background:#ffffff; 
	width:100%; 
	padding:20px;  
	border-top:3px solid #283347;
}

.half_panel{
	margin-top:20px; 
	width: 49%;
	background:#ffffff; 
	padding:20px;  
	border-top:3px solid #283347;
}

.sub_panel {
	border-top:3px solid #283347;
	padding-top:20px;
}

.panel .title {
	font-weight:bold;
	font-size:12pt;
}

/* unvisited link */
a:link {
	color: white;
}

/* visited link */
a:visited {
	color: white;
}

/* mouse over link */
a:hover {
	color: hotpink;
}

/* selected link */
a:active {
	color: white;
}

.fl {
	float:left;
}

.fr {
	float:right;
}
.clear{
	clear:both;
}

.ml5 {
	margin-left:5px;
}

.ml20 {
	margin-left:20px;
}

.mr20 {
	margin-right:5px;
}

.mt3 {
	margin-top: 3px;
}

.mt5{
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.customer-list {
	display:block;
}

/* display none */
.dis_none {
	display : none;
}

.json_td {
	height: 30px;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.center {
	text-align:center;
}

.hand {
	cursor:pointer;
}

.son {
	display:none;
}

.top_menu a {
	text-decoration:none !important;	
}

.gradient_orange {
	background : linear-gradient(to top ,orange, white);
}

.gradient_blue {
	background : linear-gradient(to top ,#569de5, #ffffff);
}

.gradient_red {
	background : linear-gradient(to top ,red, #ffffff);
}

.gradient_gray {
	background : linear-gradient(to top ,#e5e4e8, #ffffff);
}

.borders {
	border:3px solid #000000;
}

.no-border {
	border: 1px solid #ccc;
}

.bg {
	display:none;
	float:left;
	margin-left:5px;
	cursor:pointer;
	width:100px;
}