body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

label {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 5px; }

.border{
  border:1px solid #c0c0c0;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.round{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1#pagetitle{
	font-size:13pt;
}

/* Begin Form */
div.form, div.formborder {
  margin-left: auto;
  margin-right: auto;
  clear: both; }

div.formborder {
  width: 90%;
  padding: 10px;
  margin-top: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #999; }

.form div, .formborder div {
  padding-top: 2px;
  vertical-align:top; 
}

.formtitle {
  text-align: center; }

.form div.label, .lasteditdiv label {
  display: inline-block;
  text-align: right;
  margin-right: 1em;
  width: 20em;
  vertical-align:top; 
}

.form textarea {
  vertical-align: top; }

div.columnbox {
  display: inline-block;
  margin-left: 1em;
  width: 15em; }

div.submit {
  text-align: right; }

.lasteditdiv {
  background-color: #E9F2D9;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center; }

/* End Form */
/* Begin Grid Edit */
.tabs {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }

/* Begin Result */
.result, .result2, .msg_error, .msg_success {
  text-align: center; }

.result h1, .result2 h1, .msg_error {
  border: solid 1px #CC0000;
  background: #F7CBCA;
  color: #CC0000;
  font-weight: bold;
  font-size: 12px;
  padding: 4px;
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto; }

.result h2, .result2 h2, .msg_success {
  border: solid 1px #349534;
  background: #C9FFCA;
  color: #008000;
  font-weight: bold;
  font-size: 12px;
  padding: 4px;
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto; }

/* End Result */
/* End Grid Edit */
/* Begin Grid */
.rpttitle{
	padding-left:50px;
}
.listbox a {
  text-decoration: none;
  color: #000; }

.listbox a:hover {
  text-decoration: underline;
  color: red; }

/* Begin Top Toolbar */
.fg-button {
  outline: 0;
  margin: 0 4px 0 0;
  padding: .4em 1em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1; }

.fg-button .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px; }

a.fg-button {
  float: left; }

/* remove extra button width in IE */
button.fg-button {
  width: auto;
  overflow: visible; }

.fg-button-icon-left {
  padding-left: 2.1em; }

.fg-button-icon-right {
  padding-right: 2.1em; }

.fg-button-icon-left .ui-icon {
  right: auto;
  left: .2em;
  margin-left: 0; }

.fg-button-icon-right .ui-icon {
  left: auto;
  right: .2em;
  margin-left: 0; }

.fg-button-icon-solo {
  display: block;
  width: 8px;
  text-indent: -9999px; }

/* solo icon buttons must have block properties for the text-indent to work */
.fg-buttonset {
  float: left; }

.fg-buttonset .fg-button {
  float: left; }

.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button {
  margin-right: -1px; }

.fg-toolbar {
  padding: .5em;
  margin: 0; }

.fg-toolbar .fg-buttonset {
  margin-right: 1.5em;
  padding-left: 1px; }

.fg-toolbar .fg-button {
  font-size: 1em; }

/* End Top Toolbar */
/* Begin Search Bar */
.printout {
  border: solid 1px #069;
  background-color: #69F;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  width: 60px;
  font-weight: bold; }

.printout:hover {
  background-color: #9C0; }

/* End Search Bar */
/* Begin CSS Table */
.table {
  margin: auto;
  /*width: 60em;*/
  width: 100%;
  text-align: left;
  margin-top: 3em;
  font-size:12px; 
}

.table ul {
  list-style: none;
  clear: both;
  height: 2.2em;
  margin:0 -1.5em 0 0;
  
  display: flex; /* or inline-flex */
  flex-direction: row;
  flex-wrap: nowrap;
}

.table ul li {  
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 10em;
  padding: 0.5em 0.2em 0 0.2em;
  color:#000; 
  vertical-align:center;
  
  margin:0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table ul li:last-child{
  border-right: 1px solid #CCC;
}
.table ul.header {
  height: 1.8em;
  /* background: #EEE; */
}

.table ul.header li {
  height: 1.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  padding-top: 0.3em;
  
  background:#F8B343; 
  border-top:1px solid #ccc;
}
.table ul.header a {
  text-decoration: none;
  color: #000; }

.table ul.header a:hover {
  text-decoration: underline; }

.table ul:hover {
  background: #DCE9F4; }

.table ul.color {
  background: #F9F9F9; }

.table ul.color:hover {
  background: #BAD4EB; }
ul.recordsummary li{
	background-color:#999999;
	color:#000;
}

.table th {
  background-color: #999;
  color: #fff;
  text-align: center; }

/* Report Table */
.table_rpt table {
    border-collapse: collapse;
    width:100%;
}

.table_rpt table, .table_rpt th, .table_rpt td {
    border: 1px solid #999;
}
tr.header{
	text-align:center;
	font-weight:bold;
	background:#F8B343;
}
/* Paging */
.pagination {
  color: #333333;
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
  width: 70%;
  margin-left: auto;
  margin-right: auto; }

.pagination a {
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 3px;
  padding-right: 3px;
  color: #069;
  border: 1px solid #06F; }

.pagination a:hover {
  text-decoration: underline;
  color: #F60; }

.pagination span {
  margin-left: 3px;
  margin-right: 3px; }

/* Grid Shorten Tooltips */
a.easy_tooltip {outline:none; position:relative;}
a.easy_tooltip strong {line-height:30px;}
a.easy_tooltip:hover {text-decoration:none;} 
a.easy_tooltip span {
    display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
	white-space:normal;
}
a.easy_tooltip:hover span{
    display:block;
	color:#111;
    border:1px solid #DCA; 
	background:#fffAF0;
	position:absolute; 
	z-index:99;
}
    
/*CSS3 extras*/
a.easy_tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
/* End Grid */

/* Begin Grid File */
.obzfileexplorer{
	display:block;
	white-space:normal;
}
.obzfileexplorer ul{
	list-style:none;
	display:block;
	wdith:730px;
}
a.obzfile:hover{
	color:#F60;
}
.viewtype-thumbnail li{
	display:inline-block;
	width: 140px;
	padding:2px;
	marign:2px;
	background: #fff;
	
	text-align:center;
	border: 1px solid #ddd;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.viewtype-thumbnail img{
	width:128px;
	height:128px;
}

.obzbtn-attachment{
	background: url(../img/icon/ico_attachment.png) no-repeat;
	width:25px;
	height:25px;
}
.obzbtn-profilethumbnail{
	background: url(../img/icon/ico_image.png) no-repeat;
	width:25px;
	height:25px;
}
/* End Grid File */

/* Tree */
#tree{ float:left;min-width:300px;width:20%;border-right:1px solid silver;overflow:auto;padding:0px 0;}
#treedata{ float:right;min-width:700px;width:75%;overflow:auto;padding-top:10px;}
/* End Tree */

/* Chart */
.chart_caption-desc{
	display:inline-block;
	width:120px;
	height:30px;
	padding-top:15px;
}
.chart_caption-color{
	width:30px;
	height:30px;
	display:inline-block;
	margin:5px;
}

/* Date Picker */
.obzmonthyear .ui-datepicker-calendar, .obzyear-picker .ui-datepicker-calendar,.obzyear-picker .ui-datepicker-month{
     display: none;
}

.obzmonthyear-picker .ui-widget-content, .obzyear-picker .ui-widget-content{
	background:none;
}

/* Loading Icon */
.sp {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 20px auto;
}

/* Notice with number */
.noti_Container {
    border:none;
    position:relative;
    width:16px;
    height:16px;
    margin-left:auto;
    margin-right:auto;
}
.noti_bubble {
    position:absolute;
    top: -3px;
    right:0px;
    padding:1px 2px 1px 2px;
    background-color:red;
    color:white;
    font-weight:bold;
    font-size:0.55em;
    
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
}


/* Spinner Circle Rotation */
.sp-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Input */
.input-search{
 	background:#fff url("../img/icon/ico_search-input.png") no-repeat 120px 6px; 
}

/* Chat */
.circle {
	width: 5px;
	height: 5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float:right;
	margin-top:20px;
	margin-right:5px;
}
.circle_online{
	background:#39b44a;
}
.circle_offline{
	background:#000;
}
.btn_emoji{
	width:16px;
	height:16px;
	background:url(../img/icon/ico_emoji.png) no-repeat center center;
}
/* Scrollbar */
.scrollbar_1::-webkit-scrollbar {
    width: 0.8em;
}
.scrollbar_1::-webkit-scrollbar-track
{
	background-color: #000;
}
.scrollbar_1::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
}