html, body{
	background: radial-gradient(circle, white, #D2F0FF);
}

.label-as-badge {
	border-radius: 1em;
}
td {
	color: #004080;
	font-size: 14px;
	/*text-align: left;*/
}
.glyphicon {
	text-shadow: 3px 2px 5px #aaa; 
}
/* เพรสตัน กรุ๊ป */
.navbar-brand {
	text-shadow: 3px 4px 5px #004080; /* #999; /* #ccc; /* blue;  */
}

img {
	max-width: 100%; 
	height: auto;
}

.input-group-addon {
	color: #004080;
}
/* jquery-ui-1.10.3 for dialog --- */
.demo-description {
	clear: both;
	padding: 12px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}


/*
SET BACKGROUND IMAGE :
http://stackoverflow.com/questions/16548338/full-screen-responsive-background-image

*/

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
/*
a.a1:link, a.a1:active {
	color:#fff;
}
a.a1:hover {
	background-color: #fff;
	color: #004080;
}

*/
.center {
	text-align: center;
}