@charset "utf-8";
.nowrap {
	white-space:nowrap;
}
.break {
	word-break:break-all;
	word-wrap:break-word;
}
.err {
	color: red;
	font-weight:bold;
	margin-left:5px;
}
.field-err {
	background-color: pink;
}
.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.clear {
	clear: both;
}

.hr-line-solid-thin {
	background-color: transparent;
	border: 1px solid !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.list .err {
	color: red;
	font-weight: normal;
	font-style: normal;
}

table.list .test {
	color: blue;
	font-weight: normal;
	font-style: normal;
}

table.list .nonDisp {
	background-color: gray;
}

table#clist .disable {
	background-color: gray;
}
table#clist .enable {
}
table#clist .test {
	background-color: #80aaff;
}
table#clist .warn {
	background-color: red;
}


#csearch th,
#csearch td {
	font-size:small;
}
#clist th,
#clist td {
	font-size:small;
}

a:not(.btn), a:link:not(.btn) {
  color: #666666;
}
a:visited:not(.btn) {
  color: #999999;
}
.GSYNC nav a:not(.btn), .GSYNC nav a:link:not(.btn) {
  color: #a7b1c2;
}
.GSYNC .nav > li.active > a {
	color: #ffffff;	
}

.inline {
	display: inline;
}

.sb-logo {
	margin-top: 14px;
	margin-left: 6px;
	float: left;
}

.iam-title {
	margin-top: 20px;
	margin-left: 6px;
	float: left;
}

#page-loader {
	position: fixed;
	background-color: white;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10000;
	display: none;
}

#page-loader-spinner {
	position: fixed;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}

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

.swal-footer {
	text-align: center;
}