@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:leelawadee;
	src:url("../fonts/leelawadee.ttf");
}
@font-face {
	font-family:raspoutine;
	src:url("../fonts/raspoutine.ttf");
}
@font-face {
	font-family:FontAwesome;
	src:url("../fonts/FontAwesome.ttf");
}
* {
	margin:0;
	padding:0;
}
body {
	font-size:95%;
	background:#f1f6f4;
}
a {
	color:#388d2d;
}
a:hover {
	color:#333333;
}
.hide{
	display: none !important;
}
div#forgotPass div.buttons input.btnSubmit,
.workplace #loadPage div.buttons a.btnAddNew,
.workplace div.theForm button.btnSubmit,
.workplace div.theForm button.btnSubmit,
div.workplace div.popupBody button.btnSubmit,
.workplace div.theForm button.btnAdd,
div.workplace button.btnAdd,
div.workplace div.showRecord .btnSubmit,
.workplace div.showRecord button.btnAdd {
	font-family:raspoutine;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	text-shadow:1px 1px 1px #000000;
	background:#258005;
	background-image:-webkit-linear-gradient(top, #258005, #258005);
	background-image:-moz-linear-gradient(top, #258005, #258005);
	background-image:-ms-linear-gradient(top, #258005, #258005);
	background-image:-o-linear-gradient(top, #258005, #258005);
	background-image:linear-gradient(to bottom, #258005, #258005);
	border:1px solid #390644;
}
div#forgotPass div.buttons input.btnSubmit:hover,
.workplace #loadPage div.buttons a.btnAddNew:hover,
.workplace div.theForm button.btnSubmit:hover,
.workplace div.theForm button.btnAdd:hover,
div.workplace div.popupBody button.btnSubmit:hover,
div.workplace button.btnAdd:hover,
div.workplace div.showRecord .btnSubmit:hover,
.workplace div.showRecord button.btnAdd:hover {
	background:#600642;
	background-image:-webkit-linear-gradient(top, #600642, #258005);
	background-image:-moz-linear-gradient(top, #600642, #258005);
	background-image:-ms-linear-gradient(top, #600642, #258005);
	background-image:-o-linear-gradient(top, #600642, #258005);
	background-image:linear-gradient(to bottom, #600642, #258005);
}
.workplace div.theForm button.btnSubmit.delete,
.workplace #loadPage div.buttons a.btnAddNew.delete {
	background: #F00 !important;
}
.workplace div.theForm .btnSubmit.pay {
	background:#999;
	border:1px solid #666;
}
.workplace div.theForm .btnSubmit.pay:hover {
	background:#aaa;
}
.workplace div.theForm .btnSubmit:disabled {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.workplace #loadPage #btnDisplayMore {
	-moz-box-shadow:inset 0px 1px 0px 0px #FFFFFF;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFFFFF;
	box-shadow:inset 0px 1px 0px 0px #FFFFFF;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF));
	background:-moz-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background:-webkit-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background:-o-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background:-ms-linear-gradient(top, #EDEDED 5%, #DFDFDF 100%);
	background:linear-gradient(to bottom, #EDEDED 5%, #DFDFDF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF',GradientType=0);
	background-color:#EDEDED;
	border:1px solid #DCDCDC;
	text-shadow:0px 1px 0px #FFFFFF;
}
.workplace #loadPage #btnDisplayMore:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DFDFDF), color-stop(1, #EDEDED));
	background:-moz-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background:-webkit-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background:-o-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background:-ms-linear-gradient(top, #DFDFDF 5%, #EDEDED 100%);
	background:linear-gradient(to bottom, #DFDFDF 5%, #EDEDED 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#EDEDED',GradientType=0);
	background-color:#DFDFDF;
}

div.workplace  .downloadExcel a{
	width: 20%;
	padding: 0.5%;
	background-color: #258005;
	border-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	float: left;
	cursor: pointer;
}
div.workplace  .downloadExcel a:hover{
	background-color: #ad5418;
}
div.workplace  .downloadExcel a i{
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}

/* ----------------------------------------------------------- */
/* ----------------------- login form ------------------------ */
/* ----------------------------------------------------------- */
div.index {
	float: left;
	width: 100%;
	height: 100vh;
	padding: 6% 9% 0;
	font-family: leelawadee;
	background: url(../images/system/index-cover.jpeg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
div.index main {
	float: left;
	width: 100%;
	height: 85vh;
	background: rgba(255,255,255,0.8);
}
div.index div.developer,
div.index aside {
	float: left;
	width: 48%;
	box-sizing: border-box;
}
div.index div.developer {
	width: 52%;
	padding: 5% 0 0;
}
div.index aside {
	margin: 5% 0;
	padding: 2% 4%;
	height: 80%;
	border-left: 1px solid #b58d54;
}
div.index div.developer .logoWrap {
	float: left;
	width: 90%;
	margin: 5%;
	text-align: center;
}
div.index div.developer .logoWrap img {
	width: 220px;
	border: none;
}
div.index div.developer p.info {
	float: left;
	width: 70%;
	margin: 0 15%;
	font-size: 1em; line-height: 21px;
	color: #6a5434;
	text-align: center;
}
div.index div.developer .sostecWrap {
	float: left;
	width: 100%;
	margin-top: 2em;
	text-align: center;
}
div.index div.developer .sostecWrap img {
	width: 150px;
	border: none;
}
div.index div.developer .social {
	float: left;
	width: 32%;
	margin: 2% 34%;
}
div.index div.developer .social .box {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
}
div.index div.developer .social .box span {
	width: 40px;
	height: 40px; line-height: 40px;
	font-size: 1.2em;
	color: #fff;
	background-color: #f00;
	border-radius: 99em;
}
div.index div.developer .social .box span.facebook {
	background-color: #253d80;
}
div.index div.developer .social .box span.twitter {
	background-color: #259ed9;
}
div.index div.developer .social .box span.youtube {
	background-color: #af1f2b;
}
div.index div.developer .social .box span.linked {
	background-color: #0278b6;
}
/* -- */
div.index aside h2 {
	font-family: raspoutine;
	font-size: 1.8em;
	color: #1f6d03;
	font-weight: 500;
	letter-spacing: -1px;
}
div.index aside p {
	margin: 10px 0;
}
div.index aside div.record {
	position: relative;
	float: left;
	width: 90%;
	padding: 2% 0;
	background: #fff;
	border: 1px solid #ddd;
}
div.index aside div.record:nth-child(1) {
	margin-top: 5%;
	border-bottom: none;
}
div.index aside div.record.borderless {
	margin-top: 3%;
	padding: 0;
	background: transparent;
	border: none;
}
div.index aside div.record.highlight {
	border: 1px solid #f00;
}
div.index aside div.record span#icon {
	float: left;
	width: 15%;
	height: 34px; line-height: 34px;
	text-align: center;
	color: #999;
	font-size: 1.3em;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
div.index aside div.record input.loginText {
	float: left;
	width: 85%;
	height: 34px;
	padding-left: 3%;
	border: none;
	box-sizing: border-box;
}
div.index aside div.record input.loginText:focus {
	outline: none;
}
div.index aside div.tooltip {
	position: absolute;
	left: 15%; top: 42px;
	padding: 5px 20px;
	background-color: #f2d183;
	color: #333;
	text-align: center;
	font-size: 0.85em;
	display: none;
}
div.index aside div.tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 10%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #f2d183 transparent;
}
div.index aside label.error {
	float: left;
	width: 90%;
	margin: 2% 0 2% 16%;
	padding: 0 0 0 4%;
	font-size: 0.9em;
	font-weight: 600;
	color: #f00;
	background: url(../images/system/error_s.png) left 2px no-repeat;
	display: none;
}
div.index aside div.record div.switch {
	position: relative;
	margin-right: 12px;
	float: left;
	width: 62px;
	height: 34px;
	background: #ccc;
	z-index: 0;
	appearance: none;
	cursor: pointer;
}
div.index aside div.record div.switch:after {
	content: ' ';
	height: 29px;
	width: 30px;
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 3px;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
}
div.index aside div.record div.switch.switchOn {
	background: #1f6d03 !important;
}
div.index aside div.record div.switch.switchOn:after {
	left: 29px !important;
}
div.index aside div.record input#rememberMe {
	opacity: 0;
	filter: alpha(opacity=0);
}
div.index aside div.record span#rememberLbl,
div.index aside div.record a#forgot {
	float: left;
	height: 34px; line-height: 34px;
	font-size: 0.95em;
}
div.index aside div.record #rememberLbl:hover {
	cursor: pointer;
}
div.index aside div.record a#forgot {
	float: right;
	text-decoration: none;
}
div.index aside div.record a#forgot:hover,
div.index aside div.record a#forgot:focus {
	text-decoration: underline;
}
div.index aside div.record #submitBtn {
	float: left;
	width: 100%;
	margin: 2% 0 1%;
	height: 40px;
	font: 1em raspoutine;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	color: #fff;
	background: #1f6d03;
	border: none;
}
div.index aside div.record #submitBtn:hover {
	background: #1f6d03;
}
div.index aside div.record label#copyRight {
	float: left;
	width: 90%;
	margin: 6% 5% 0;
	font-size: 0.9em;
	color: #666;
	text-align: center;
}
/**/
.workplace div.theForm div.record div.switch2 ,
fieldset div.switch2 {
	position:relative;
	margin-right:10px;
	float:left;
	width:42px;
	height:22px;
	background:#cccccc;
	z-index:0;
	appearance:none;
	cursor:pointer;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}
.workplace div.theForm div.record div.switch2,
fieldset div.switch2 {
	margin-top:5px;
}
.workplace div.theForm.sales div.record div.switch2,
fieldset div.switch2{
	margin-top:2px;
}
.workplace div.theForm div.record div.switch2:before,
fieldset div.switch2:before{
	content:' ';
	position:absolute;
	left:1px;
	top:1px;
	width:40px;
	height:19px;
	background:#cccccc;
	z-index:1;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}
.workplace div.theForm div.record div.switch2:after,
fieldset div.switch2:after {
	content:' ';
	height:19px;
	width:19px;
	border-radius:18px;
	background:#fff;
	position:absolute;
	z-index:2;
	top:1px;
	left:1px;
	-webkit-transition-duration:300ms;
	transition-duration:300ms;
	-webkit-box-shadow:0 2px 5px #999999;
	box-shadow:0 2px 5px #999999;
}

div.workplace div.theForm div.record div.switch2.switchOn,
fieldset div.switch2.switchOn,
.workplace div.theForm div.record div.switch2.switchOn:before,
fieldset div.switch2.switchOn:before {
	background:#1f6d03 !important;
}
div#loginWrap div#content div.record div.switch2.switchOn:after,
fieldset div.switch2.switchOn:after,
fieldset div.switch2.switchOn:after,
.workplace div.theForm div.record div.switch2.switchOn:after {
	left:22px !important;
}
div.workplace div.theForm div.record input#saReceipt,
.workplace div.theForm div.record input#assetLoan,
.workplace div.theForm div.record input#sameUnit,
.workplace div.theForm div.record input#isDefualt,
.workplace div.theForm div.list input.hideChek,
fieldset input#isGraduate,
fieldset input#isDefualt,
.workplace div.theForm div.record input#beginBalance {
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
}
div.workplace div.theForm .switchInput{
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
}
div.workplace div.theForm div.record span.check {
	float:left;
	margin-left:1%;
	height:30px; line-height:30px;
	color:#444;
	font-size:0.95em;
	cursor:pointer;
}
div.workplace div.theForm div.switch.second ,
div.workplace div.theForm div.switch2.second {
	margin-left:10px !important;
}
/* ----------------------------------------------------------- */
/* -------------------- forgot password ---------------------- */
/* ----------------------------------------------------------- */
div#forgotPass {
	float: left;
	width: 100%;
	height: 100vh;
	background: #fff;
	font-family: leelawadee;
}
div#forgotPass div#topBar, div#forgotPass div#bottomBar {
	float: left;
	width: 100%;
	height: 90px;
	background: #ebeef2;
}
div#forgotPass div#bottomBar {
	height: 8px;
	background: #258005;
}
div#forgotPass div#topBar #logoWrap {
	float: left;
	width: 30%;
	margin: 1% 0 0 15%;
}
div#forgotPass #logoWrap img {
	position: relative;
	width: 150px;
	top: 13px;
}
/* --- */
div#forgotPass div#section {
	float: left;
	width: 70%;
	margin: 5% 15% 0;
}
div#forgotPass div#section label.title {
	float: left;
	width: 100%;
	color: #666;
	font-family: raspoutine;
	font-size: 2em;
}
div#forgotPass div#section label.title.success {
	color: #339900;
}
div#forgotPass div#section div.center {
	float: left;
	width: 49%;
	margin: 3% 0;
}
div#forgotPass div#section div.center.right {
	float: right;
	width: 45%;
}
div#forgotPass div#section div.center.right.border {
	border-left: 1px dotted #ccc !important;
}
div#forgotPass div#section div#imgWrap {
	float: left;
	width: 40%;
}
div#forgotPass div#imgWrap img {
	width: 100%;
	border: none;
}
div#forgotPass div#section div#text {
	float: right;
	width: 57%;
	font-size: 0.9em;
}
div#forgotPass div#text p {
	float: left;
	width: 100%;
	line-height: 21px;
	word-wrap: break-word;
}
div#forgotPass div#text p:first-child {
	margin: 0 0 10%;
}
div#forgotPass div#text p span {
	font-weight: 600;
}
/* --- */
div#forgotPass div#section div.record {
	float: left;
	width: 100%;
}
div#forgotPass div#section div.record.two {
	margin-top: 5%;
}
div#forgotPass div#section div.buttons {
	float: left;
	width: 96%;
	height: 60px;
	margin: 3% 0;
	padding: 0 2%;
	background: rgba(136, 165, 240, 0.2);
}
div#forgotPass div.record #qybMidig,
div#forgotPass div.record #qybBidix {
	float: left;
	width: 100%;
}
div#forgotPass div.record #qybMidig {
	margin: 0 0 1%;
	color: #444;
}
div#forgotPass div.record input {
	float: left;
	width: 96%;
	height: 34px;
	margin: 1.5% 1.5% 0 0;
	padding: 0 0 0 3%;
	color: #666;
	border: 1px solid #ccc;
}
div#forgotPass div.record input:focus {
	outline: none;
	background: #eefaeb;
	border: 1px solid #aaa;
}
div#forgotPass div.record label.error {
	float: left;
	margin: 1% 0 0;
	width: 90%;
	padding: 0 0 0 20px;
	color: #f00;
	font-size: 0.9em;
	line-height: 18px;
	background: url(../images/system/error_s.png) left 3px no-repeat;
	display: none;
}
/* --- */
div#forgotPass div.buttons a#back {
	float: left;
	margin-top: 2.3%;
	text-decoration: none;
}
div#forgotPass div.buttons a#back:hover {
	text-decoration: underline;
}
div#forgotPass div.buttons input.btnSubmit {
	float: right;
	margin-top: 1.3%;
	padding: 0.8% 4.5%;
	font-size: 1.05em;
}
div#forgotPass div.buttons input.btnSubmit.left {
	float: left;
}
div#forgotPass div#imgWrap2 img {
	float: right;
	width: 430px;
	height: 200px;
	border: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
div#forgotPass div#imgWrap2 img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}






/* ----------------------------------------------------------- */
/* ---------------------- dashboard -------------------------- */
/* ----------------------------------------------------------- */
.raaxoPMS {
	position:relative;
	width:82.1%;
	min-height:652px;
	padding-left:17.9%;
	font-family:leelawadee;
}
#dashboard, .workplace {
	position:relative;
	width:100%;
}
#dashboard #middlebar, .workplace #middlebar {
	position:relative;
	height:100vh;
}
#dashboard #sidebar, div.workplace #sidebar {
	position: fixed;
	min-height: 100vh;
	width: 17.9%;
	top: 0;
	left: 0;
	background: #174f03;
	z-index: 5;
	outline: none;
}
#sidebar #logoWrap {
	padding: 0.8em 0 0.6em;
	text-align: center;
	background: #ffffff;
}
#sidebar #logoWrap img {
	position: relative;
	width: 86px;
}
#sidebar #logoWrap img#small {
	display: none;
}
#sidebar ul {
	clear: both;
	margin-top: 2em;
	list-style: none;
	padding: 0.5em 0;
}
#sidebar ul li {
	padding: 0.5em 1em;
	transition:  all 0.15s linear;
	cursor: pointer;
}
#sidebar > ul > li#active {
	background-color: #fff !important;
}
#sidebar > ul > li:hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
#sidebar > ul > li > a {
	display: block;
	text-decoration: none;
}
#sidebar > ul > li > a > i {
	position: relative;
	top: 1px;
	color: #fff;
	width: 25px;
	font-size: 1.1em;
	text-align: center;
}
#sidebar > ul > li > a > span {
	margin-left: 10px;
	color: #fff;
	font-family: raspoutine;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}
#sidebar > ul > li.has-sub > a::after {
	position: absolute;
	right: 10px;
	width: 17px;
	height: 20px; line-height: 20px;
	content: '';
	font-family: FontAwesome;
	content: "\f055";
	font-size: 1.1em;
	color: #fff;
}
#sidebar > ul > li.has-sub.active > a::after {
	content: "\f056";
}
#sidebar > ul > li#active > a::after {
	color: #735a35;
}
#sidebar ul ul {
	margin: 0;
	padding: 2% 0 2%;
	display: none;
}
#sidebar ul ul li {
	margin-left: 2.3em;
	padding: 1% 0;
}
#sidebar ul ul a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: raspoutine;
	font-size: 0.95em;
}
#sidebar ul ul a:hover {
	text-decoration: underline;
}
#sidebar > ul > li#active a i,
#sidebar > ul > li#active a span {
	color: #735a35;
}
#sidebar > ul > li#active a:hover {
	color: #0a3388;
}
/* --- */
/*#sidebar div.listInfo {
	float:left;
	width:100%;
	height:200px;
	background:#f1dff6;
	box-sizing:border-box;
}
#sidebar div.listInfo h3 {
	float:left;
	width:100%;
	padding-left:17px;
	height:36px; line-height:36px;
	font-family:raspoutine;
	font-size:0.9em;
	color:#555;
	letter-spacing:0.5px;
	border-bottom:1px dashed #b166c0;
	box-sizing:border-box;
}
#sidebar div.listInfo p#noRecord {
	float:left;
	width:100%;
	margin-top:5%;
	font-size:0.9em;
	text-align:center;
	font-style:italic;
	color:#777;
}
#sidebar div.listInfo div.record {
	float:left;
	width:100%;
	padding-left:6%;
	height:28px; line-height:28px;
	border-bottom:1px dashed #d4a7dd;
	box-sizing:border-box;
}
#sidebar div.listInfo div.record a {
	color:#444444;
	text-decoration:none;
}
#sidebar div.listInfo div.record a:hover {
	text-decoration:underline;
}
#sidebar div.listInfo div.record div.cave {
	float:left;
	font-size:0.8em;
	color:#444444;
	height:28px; line-height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	box-sizing:border-box;
}
#sidebar div.listInfo div.record div.cave.second {
	margin-left:1%;
}
#sidebar div.listInfo div.record div.cave.long {
	width:70%;
}
#sidebar div.listInfo div.record div.cave.short {
	width:25%;
	font-weight:600;
}*/
/* --- */
#middlebar div.topBar {
	float:left;
	width:100%;
	min-height:46px;
	line-height:46px;
	color:#ffffff;
	/*background:rgba(57,6,68,0.85);*/
	background:rgba(24,84,3,31);
}
/*Fariin*/
#middlebar div.topBar #fariin {
	position:relative;
	float:left;
	/*width:10%; */
	height:40px;
	margin-left:50%;
	padding:2% 3.5% 0% 1.4%;
}
#middlebar #topBar div.icon {
	float:left;
	font-family:leelawadee;

}
#middlebar #topIcons div.icon.alert {
	width:13%;
	height:40px;
	margin:1% 3% 0 0%;
	text-align:right;
	background:url(../images/system/icon-alert.png) no-repeat;
}
#middlebar #topIcons div.icon span {
	position:relative;
	top:-15px;
	padding:2% 15%;
	font-size:0.75em;
	background:#cc0000;
	color:#ffffff;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;/**/
}
#middlebar div.topBar #fariin:hover {
	cursor:pointer;
}
#middlebar div.topBar span#cusub {
	position:relative;
	top:-10px; left:-20px;
	padding:1.2% 1.2%;/**/
	font-size:0.75em;
	background:#cc0000;
	color:#ffffff;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}
/*end Fariin*/
/*notification*/
#middlebar div.topBar #notification {
	position:relative;
	float:left;
	/*width:10%; */
	height:40px;
	/*margin-left:50%;*/
	padding:2% 3.5% 0% 1.4%;
}
#middlebar #topBar div.icon {
	float:left;
	font-family:leelawadee;

}
#middlebar #topIcons div.icon.alert {
	width:13%;
	height:30px;
	margin:1% 3% 0 0%;
	text-align:right;
	background:url(../images/system/icon-alert.png) no-repeat;
}
#middlebar #topIcons div.icon span {
	position:relative;
	top:-15px;
	padding:2% 15%;
	font-size:0.75em;
	background:#cc0000;
	color:#ffffff;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;/**/
}
#middlebar div.topBar #notification:hover {
	cursor:pointer;
}
#middlebar div.topBar span#cusub {
	position:relative;
	top:-10px; left:-20px;
	padding:1.2% 1.2%;/**/
	font-size:0.75em;
	background:#cc0000;
	color:#ffffff;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}/*end notification*/
#middlebar div.topBar #programName {
	float:left;
	width:60%;
	margin-left:2%;
}
#middlebar div.topBar #programName > span {
	position:relative;
	left:10px;
	font-family:raspoutine;
}
#middlebar div.topBar #topIcons {
	position:relative;
	float:right;
	width:24%; height:40px;
	padding-right:2%;
	text-align:right;
}
#middlebar #topIcons div.icon {
	position:relative;
	top:5px;
	width:30px;height:30px;
	display:inline-block;
}
#middlebar #topIcons div.icon.profile > img {
	float:left;
	width:100%;
	height:100%;
	margin:0;
	background-size:cover;
	background-position:center center;
	-webkit-border-radius:99em;
	-moz-border-radius:99em;
	border-radius:99em;
	box-sizing:border-box;
	cursor:pointer;
}
#middlebar #topIcons div.dropDown {
    position:absolute;
	left:-7%;
	width:100%;
	top:46px;
    text-align:left;
    color:#333;
	background:#ffffff;
    border:1px solid #999;
	border:1px solid rgba(100, 100, 100, 0.4);
	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, 0.5);
	z-index:1000;
	display:none;
}
#middlebar #topIcons div.dropDown:after,
#middlebar #topIcons div.dropDown:before {
    content:'';
    display:block;
    position:absolute;
	right:2.5%;
    width:0;
    height:0;
    border-style: solid;
}
#middlebar #topIcons div.dropDown:after {
    top: -22px;
    border-color: transparent transparent #388d2d transparent;
    border-width: 11px;
}
#middlebar #topIcons div.dropDown:before {
    top: -22px;
    border-color: transparent transparent #333 transparent;
    border-width: 11px;
}
#middlebar #topIcons div.dropDown div.row {
	float:left;
	width:90%;
	height:auto; line-height:normal;
	padding:2% 5%;
	font-size:0.9em;
	border-bottom:1px solid #aaa;
}
#middlebar #topIcons div.dropDown div.row:last-child {
	border-bottom:none;
}
#middlebar #topIcons div.dropDown div.row.bar {
	background:#388d2d;
	font-family:raspoutine;
	font-size:0.95em;
}
#middlebar #topIcons div.dropDown div.row #photo {
	float:left;
	width:25%;
	position:relative;
}
#middlebar #topIcons div.dropDown div.row #links {
	float:right;
	width:70%;
	margin-top:2%;
}
#middlebar #topIcons div.dropDown #photo img {
	float:left;
	width:100%;
	height:100%;
	-moz-border-radius:99em;
	border-radius:99em;
	border:1px solid #999;
	box-sizing:border-box;
}
#middlebar #topIcons div.dropDown .overlay {
	position:absolute;
	width:100%;
	height:0;
	bottom:0;
	text-align:center;
	overflow:hidden;
	-moz-border-radius:99em;
	border-radius:99em;
	box-sizing:border-box;
}
#middlebar #topIcons div.dropDown div.row #photo:hover .overlay {
	height:100%;
	background:#2c921f;
	cursor:pointer;
	border:1px solid #999;
}
#middlebar #topIcons div.dropDown .overlay span {
	position:absolute;
	top:50%;
	left:50%;
	font-size:0.9em;
	color:#fff;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
}
#middlebar #topIcons div.dropDown div.row #links p {
	float:left;
	width:100%;
	font-size:0.9em;
	margin-bottom:1%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
#middlebar #topIcons div.dropDown div.row #links p#name {
	font-weight:600;
	font-size:0.95em;
}
#middlebar #topIcons div.dropDown div.row #links a {
	color:#666;
}
#middlebar #topIcons div.dropDown div.row #links p#user {
	color:#666;
}
#middlebar #topIcons div.dropDown div.row.button {
	padding:3% 5%;
	background:#efefef;
}
#middlebar #topIcons div.dropDown div.row.button a {
	float:left;
	width:50%;
	margin-top:2%;
}
#middlebar #topIcons div.dropDown div.row.button a.logout {
	float:right;
	width:35%;
	margin:0;
	padding:2% 0;
	text-align:center;
	color:#666;
	font-size:0.9em;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #DCDCDC;
	text-shadow:0px 1px 0px #FFFFFF;
}
#middlebar #topIcons div.dropDown div.row.button a i.fa {
	position:relative;
	top:1.5px;
}
#middlebar #topIcons div.dropDown div.row.button a span {
	position:relative;
	left:8px;
	font-size:0.9em;
}
/* -- */

/* -- */
#adjust-alert{
	padding-left:25%;
	padding-right:10%;
}
#adjust-alert.right-side{
	padding-left:80%;
	padding-right:15%;
}
div.topMenu {
	margin-top:-5.7%;
	float: left;
	width: 90%;
	height: 45px;
	box-sizing: border-box;

}
#adjust-alert.right-side div.topMenu{
	margin-top:-70%;
}
div.topMenu span.menu {
	float: left;
	width: 15.95%;
	line-height: 45px;
	text-align: right;
	padding-right: 2%;
	font-family: raspoutine;
	color: #FFF;
	border-right: 1px dotted #666;
}
div.topMenu ul {
	position: relative;
	height: 45px;
	list-style: none;
}
div.topMenu > ul > li {
	float: left;
	min-width: auto;
	height: 35px; line-height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 2%;
}
div.topMenu > ul > li label.title{
font-style:italic;
cursor: pointer;
color: #FFF;
}
div.topMenu > ul > li label.title i{
	font-size: 1.5em;
}
div.topMenu > ul > li span {
	position: relative;
	margin-left: 0px;
	padding: 2px 5px;
	font-size: 0.8em;
	background-color: #eee;
	color: #FFF;
	border-radius: 5px;
}
div.topMenu > ul > li span.red {
	background-color: #f00;
	color: #fff;
}
div.topMenu > ul > li span.green {
	background-color: rgb(0,180,0);
	color: #fff;
}
div.topMenu > ul > li span.orange {
	background-color: rgb(225,115,0);
	color: #fff;
}
/*div.topMenu ul li:hover{
	border-radius: 25px;
	background: rgba(0,0,0,0.5);
}*/
#adjust-alert.right-side.right{
	padding-left: 80%;
}
#adjust-alert.right-side.right div.topMenu{
	margin-top:-19%;
}
#adjust-alert.right-side.right div.topMenu li.appInfo label.appInfo{
	color:#d7981f;
}

/* --- */
/*#dashboard div.bars div.box.arrivals #header,
#dashboard div.bars div.box.finance #header {
	background: #f3f3f3;
}
#dashboard div.bars div.box h3 {
	float:left;
	width:100%;
	padding-left:20px;
	height:40px; line-height:40px;
	font-family:raspoutine;
	font-size:1em;
	color:#454545;
	letter-spacing:0.5px;
	border-bottom:1px dashed #bbb;
	box-sizing:border-box;
}*/
/* -- */
#dashboard div.bars div.box {
	float:left;
	width:49%;
	height:200px;
	min-height:260px;
	background:#ffffff;
	border:1px solid #ccc;
	overflow-y:auto;
}
#dashboard div.bars div.box.arrivals {
	width:65%;
	min-height:290px;
}
#dashboard div.bars.middle div#notes {
	float:left;
	width:26%;
	margin-left:1.5%;
	box-sizing:border-box;
}
#dashboard div.bars.bottom div.box {
	margin-bottom:3%;
}
#dashboard div.bars.bottom div.box.finance {
	float:right;
}
#dashboard div.bars div.box.arrivals #header,
#dashboard div.bars div.box.finance #header {
	background:#f3f3f3;
}
/* --- */
.topMenus {
	float:left;
	width:100%;
	padding:0 1.8%;
	background:#b583c0;
	box-sizing:border-box;
}
.topMenus ul {
	position:relative;
	height:36px;
	list-style:none;
}
.topMenus > ul > li {
	float:left;
	min-width:11%;
	height:36px; line-height:36px;
	padding-left:10px;
	border-left:1px dotted #c6b5c9;
	cursor:pointer;
	box-sizing:border-box;
}
.topMenus > ul > li.long {
	min-width:11%;
}
.topMenus > ul > li:last-child {
	border-right:1px dotted #c6b5c9;
}
.topMenus li a {
	font-family:raspoutine;
	font-size:0.9em;
	color:#fff;
	display:block;
	text-decoration:none;
}
.topMenus li ul {
	position:absolute;
	width:10.8%;
	margin-left:-10px;
	display:none;
	background:#dcc4e2;
	border:1px solid #aaa;
	border-top:none;
	height:auto;
	z-index:1000;
}
.topMenus > ul > li:hover {
	background-color:rgba(0, 0, 0, 0.4) !important;
}
.topMenus > ul > li.active {
	background-color:rgba(0, 0, 0, 0.4) !important;
}
.topMenus li:hover ul {
	display:block;
}
.topMenus li li {
	float:left;
	width:100%;
	height:32px; line-height:32px;
	padding:0 10px;
	cursor:pointer; border-bottom:1px solid #aaa;
	box-sizing:border-box;
}
.topMenus li li:hover {
	background-color:rgba(0, 0, 0, 0.1) !important;
}
.topMenus li li:last-child {
	border-bottom:none;
}
.topMenus li ul a {
	font-size:0.85em;
	color:#333;
}
/* -- */
#dashboard div.bars {
	float:left;
	width:96%;
	margin:1% 2% 0;
}
#dashboard div.bars div.element {
	float:left;
	width:17%;
	margin-right:1.5%;
}
#dashboard div.bars.top div.element div.circle {
	float:left;
	position:relative;
	width:60px;
	height:60px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	z-index:10;
}
#dashboard div.bars.top div.element div.circle.violet {
	background-color:#2c921f;
}
#dashboard div.bars.top div.element div.circle.green {
	background-color:#88c000;
}
#dashboard div.bars.top div.element div.circle.blue {
	background-color:#0c87b6;
}
#dashboard div.bars.top div.element div.circle.orange {
	background-color:#b88948;
}
#dashboard div.bars.top div.element div.circle.gray {
	background-color:#06C;
}
#dashboard div.bars.top div.element div.circle.red {
	background-color:#F00;
}
#dashboard div.bars.top div.element div.circle span#img {
	float:left;
	margin-top:16px; margin-left:15px;
	width:30px; height:24px;
	background-color:rgba(0,0,0,0.5)
}
#dashboard div.bars.top div.element div.circle.violet span#img {
	background:url(../images/system/dash-topBars.png) 0 0 no-repeat;
}
#dashboard div.bars.top div.element div.circle.green span#img {
	background:url(../images/system/dash-topBars.png) 0 -22px no-repeat;
}
#dashboard div.bars.top div.element div.circle.blue span#img {
	background:url(../images/system/dash-topBars.png) 0 -46px no-repeat;
}
#dashboard div.bars.top div.element div.circle.orange span#img {
	background:url(../images/system/dash-topBars.png) 0 -70px no-repeat;
}
#dashboard div.bars.top div.element div.circle.red span#img {
	background:url(../images/system/dash-topBars.png) 0 -35px no-repeat;
}
#dashboard div.bars.top div.element div.circle span {
	position:relative;
	width:70px;
	height:70px;
	background-color:#f00;z-index:20;
}
#dashboard div.bars.top div.element #rectangle {
	float:left;
	position:relative;
	width:75%;
	height:40px;
	margin:10px 0 0 -15px;
	border:1px solid #f00;
	background:#ffffff;
	box-sizing:border-box;
	z-index:1;
}
#dashboard div.bars.top div.element.one #rectangle {
	border-color:rgba(109,49,121,0.5);
}
#dashboard div.bars.top div.element.two #rectangle {
	border-color:rgba(136,192,0,0.8);
}
#dashboard div.bars.top div.element.three #rectangle {
	border-color:rgba(12,135,182,0.5);
}
#dashboard div.bars.top div.element.four #rectangle {
	border-color:rgba(184,137,72,0.7);
}
#dashboard div.bars.top div.element #rectangle label#number {
	float:left;
	width:80%;
	margin:2% 0 0 20%;
	font-weight:600;
}
#dashboard div.bars.top div.element #rectangle span#name {
	float:left;
	width:80%;
	margin-left:20%;
	font-size:0.7em;
	color:#666;
}
/* -- */
#dashboard div.bars div.box {
	float:left;
	width:49%;
	height:200px;
	min-height:260px;
	background:#ffffff;
	border:1px solid #ccc;
	overflow-y:auto;
}
#dashboard div.bars div.box.arrivals {
	width:65%;
	min-height:260px;
}
#dashboard div.bars.middle div#notes {
	float:left;
	width:26%;
	margin-left:2.5%;
	box-sizing:border-box;
}
#dashboard div.bars.bottom div.box {
	margin-bottom:3%;
}
#dashboard div.bars.bottom div.box.finance {
	float:right;
}
/* -- */
#dashboard div.bars div#notes div.note {
	float:left;
	width:100%;
	height:40px;
	margin-bottom:2.8%;
	border:1px solid #bbb;
}
#dashboard div.bars div#notes div.note:last-child {
	margin-bottom:0;
}
#dashboard div.bars div#notes div.note div.col {
	float:left;
	min-height:40px;
	line-height:40px;
	box-sizing:border-box;
}
#dashboard div.bars div#notes div.note div.col.one {
	width:22%;
	color:#fff;
	font-size:1.1em;
	text-align:center;
}
#dashboard div.bars div#notes div.note.violet div.col.one {
	/*background:#1b5f04;*/
	background-color:#2c921f;
}
#dashboard div.bars div#notes div.note.orange div.col.one {
	/*background:#1b5f04;*/
	background-color:#FFA05B;
}
#dashboard div.bars div#notes div.note.green div.col.one {
	/*background:#1b5f04;*/
	background-color:#60A349;
}
#dashboard div.bars div#notes div.note.fiyool div.col.one {
	/*background:#1b5f04;*/
	background-color:#9851A3;
}
#dashboard div.bars div#notes div.note.blue div.col.one {
	/*background:#1b5f04;*/
	background-color:#0D1BA3;
}
#dashboard div.bars div#notes div.note.coffee div.col.one {
	/*background:#1b5f04;*/
	background-color:#A34658;
}
#dashboard div.bars div#notes div.note.black div.col.one {
	background:#280430;
}
#dashboard div.bars div#notes div.note div.col.two {
	width:78%;
	padding-left:5%;
	font-size:0.85em;
	background:#fff;
}
#dashboard div.bars div#notes div.note span {
	font-weight:600;
}
/* --- */
#dashboard div.bars.reserves div#filter {
	float:right;
	width:40%; border:1px solid #f00;
}
/*#dashboard #btmElement div#filter div.option {
	float:left;
	width:50%;
	color:#454545;
}
#dashboard #btmElement div#filter div.option span {
	position:relative;
	left:5px; top:-1px;
	font-size:0.9em;
}
#dashboard #btmElement div#filter div.option.online i {
	color:#009bdf;
	text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
#dashboard #btmElement div#filter div.option.office i {
	color:#00a651;
	text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}*/
#dashboard div.bars.bottom article {
	float:left;
	width:100%;
	overflow-y:auto;
}
#dashboard div.bars.bottom article #record {
	float:left;
	width:100%;
	height:65px;
	border-bottom:1px solid #ccc;
}
#dashboard div.bars.bottom article #record div.type {
	float:left;
	width:2%;
	height:65px;
	background:#88c000;
}
#dashboard div.bars.bottom article #record:nth-child(odd) div.type {
	background:#2c921f;
}
#dashboard div.bars.bottom article #record #timeWrap {
	float:left;
	width:20%;
	padding-top:10px;
	min-height:50px;
	text-align:center;
}
#dashboard div.bars.bottom article #record #details {
	float:right;
	width:76%;
	padding:1% 0;
}
#dashboard div.bars.bottom article #record #timeWrap label,
#dashboard div.bars.bottom article #record #timeWrap i {
	float:left;
	width:100%;
	color:#454545;
}
#dashboard div.bars.bottom article #record #timeWrap label {
	font-size:0.75em;
}
#dashboard div.bars.bottom article #record #timeWrap i {
	margin-top:1%;
	font-size:1.2em;
	color:#999;
}
#dashboard div.bars.bottom article #record #details label,
#dashboard div.bars.bottom article #record #details span {
	float:left;
	width:100%;
	color:#454545;
}
#dashboard div.bars.bottom article #record #details label {
	font-size:0.9em;
	font-weight:600;
	text-transform:uppercase;
}
#dashboard div.bars.bottom article #record #details span {
	margin-top:0.5%;
	font-size:0.8em;
}
#dashboard div.bars.middle article p#noRecord,
#dashboard div.bars.bottom article p#noRecord {
	float:left;
	width:100%;
	margin-top:3%;
	font-size:0.9em;
	text-align:center;
	font-style:italic;
	color:#444444;
}
/* --- */
#dashboard div.bars div.box.arrivals #header,
#dashboard div.bars div.box.arrivals #record,
#dashboard div.bars div.box.finance #header,
#dashboard div.bars div.box.finance #record {
	float:left;
	width:100%;
	height:auto;
	padding:1.7% 3.5%;
	border-bottom:1px solid #b3b3b3;
	box-sizing:border-box;
}
#dashboard div.bars div.box.arrivals #header,
#dashboard div.bars div.box.finance #header {
	background:#f3f3f3;
}
#dashboard div.bars div.box.arrivals span,
#dashboard div.bars div.box.finance span {
	float:left;
	font-size:0.85em;
	height:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#dashboard div.bars div.box.arrivals #header span,
#dashboard div.bars div.box.finance #header span {
	font-family:raspoutine;
	font-weight:600;
}
#dashboard div.bars div.box.arrivals #record span,
#dashboard div.bars div.box.finance #record span {
	font-size:0.8em;
}
#dashboard div.bars div.box.arrivals span.short,
#dashboard div.bars div.box.finance span.short {
	width:19%;
}
#dashboard div.bars div.box.arrivals span.middle,
#dashboard div.bars div.box.finance span.middle {
	width:34%;
}
#dashboard div.bars div.box.arrivals span.xmiddle,
#dashboard div.bars div.box.finance span.xmiddle {
	width:40%;
	/*float:right;*/
}
#dashboard div.bars div.box.arrivals span.lshort,
#dashboard div.bars div.box.finance span.lshort {
	width:29%;
}
/*#dashboard div.bars div.box.finance span:last-child,
#dashboard div.bars div.box.finance span.last {
	width:16%;
	float:right;
}*/
#dashboard div.bars div.box.arrivals span:last-child,
#dashboard div.bars div.box.finance span:last-child,
#dashboard div.bars div.box.arrivals span.last,
#dashboard div.bars div.box.finance span.last {
	width:16%;
	float:right;
}
/* --- */
#dashboard div.bars div.box h3 {
	float:left;
	width:100%;
	padding-left:20px;
	height:40px; line-height:40px;
	font-family:raspoutine;
	font-size:1em;
	color:#454545;
	letter-spacing:0.5px;
	border-bottom:1px dashed #bbb;
	box-sizing:border-box;
}
#middlebar div.positionBar {
	float:left;
	width:96%;
	height:36px; line-height:36px;
	padding:0 2%;
	color:#444;
	background:#ffffff;
	overflow:hidden;
}
#middlebar div.positionBar i {
	position:relative;
	top:2px;
	font-size:1.05em;
	color:#666;
}
#middlebar div.positionBar label {
	position:relative;
	width:70%;
	left:10px;
	font-size:0.9em;
	overflow:hidden;
}
#middlebar div.contentBar {
	float:left;
	width:100%;
}



/* ----------------------------------------------------------- */
/* ------------------------ unknown -------------------------- */
/* ----------------------------------------------------------- */
div.unknown {
	float:left;
	width:97%;
	margin:1% 1.5%;
	min-height:230px;
	background:#fff url(../images/system/oops.png) 94% 10px no-repeat;
}
div.unknown h3, div.unknown p, div.unknown ul {
	float:left;
	width:90%;
	margin:1% 2% 0;
}
div.unknown h3 {
	font-size:1.35em;
}
div.unknown ul {
	margin:0.5% 0 1% 4%;
}
div.unknown p, div.unknown ul li {
	line-height:21px;
	font-size:0.95em;
}
/* ----------------------------------------------------------- */
/* ------------------------ load page ------------------------ */
/* ----------------------------------------------------------- */
div.workplace #loadPage {
	float: left;
	width: 96%;
	margin: 1% 2%;
}
div.workplace #loadPage #command,
div.workplace #loadPage #dynamicQnd {
	float: left;
	width: 96%;
	padding: 1% 2%;
	border: 1px dotted #999;
	background: #fff;
}
div.workplace #loadPage #dynamicQnd {
	margin: 1% 0;
}
div.workplace #loadPage #dynamicQnd.transparent {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
div.workplace #loadPage #command #searchBox {
	float: left;
	width: 65%;
}
div.workplace #loadPage #command #searchBox.large {
	width: 75%;
}
div.workplace #loadPage #command .buttons {
	float: right;
	width: 30%;
}
div.workplace #loadPage #command #searchBox input.srchInput {
	float: left;
	width: 100%;
	padding-left: 5%;
	height: 30px;
	background: url(../images/system/bg-search.png) 10px no-repeat;
	border: 1px solid #ccc;
}
div.workplace #loadPage #command #searchBox input.srchInput.xxxlarge {
	width: 90%;
}
div.workplace #loadPage #command #searchBox input.srchInput.xxlarge {
	width: 70%;
}
div.workplace #loadPage #command #searchBox input.srchInput.large {
	width: 48%;
}
div.workplace #loadPage #command #searchBox input.srchInput.small {
	width: 20%;
}
div.workplace #loadPage #command #searchBox input.srchInput.no-backgound {
	padding-left: 10px;
	height: 28px;
	background: none;
}
div.workplace #loadPage #command #searchBox select {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.workplace #loadPage #command #searchBox .second {
	margin-left: 10px;
}
div.workplace #loadPage #command #searchBox input.srchInput:focus {
	outline: none;
	background-color: #eefaeb;
}
div.workplace #loadPage #command #searchBox div.options {
	float: right;
	width: 46%;
}
div.workplace #loadPage #command #searchBox.large div.options {
	width: 50%;
}
div.workplace #loadPage #command #searchBox div.options div.option {
	float: left;
	padding-right: 4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
div.workplace #loadPage #command #searchBox div.options input[type="radio"] {
	float: left;
	margin: 1px 6px 0 2px;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
div.workplace #loadPage #command #searchBox div.options span {
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 0.85em;
	cursor: pointer;
}
div.workplace #loadPage div.buttons a.btnAddNew {
	float: right;
	padding: 2.2% 6%;
	font-size: 0.9em;
}
/* --- */
div.workplace #loadPage #dynamicQnd #foundNum {
	float: left;
	width: 60% !important;
	margin: 0 0 1%;
	padding: 0.5% 1%;
	font-size: 0.9em;
	background: #edfeee;
	border: 1px dotted #49f552;
}
div.workplace #loadPage #dynamicQnd #foundNum span#refresh {
	position: relative;
	left: 20px;
}
div.workplace #loadPage #dynamicQnd #foundNum span#refresh a {
	color: #f00;
	text-decoration: underline;
	cursor: pointer;
	animation: blinker is linear infinite;
}
div.workplace #loadPage #dynamicQnd #filters {
	float: right;
	width: 35%;
	margin: 0 0 1%;
}
div.workplace #loadPage #dynamicQnd #filters > div {
	float: left;
	width: 50%;
}
div.workplace #loadPage #dynamicQnd #filters label {
	float: left;
	width: 45%;
	margin-top: 3.5%;
	text-align: right;
	font-size: 0.9em;
	color: #444;
}
div.workplace #loadPage #dynamicQnd #filters select {
	float: right;
	width: 51%;
	height: 30px;
	padding-left: 6px;
	color: #444;
	font-size: 0.8em;
	border: 1px solid #bbb;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.workplace #loadPage #dynamicQnd #filters select:focus {
	outline: none;
	background-color: #eefaeb;
}
/* --- */
div.workplace #loadPage #dynamicQnd #dataTable {
	position: relative;
	float: left;
	width: 99.8%;
	margin: 0 0 2%;
	min-height: 200px;
	border-top: 1px dotted #999;
}
div.workplace #loadPage #dynamicQnd.transparent #dataTable {
	background-color: #fff;
	min-height: 1px;
}
div.workplace #loadPage button.btnSubmit {
	float: right;
	padding: 8px 40px;
}
div.workplace #loadPage button.btnSubmit span {
	position: relative;
	margin-left: 5px;
	font-family: leelawadee;
	font-size: 0.9em;
}
div.workplace #loadPage button.btnSubmit span::before {
	content: '(';
}
div.workplace #loadPage button.btnSubmit span::after {
	content: ')';
}
div.workplace #loadPage #dataTable div#loading,
div.workplace div.twoCols div.dynamicData #loading {
	float: left;
	width: 100%;
	margin: 1% 0 0;
	text-align: center;
	height: 20px;
	display: none;
}
div.workplace div.twoCols div.dynamicData #loading {
	margin: 2% 0 0;
}
div.workplace #loadPage #dataTable div#loading::before,
div.workplace div.twoCols div.dynamicData #loading::before {
	content: 'Loading';
	color: #555;
	font-style: italic;
}
div.workplace #loadPage #dataTable div#loading::after,
div.workplace div.twoCols div.dynamicData #loading::after {
	content: url(../images/system/loading.gif);
	padding-left: 1%;
}
div.workplace div.twoCols div.dynamicData #loading::after {
	padding-left: 2%;
}
div.workplace #loadPage #dataTable p#noRecords {
	float: left;
	width: 100%;
	margin: 2% 0;
	font-size: 0.9em;
	text-align: center;
	color: #666;
}
div.workplace #loadPage #dataTable div.record {
	float: left;
	width: 100%;
	font-size: 0.83em;
	border: 1px dotted #999;
	border-top: none;
}
div.workplace #loadPage #dataTable div.record:nth-child(even) {
	background:#f3f3f3;
}
div.workplace #loadPage #dataTable div.record.header {
	color: #333;
	background: #cdcdcd;
}
div.workplace #loadPage #dataTable div.record.suspended:after {
	position: absolute;
	right: -2px;
	content:  '';
	width: 7px;
	height: 32px;
	background-color: #ff8000;
}
div.workplace #loadPage #dataTable div.cave {
	position: relative;
	float: left;
	width: auto;
	height: 30px; line-height: 30px;
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px dotted #999;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
div.workplace #loadPage #dataTable #record.header div.cave {
	height: 32px; line-height: 32px;
}
div.workplace #loadPage #dataTable #record.header div.cave {
	border-left: 1px dotted #fff;
}
div.workplace #loadPage #dataTable div.cave:first-child {
	border-left: none !important;
	margin: 0;
}
div.workplace #loadPage #dataTable div.cave.button {
	width: 8%;
}
div.workplace #loadPage #dataTable div.cave.serial {
	width: 4%;
}
div.workplace #loadPage #dataTable div.cave.short {
	width: 7%;
}
div.workplace #loadPage #dataTable div.cave.mshort {
	width: 8%;
}
div.workplace #loadPage #dataTable div.cave.lshort {
	width: 10%;
}
div.workplace #loadPage #dataTable div.cave.smiddle {
	width: 12%;
}
div.workplace #loadPage #dataTable div.cave.mmiddle {
	width: 14%;
}
div.workplace #loadPage #dataTable div.cave.middle {
	width: 16%;
}
div.workplace #loadPage #dataTable div.cave.xmiddle {
	width: 20%;
}
div.workplace #loadPage #dataTable div.cave.lmiddle {
	width: 24%;
}
div.workplace #loadPage #dataTable div.cave.xlmiddle {
	width: 30%;
}
div.workplace #loadPage #dataTable div.cave.long {
	width: 35%;
}
div.workplace #loadPage #dataTable div.cave.vlong {
	width: 45%;
}
div.workplace #loadPage #dataTable div.cave p {
	float: left;
	width: 98%;
	margin: 1% 0;
	line-height: normal;
}
div.workplace #loadPage #dataTable div.cave.button a {
	float: left;
	margin-right: 11%;
	width: 16px; height: 30px; line-height: 30px;
	cursor: pointer;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.workplace #loadPage #dataTable div.cave.button a.fa {
	width: auto;
	line-height: 34px;
	font-size: 1.2em;
	color: #666;
}
div.workplace #loadPage #dataTable div.cave.button a.showtitle {
	width: auto;
	padding-left: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div.workplace #loadPage #dataTable div.cave a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.workplace #loadPage #dataTable div.cave span {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	height: 20px; line-height: 20px;
	padding: 0 5px;
	border: 1px solid #ccc;
}
div.workplace #loadPage #dataTable div.cave.button a#print {
	float: left;
	margin: 0 2%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace #loadPage #dataTable div.cave.button a#print::before {
	position: relative;
	left: -5px;
	font-family: FontAwesome;
	content: "\f02f";
	font-size: 1.1em;
}
div.workplace #loadPage #dataTable div.cave.button a#excel {
	float: left;
	margin: 0 2%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace #loadPage #dataTable div.cave.button a#excel::before {
	position: relative;
	left: -5px;
	font-family: FontAwesome;
	content: "\f1c3";
	font-size: 1.1em;
}
div.workplace #loadPage #dataTable div.cave.button a.view {
	background: url(../images/system/b_view.png) left center no-repeat;
}
div.workplace #loadPage #dataTable div.cave a.update {
	background: url(../images/system/b_edit.png) left center no-repeat;
}
div.workplace #loadPage #dataTable div.cave.button a.delete {
	background: url(../images/system/b_delete.png) left center no-repeat;
}
div.workplace #loadPage #dataTable div.cave.button a.transfer {
	background: url(../images/system/b_transfer.png) left center no-repeat;
}
div.workplace #loadPage #dataTable div.cave.button a.depreciate {
	background: url(../images/system/b_minus.png) left center no-repeat;
}
div.workplace #loadPage #dataTable div.cave.button a.payment {
	background: url(../images/system/b_payment.png) left center no-repeat;
}
/* -- */
div.workplace #loadPage #dataTable div.cave span.number {
	position: relative;
	float: right;
	right: 0;
	width: 18px;
	height: 18px; line-height: 15px;
	text-align: center;
	font-size: 0.7em;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	box-sizing: border-box;
	color: #333;
	border: 1px solid #666;
	background-color: #fff;
}
div.workplace #loadPage #dataTable div.cave span.number.second {
	margin-right: 3px;
}
div.workplace #loadPage #dataTable div.cave span.number.red {
	color: #fff;
	border: 1px solid #f00;
	background-color: rgba(255,0,0,0.5);
}
div.workplace #loadPage #dataTable div.cave span.number.green {
	color: #fff;
	border: 1px solid #008000;
	background-color: rgba(0,128,0,0.6);
}
div.workplace #loadPage #dataTable div.cave input[type='checkbox'] {
	float: left;
	margin: 9px 8px 0 2px;
	transform: scale(1.3,1.3);
}
div.workplace #loadPage #dataTable div.cave input[type='checkbox'] + span {
	float: left;
	margin-top: 1px;
	color: #3055b5;
	cursor: pointer;
}
/* --- */
#dsplyMore {
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #DCDCDC;
	text-shadow: 0 1px 0 #fff;
}
#dsplyMore:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color: #dfdfdf;
}
#dsplyMore {
	float: left;
	width: 20%;
	margin: 2% 1% 2% 40%;
	min-height: 30px; line-height: 30px;
	color: #555555;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #bbb;
}
div.twoCols #dsplyMore {
	width: 30%;
	margin: 2% 1% 2% 35%;
}
#dsplyMore:after {
	content: 'Arag Dheeraad';
}
.noneLink {
	display: none;
}
#no_more {
	float: left;
	width: 50%;
	margin: 2% 25%;
	min-height: 36px;
	text-align: center;
}
/* --- two Cols --- */
div.workplace div.twoCols {
	float: left;
	width: 49%;
	background: #fff;
	border: 1px solid #ccc;
}
div.workplace div.twoCols:nth-child(even) {
	float: right;
}
div.workplace div.twoCols.second {
	margin-top: 1.2%;
}
div.workplace div.twoCols.long {
	width: 100%;
}
div.workplace div.twoCols header {
	float: left;
	width: 100%;
	height:  33px; line-height: 33px;
	padding: 0 3%;
	color: #333;
	font-family: raspoutine;
	background: #ddd;
	box-sizing: border-box;
}
div.workplace div.twoCols.long header {
	padding: 0 1.8%;
}
div.workplace div.twoCols header span {
	position: relative;
	left: 7px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
div.workplace div.theForm label.addNew,
div.workplace div.twoCols header a#addnew,
div.workplace div.twoCols header label.addnew  {
	float: left;
	margin-left: 10px;
	width: 16px;
	height: 31px; line-height: 31px;
	color: #388d2d;/*3055b5*/
	cursor: pointer;
	text-decoration: none;
}
div.workplace div.theForm label.addNew {
	margin-left: 7px;
}
div.workplace div.theForm label.addNew:before,
div.workplace div.twoCols header a#addnew:before,
div.workplace div.twoCols header label.addnew:before {
	font-family: FontAwesome;
	content: "\f067";
	font-size: 1.2em;
}
div.workplace div.theForm label.addNew.identity:before {
	font-family: FontAwesome;
	content: "\f2c3";
	font-size: 1.2em;
	color: #666;
}
div.workplace div.twoCols header a#addnew,
div.workplace div.twoCols header label.addnew {
	float: right;
	height: 33px; line-height: 33px;
}
div.workplace div.twoCols div#searchBox {
	float: left;
	width: 94%;
	margin: 1.5% 3%;
}
div.workplace div.twoCols.long div#searchBox {
	width: 96.4%;
	margin: 0.8% 1.8%;
}
div.workplace div.twoCols div#searchBox input.srchInput {
	float: left;
	width: 100%;
	padding-left: 7%;
	height: 30px;
	background: url(../images/system/bg-search.png) 10px no-repeat;
	border: 1px solid #ccc;
}
div.workplace div.twoCols.long div#searchBox input.srchInput {
	padding-left: 3.5%;
}
div.workplace div.twoCols div#searchBox input.srchInput:focus {
	outline: none;
	background-color: #eefaeb;
	border: 1px solid #aaa;
}
/* --- */
div.workplace div.suggest {
	position: absolute;
	width: 86%;
	margin: 30px 0 0;
	height: auto;
	max-height: 200px;
	background: #fff;
	border: 1px solid #bbb;
	display: none;
	z-index: 100;
	overflow-y: scroll;
}
div.workplace div.twoCols div.suggest {
	width: 44%;
}
div.workplace div.suggest.jumbo {
	width: 100%;
}
div.workplace div.suggest.large {
	width: 60%;
}
div.workplace div.suggest.medium {
	width: 50%;
}
div.workplace div.suggest.small {
	width: 31%;
}
div.workplace div.suggest div#time {
	float: left;
	width: 100%;
	padding: 5px 15px;
	height: auto;
	min-height: 26px;
	font-size: 0.9em;
	border-bottom: 1px dotted #bbb;
	box-sizing: border-box;
}
div.workplace div.suggest div#time:hover {
	background:#efefef;
	cursor:pointer;
}
div.workplace div.suggest div#time p {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-style: italic;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
div.workplace div.suggest div#time p span {
	color: #000;
}
div.workplace div.suggest p#notFound {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 0.85em;
	color: #666;
	font-style: italic;
	text-align: center;
}
/* --- */
div.workplace div.twoCols div.dynamicData {
	position: relative;
	float: left;
	width: 93.4%;
	margin: 0 3% 2%;
	height: 370px;
	overflow-y: auto;
	border: 1px dotted #999;
}
div.workplace div.twoCols.long div.dynamicData {
	width: 96.2%;
	margin: 0 1.8% 1%;
	height: 250px;
}
div.workplace div.twoCols.middle div.dynamicData {
	height: 220px;
}
div.workplace div.twoCols.short div.dynamicData {
	height: 150px;
}
div.workplace div.twoCols div.dynamicData div.record {
	float: left;
	width: 96%;
	height: 32px;
	line-height: 32px;
	padding: 0 2%;
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
}
div.workplace div.twoCols div.dynamicData div.record:nth-child(odd) {
	background: #f3f3f3;
}
div.workplace div.twoCols div.dynamicData div.record.suspended:after {
	position: absolute;
	right: 0;
	content:  '';
	width: 7px;
	height: 32px;
	background-color: #ff8000;
}
div.workplace div.twoCols div.record div#batono {
	float: left;
	width: 13%;
	margin-left: 2%;
}
div.workplace div.twoCols div.record.long div#batono {
	width: 6%;
	margin-left: 0%;
}
div.workplace div.twoCols div.record label {
	float: left;
	width: 14%;
	box-sizing: border-box;
}
div.workplace div.twoCols div.record.short label:nth-child(2) {
	width: 57%;
}
div.workplace div.twoCols div.record.short label:nth-child(3) {
	width: 25%;
}
div.workplace div.twoCols div.record.long label.xmiddle {
	width: 31%;
}
div.workplace div.twoCols div.record.long label.middle {
	width: 23.5%;
}
div.workplace div.twoCols div.record label span.colorise {
	border: 1px solid #ccc;
	padding: 2px 10px;
}
div.workplace div.twoCols div#batono a {
	float: left;
	width: 16px;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
}
div.workplace div.twoCols div#batono a#view {
	background: url(../images/system/b_view.png) left center no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.workplace div.twoCols div#batono a#change {
	background: url(../images/system/b_edit.png) left center no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.workplace div.twoCols div#batono a#delete {
	background: url(../images/system/b_delete.png) left center no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.workplace div.twoCols div#batono a#change:hover,
div.workplace div.twoCols div#batono a#delete:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
div.workplace div.twoCols div.record label#cinwan a {
	color: #333;
	cursor: pointer;
}
div.workplace div.twoCols label#sumada span#suspended {
	padding: 0 3% 0 1%;
	color: #fff;
	background: #ff8000;
}
div.workplace div.twoCols p#noRecords {
	float: left;
	width: 100%;
	margin: 2% 0;
	font-size: 0.95em;
	text-align: center;
	color: #666;
}

/* --------- sheves -------- */
div.workplace div.shelf-wrap {
	float: left;
	width: 99.9%;font-size: 0.95em;
	border-bottom: none;
}
div.workplace div.shelf-wrap .title {
	float: left;
	min-width: 20%;
	margin-bottom: 10px;
	padding: 0 20px;
	height: 36px; line-height: 36px;
	font-family: raspoutine;
	color: #333;
	font-weight: 600;
  	background: #ddd;
	box-sizing: border-box;
}
div.workplace div.shelf-wrap .boxes-wrap {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
div.workplace div.shelf-wrap .box {
	position: relative;
	float: left;
	min-width: 20%;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dotted #999;
	background-color: #f9f9f9;
	box-sizing: border-box;
}
div.workplace div.shelf-wrap .box label.boxName {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-family: raspoutine;
	font-size: 0.9em;
	background: #f3f3f3;
	border-top: 1px dotted #999;
	box-sizing: border-box;
}
div.workplace div.shelf-wrap .box label.addnew {
	float: left;
	width: 100%;
	height: 178px;
	text-align: center;
	color: #3055b5;
	background: #f5f5f5;
	cursor: pointer;
}
div.workplace div.shelf-wrap .box label.addnew i {
	float: left;
	width: 100%;
	margin-top: 75px;
	font-size: 1.2em;
}
div.workplace div.shelf-wrap .box label.addnew span {
	float: left;
	width: 100%;
	margin-top: 10px;
}
div.workplace div.shelf-wrap .box div.folderWrap {
	position: relative;
	float: left;
	width: 100%;
	height: 148px;
	padding: 18px 10px 0;
	box-sizing: border-box;
}
div.workplace div.shelf-wrap .box div.folderWrap label.folder {
	position: relative;
	float: left;
	width: 34px;
	height: 100%;
	margin-left: 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
div.workplace div.shelf-wrap .box div.folderWrap label.folder.new span::before {
	position: relative;
	left: -7px;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f067";
}
div.workplace div.shelf-wrap .box div.folderWrap label.folder span {
	position: absolute;
	width: 175px;
	display: inline-block;
	left: -72px;
	font-size: 0.9em;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* --- load archives -- */
div.workplace #loadPage .noteTypes {
	float: left;
	width: 100%;
	margin: 1% 0;
}
div.workplace #loadPage .noteTypes p#noRecords {
	float: left;
	width: 100%;
	height: 50px;
	padding: 15px 0;
	font-size: 0.9em;
	text-align: center;
	color: #666;
	background: #fff;
}
div.workplace #loadPage .noteTypes div.noteType {
	float: left;
	width: 32%;
	margin-bottom: 1.5%;
	font-size: 0.95em;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
div.workplace #loadPage .noteTypes div.noteType:nth-child(3n+2) {
	margin-left: 2%;
}
div.workplace #loadPage .noteTypes div.noteType:nth-child(3n+3) {
	float: right;
}
/* --- */
div.workplace #loadPage .noteTypes div.noteType header {
	float: left;
	width: 100%;
	height: 34px; line-height: 34px;
	padding: 0 23px;
	background: #ddd;
	box-sizing: border-box;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
div.workplace #loadPage .noteTypes div.noteType article {
	float: left;
	width: 100%;
	height: 300px;
	overflow-y: auto;
}
div.workplace #loadPage .noteTypes div.noteType article div.record {
	float: left;
	width: 100%;
	padding: 10px 23px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
div.workplace #loadPage .noteTypes div.noteType article div.record p {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	line-height: 20px;
}
div.workplace #loadPage .noteTypes div.noteType article div.record p.bold {
	font-weight: 600;
}
/* -- catch archive -- */
div.workplace #loadPage .noteTypes div.record {
	float: left;
	width: 100%;
	font-size: 0.85em;
	border: 1px dotted #999;
	border-top: none;
	background: #fff;
}
div.workplace #loadPage .noteTypes div.record.header {
	color: #fff;
	background: #666;
}
div.workplace #loadPage .noteTypes div.cave {
	float: left;
	width: auto;
	height: 32px; line-height: 32px;
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px dotted #999;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
div.workplace #loadPage .noteTypes #record.header div.cave {
	height: 34px; line-height: 34px;
}
div.workplace #loadPage .noteTypes #record.header div.cave {
	border-left: 1px dotted #fff;
}
div.workplace #loadPage .noteTypes div.cave:first-child {
	border-left: none !important;
	margin: 0;
}
div.workplace #loadPage .noteTypes div.cave.lmiddle {
	width: 24%;
}
div.workplace #loadPage .noteTypes div.cave.vlong {
	width: 45%;
}
div.workplace #loadPage .noteTypes div.cave p {
	float: left;
	width: 98%;
	margin: 1% 0;
	line-height: normal;
}

/*.workplace #loadPage {
	float:left;
	width:96%;
	margin:1% 2%;
}
.workplace #loadPage #command,
.workplace #loadPage #dynamicQnd {
	float:left;
	width:96%;
	padding:1% 2%;
	border:1px dotted #999999;
	background:#fff;
}
.workplace #loadPage #dynamicQnd {
	margin:1% 0;
}
.workplace #loadPage #dynamicQnd.report {
	margin:0;
}
.workplace #loadPage #command #searchBox {
	float:left;
	width:65%;
}
.workplace #loadPage #command .buttons {
	float:right;
	width:30%;
}
.workplace #loadPage #command #searchBox input.srchInput {
	float:left;
	width:100%;
	padding-left:5%;
	height:30px;
	background:url(../images/system/bg-search.png) 10px no-repeat;
	border:1px solid #cccccc;
}
div.workplace #loadPage #command #searchBox input.srchInput.xsmall {
	width:70%;
	margin-right:10px;

}
div.workplace #loadPage #command #searchBox select {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.workplace #loadPage #command #searchBox input.srchInput:focus {
	outline:none;
	background-color:#eefaeb;
}
.workplace #loadPage div.buttons a.btnAddNew {
	float:right;
	padding:2.2% 6%;
	font-size:0.9em;
}
.workplace #loadPage #command #searchBox div.suggest,
.workplace div.twoCols div#searchBox div.suggest,
.workplace div.theForm div.suggest {
	position:absolute;
	width:58.7%;
	margin:30px 0 0;
	padding:0.5%;
	background:#ffffff;
	border:1px solid #bbbbbb;
	border-top:none;
	display:none;
	z-index:100;
}
div.workplace div.twoCols div.dynamicData {
	position:relative;
	float:left;
	width:93.4%;
	margin:10px 16px;
	height:370px;
	overflow-y:auto;
	border:1px dotted #999999;
}
div.workplace div.twoCols.short div.dynamicData {
	height:150px;
}
div.workplace div.twoCols.long div.dynamicData {
	width:96.5%;
}
.workplace div.twoCols div#searchBox div.suggest {
	width:43%;
}
.workplace div.theForm div.suggest {
	width:32%;
	border:1px solid #bbbbbb;
}
.workplace #loadPage #command #searchBox div.suggest #time,
.workplace div.twoCols div#searchBox div.suggest #time,
.workplace div.theForm div.suggest #time {
	float:left;
	width:85%;
	margin:0 2.5%;
	padding-left:6%;
	padding-bottom:1%;
	min-height:42px;
	background:url(../images/system/timeline-bg.png) no-repeat;
}
.workplace div.twoCols div#searchBox div.suggest #time {
	width:85%;
	margin:0 4%;
	padding-left:7%;
}
.workplace div.theForm div.suggest #time {
	padding-left:10%;
}
.workplace #loadPage #command #searchBox div.suggest a,
.workplace div.twoCols div#searchBox div.suggest a,
.workplace div.theForm div.suggest a {
	color:#333333;
	display:block;
	cursor:pointer;
}
.workplace #loadPage #command #searchBox div.suggest p,
.workplace div.twoCols div#searchBox div.suggest p,
.workplace div.theForm div.suggest p {
	float:left;
	width:100%;
	margin-bottom:1%;
	font-size:0.85em;
}
.workplace #loadPage #command #searchBox div.suggest p#notFound,
.workplace div.twoCols div#searchBox div.suggest p#notFound,
.workplace div.theForm div.suggest p#notFound {
	font-style:italic;
	text-align:center;
}

.workplace #loadPage #dynamicQnd #foundNum {
	float:left;
	width:62.7%;
	margin:0 0 1%;
	padding:0.5% 1%;
	font-size:0.9em;
	background:#edfeee;
	border:1px dotted #49f552;
}
.workplace #loadPage #dynamicQnd #foundNum span#refresh {
	position:relative;
	left:20px;
}
.workplace #loadPage #dynamicQnd #foundNum span#refresh a {
	color:#ff0000;
	text-decoration:underline;
	cursor:pointer;
	animation: blinker is linear infinite;
}
.workplace #loadPage #dynamicQnd #filters {
	float:right;
	width:35%;
	margin:0 0 1%;
}
.workplace #loadPage #dynamicQnd #filters > div {
	float:left;
	width:50%;
}
.workplace #loadPage #dynamicQnd #filters label {
	float:left;
	width:45%;
	margin-top:3.5%;
	text-align:right;
	font-size:0.9em;
	color:#444444;
}
.workplace #loadPage #dynamicQnd #filters select {
	float:right;
	width:51%;
	height:30px;
	padding-left:3px;
	color:#444;
	font-size:0.8em;
	border:1px solid #bbb;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.workplace #loadPage #dynamicQnd #filters select:focus {
	outline:none;
	background:#eefaeb;
}

.workplace #loadPage #dynamicQnd #dataTable {
	float:left;
	width:99.8%;
	margin:0 0 2%;
	min-height:200px;
	border-top:1px dotted #999999;
}
.workplace #loadPage #dataTable div#loading,
.workplace div.twoCols div.dynamicData #loading {
	float:left;
	width:100%;
	margin:1% 0 0;
	text-align:center;
	height:20px;
	display:none;
}
.workplace div.twoCols div.dynamicData #loading {
	margin:2% 0 0;
}
.workplace #loadPage #dataTable div#loading::before,
.workplace div.twoCols div.dynamicData #loading::before {
	content:'loading';
	color:#555;
	font-style:italic;
}
.workplace #loadPage #dataTable div#loading::after,
.workplace div.twoCols div.dynamicData #loading::after {
	content:url(../images/system/loading.gif);
	padding-left:1%;
}
.workplace div.twoCols div.dynamicData #loading::after {
	padding-left:2%;
}
.workplace #loadPage #dataTable p#noRecords {
	float:left;
	width:100%;
	margin:2% 0;
	font-size:0.9em;
	text-align:center;
	color:#666666;
}
.workplace #loadPage #dataTable #record {
	float:left;
	width:100%;
	font-size:0.85em;
	border:1px dotted #999999;
	border-top:none;
}
.workplace #loadPage #dataTable #record.num2 {
	background:#f3f3f3;
}
.workplace #loadPage #dataTable #record.header {
	color:#ffffff;
	background:#104c08;
}
.workplace #loadPage #dataTable div.cave {
	float:left;
	width:auto;
	height:32px; line-height:32px;
	margin-left:1%;
	padding-left:1%;
	border-left:1px dotted #999999;
	overflow:hidden;
}
.workplace #loadPage #dataTable #record.header div.cave {
	height:34px; line-height:34px;
}
.workplace #loadPage #dataTable div.cave.dragable {
	height:auto;
	padding:0.5% 0 0.5% 1%;
	min-height:18px;
}
.workplace #loadPage #dataTable #record.header div.cave {
	border-left:1px dotted #ffffff;
}
.workplace #loadPage #dataTable div.cave:first-child {
	border-left:none !important;
	margin:0;
}
.workplace #loadPage #dataTable div.cave span.PatientNo {
	background-color:#F00;
	margin-left:10px;
	padding:0px 12px;
}
.workplace #loadPage #dataTable div.cave.button {
	width:8%;
}
.workplace #loadPage #dataTable div.cave.serial {
	width:4%;
}
.workplace #loadPage #dataTable div.cave.short {
	width:7%;
}
.workplace #loadPage #dataTable div.cave.lshort {
	width:10%;
}
.workplace #loadPage #dataTable div.cave.smiddle {
	width:12%;
}
.workplace #loadPage #dataTable div.cave.middle {
	width:16%;
}
.workplace #loadPage #dataTable div.cave.lmiddle {
	width:24%;
}
.workplace #loadPage #dataTable div.cave.xlmiddle {
	width:30%;
}
.workplace #loadPage #dataTable div.cave.long {
	width:35%;
}
.workplace #loadPage #dataTable div.cave.vlong {
	width:45%;
}
.workplace #loadPage #dataTable div.cave p {
	float:left;
	width:98%;
	margin:1% 0;
	line-height:normal;
}
.workplace #loadPage #dataTable div.cave.button a {
	float:left;
	margin-right:11%;
	width:16px; height:30px; line-height:30px;
	cursor:pointer;
	text-decoration:none;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.workplace #loadPage #dataTable div.cave.button a.showtitle {
	width:auto;
	padding-left:20px;
}
.workplace #loadPage #dataTable div.cave a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.workplace #loadPage #dataTable div.cave.button a#view {
	background:url(../images/system/b_view.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave a#update {
	background:url(../images/system/b_edit.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave.button a#delete {
	background:url(../images/system/b_delete.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave.button a#depreciate {
	background:url(../images/system/b_minus.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave.button a#approve {
	background:url(../images/system/b_approve.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave.button a#close {
	background:url(../images/system/b_close.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave.button a#payment {
	background:url(../images/system/b_payment.png) left center no-repeat;
}
.workplace #loadPage #dataTable div.cave span#suspended,
.workplace #loadPage #dataTable div.cave span#cancelled {
	padding:0.7% 8% 1%;
	font-size:0.95em;
	color:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.workplace #loadPage #dataTable div.cave span#suspended {
	background-color:#c69a00;
}
.workplace #loadPage #dataTable div.cave span#cancelled {
	background-color:#db0101;
}
.workplace #loadPage #dataTable div.cave a.change {
	float:right;
	margin-right:5%;
	width:16px; height:30px; line-height:30px;
	cursor:pointer;
	text-decoration:none;
	background:url(../images/system/b_edit.png) left center no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.workplace #loadPage #dataTable div.cave a.change:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.workplace #loadPage #btnDisplayMore {
	float:left;
	width:20%;
	margin:2% 1% 2% 40%;
	min-height:32px;
	color:#555555;
	font-size:0.8em;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
.workplace #loadPage .noneLink {
	display:none;
}
.workplace #loadPage #no_more {
	float:left;
	width:50%;
	margin:2% 25%;
	min-height:36px;
	text-align:center;
}

.workplace div.twoCols {
	float:left;
	width:49%;
	background:#ffffff;
	border:1px solid #cccccc;
}
.workplace div.twoCols.two,
.workplace div.twoCols.four {
	float:right;
}
.workplace div.twoCols.second {
	margin-top:1.2%;
}
.workplace div.twoCols.long {
	width: 100%;
}
.workplace div.twoCols header {
	float:left;
	width:94%;
	padding:1.5% 3%;
	color:#333333;
	font-family:raspoutine;
	background:#dddddd;
}
.workplace div.twoCols header span {
	position:relative;
	left:7px;
	font-weight:normal;
	letter-spacing:-0.5px;
}
.workplace div.theForm a.addNew,
.workplace div.showRecord a.addnew,
.workplace div.twoCols header a#addnew  {
	float:left;
	margin-left:10px;
	width:16px;
	height:31px; line-height:31px;
	color:#2c921f;
	cursor:pointer;
	text-decoration:none;
}
.workplace div.theForm a.addNew2 {
	float:right;
	margin-right:14%;
	width:16px;
	height:31px; line-height:31px;
	color:#2c921f;
	cursor:pointer;
	text-decoration:none;
}
.workplace div.theForm a.addNew2:before{
	font-family:FontAwesome;
	content:"\f067";
	font-size:1.2em;
}
.workplace div.theForm a.addNew:before,
.workplace div.showRecord a.addNew:before,
.workplace div.twoCols header a#addnew:before {
	font-family:FontAwesome;
	content:"\f067";
	font-size:1.2em;
}
.workplace div.twoCols header a#addnew {
	float:right;
	height:16px; line-height:17px;
}
.workplace div.showRecord a.addNew {
	margin-left:10px;
	height:29px; line-height:29px;
}
.workplace div.twoCols div#searchBox {
	float:left;
	width:94%;
	margin:1.5% 3% 0.5%;
}
.workplace div.twoCols div#searchBox input.srchInput {
	float:left;
	width:100%;
	padding-left:7%;
	height:30px;
	background:url(../images/system/bg-search.png) 10px no-repeat;
	border:1px solid #cccccc;
}
.workplace div.twoCols div#searchBox input.srchInput:focus {
	outline:none;
	background-color:#eefaeb;
	border:1px solid #aaaaaa;
}
.workplace div.twoCols div.dynamicData {
	float:left;
	width:93.6%;
	margin:1.5% 3% 3%;
	height:370px;
	overflow-y:auto;
	border:1px dotted #999999;
}
.workplace div.twoCols.short div.dynamicData {
	height:150px;
}
.workplace div.twoCols div.dynamicData div.record {
	float:left;
	width:96%;
	padding:1.5% 2%;
	font-size:0.9em;
	border-bottom:1px dotted #cccccc;
}
.workplace div.twoCols div.dynamicData div.record.num2 {
	background:#f3f3f3;
}
.workplace div.twoCols div.record div#batono {
	float:left;
	width:13%;
	margin-top:0.5%;
	margin-left:2%;
}
.workplace div.twoCols div.record label#cinwan {
	float:left;
	width:57%;
}
.workplace div.twoCols div.record label#sumada {
	float:left;
	width:25%;
	padding-left:2%;
	font-style:italic;
}
.workplace div.twoCols div#batono a {
	float:left;
	width:16px;
	height:16px;
	margin-right:10px;
	cursor:pointer;
}
.workplace div.twoCols div#batono a#badal {
	background:url(../images/system/b_edit.png) no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.workplace div.twoCols div#batono a#masax {
	background:url(../images/system/b_delete.png) no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.workplace div.twoCols div#batono a#badal:hover,
.workplace div.twoCols div#batono a#masax:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.workplace div.twoCols div.record label#cinwan a {
	color:#333333;
	cursor:pointer;
}
.workplace div.twoCols label#sumada span#suspended {
	padding:0 3% 0 1%;
	color:#fff;
	background:#ff8000;
}
.workplace div.twoCols p#noRecords {
	float:left;
	width:100%;
	margin:2% 0;
	font-size:0.95em;
	text-align:center;
	color:#666666;
}
.workplace #loadPage #btnDisplayMore {
	width:30%;
	margin:3% 1% 2% 35%;
}*/

.workplace #loadPage #btnDisplayMore {
	float:left;
	width:20%;
	margin:2% 1% 2% 40%;
	min-height:32px;
	color:#555555;
	font-size:0.8em;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
.workplace #loadPage #btnDisplayMore {
	width:30%;
	margin:3% 1% 2% 35%;
}
/* ----------------------------------------------------------- */
/* ------------------------- the form ------------------------ */
/* ----------------------------------------------------------- */
/*.workplace p#info {
	float:left;
	width:75%;
	margin:1.1% 0 0 2%;
	padding:0.5% 2%;
	font-size:0.9em;
	color:#9434a7;
	background:#fff;
	border:1px dotted #9434a7;
}
.workplace a#btnCancel,
.workplace div.showRecord #rightSide a#back,
.workplace #loadPage #dynamicQnd #filters a#back,
.workplace #loadPage #dynamicQnd div#incomeDsgn a#back {
	float:right;
	width:8%;
	margin:1% 2% 0 0;
	height:30px; line-height:30px;
	font-family:raspoutine;
	color:#666666;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	border:1px solid #dcdcdc;
}
.workplace div.theForm {
	float:left;
	width:96%;
	margin:1% 2%;
	background:#ffffff;
	display:none;
}
.workplace div.theForm div.record {
	float:left;
	width:100%;
	padding:1% 2.1% 1%;
	border-bottom:1px dotted #cccccc;
	box-sizing:border-box;
}
.workplace div.theForm div.record:nth-child(even) {
	background:rgba(244,240,245,0.2);
}
.workplace div.theForm div.record.last {
	border-bottom:none;
	background:none;
}
.workplace div.theForm div.record .column {
	float:left;
	width:49%;
}
.workplace div.theForm div.record .column.one {
	width:100%;
}
.workplace div.theForm div.record .column.right {
	float:right;
}
.workplace div.theForm div.record #leftPrt {
	float:left;
	width:30%;
	height:29px; line-height:29px;
	color:#444444;
	font-size:0.95em;
}
.workplace div.theForm div.record div.column.one #leftPrt {
	width:14.7%;
}
.workplace div.theForm div.record #rghtPrt {
	float:left;
	width:70%;
}
.workplace div.theForm div.record div.column.one #rghtPrt {
	width:85%;
}
.workplace div.theForm div.clear {
	float:left;
	width:100%;
	height:8px;
	border-bottom:1px dotted #cccccc;
}
.workplace div.theForm div.clear.transparent {
	background:#f1f6f4;
}
.workplace div.theForm div.clear.hidden {
	height:0px;
	visibility:hidden;
}
.workplace div.theForm div.record span#red,
.workplace div.showRecord div#record span#red {
	position:relative;
	left:3px;
	color:#ff0000;
	font-weight:bold;
}
.workplace input.inputText,
.workplace select,
.workplace textarea {
	float:left;
	height:28px;
	padding-left:8px;
	color:#666666;
	border:1px solid #cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.workplace div.theForm div.record input[type="radio"] {
	float:left;
	transform:scale(1.2,1.2);
	height:30px;
	line-height:30px;
}
.workplace div.theForm div.record textarea {
	height:auto;
	padding:1% 0 0 1.5%;
}
.workplace input.inputText.second,
.workplace input[type="radio"].second,
.workplace select.second {
	margin-left:10px;
}
.workplace select {
	padding-left:8px;
	height:30px;
	-webkit-appearance:none;
	background:#ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=') 96% center no-repeat;
}
.workplace input[type="color"] {
  -webkit-appearance: square-button;
  height:28px;
  background-color:#fff;
  border:1px solid #cccccc;
  padding:1px;
}
.workplace input.inputText.jumbo,
.workplace select.jumbo,
.workplace textarea.jumbo {
	width:100%;
	box-sizing:border-box;
}
.workplace  input.inputText.vlarge, .workplace div.theForm textarea.vlarge {
	width:98%;
}
.workplace input.inputText.xxxlarge,
.workplace select.xxxlarge,
.workplace textarea.xxxlarge {
	width:91.66%;
}
.workplace input.inputText.xxlarge,
.workplace select.xxlarge {
	width:83.33%;
}
.workplace input.inputText.xlarge,
.workplace select.xlarge {
	width:75%;
}
.workplace input.inputText.large,
.workplace select.large {
	width:66.66%;
}
.workplace input.inputText.xmedium,
.workplace select.xmedium {
	width:58.33%;
}
.workplace input.inputText.medium,
.workplace select.medium {
	width:50%;
}
.workplace input.inputText.vmedium,
.workplace select.vmedium {
	width:45%;
}
.workplace input.inputText.xxxsmall,
.workplace select.xxxsmall {
	width:41.66%;
}
.workplace input.inputText.xxsmall,
.workplace select.xxsmall {
	width:33.33%;
}
.workplace input.inputText.xsmall,
.workplace select.xsmall {
	width:24%;
}
.workplace input.inputText.small,
.workplace select.small {
	width:16.66%;
}
.workplace input.inputText.tiny,
.workplace select.tiny {
	width:8.33%;
}
.workplace input.inputText:focus,
.workplace select:focus,
.workplace textarea:focus {
	outline:none;
	background-color:#eefaeb;
	border:1px solid #aaaaaa;
}
.workplace div.theForm div.record span.check {
	float:left;
	margin-left:2%;
	height:30px; line-height:30px;
	color:#444;
	font-size:0.95em;
	cursor:pointer;
}
.workplace div.theForm div#tweet_feed {
	float:left;
	width:50%;
	margin:0.5% 0 0 1%;
	font-size:0.85em;
	color:#666666;
	font-style:italic;
}
.workplace div label.error {
	float:left;
	margin:0.7% 0 0;
	width:auto;
	padding:0 0 0 20px;
	font-size:0.95em;
	color:#ff0000;
	line-height:18px;
	background:url(../images/system/error_s.png) left 3px no-repeat;
	display:none;
}
.workplace div.theForm label.error.inline {
	margin:0 0 0 2%;
}
.workplace div.theForm button.btnSubmit {
	float:right;
	margin-left:2%;
	padding:0.7% 3%;
	font-size:1em;
}
.workplace div.theForm.chngPass .btnSubmit {
	float:left;
	margin-left:14.5%;
	padding:0.7% 3%;
}
.workplace div.theForm label.process {
	float:right;
	margin:1.3% 0 0;
	width:20px;
	height:16px;
	background:url(../images/system/loading.gif) no-repeat;
	display:none;
}
.workplace div.theForm.chngPass label.process {
	float:left;
	margin:1.3% 0 0 2%;
}*/
/* -- */


/* --  popup -- */
div#lean_overlay {
	position:fixed;
    z-index:100;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background:#000000;
    display:none;
}
div.workplace div.popupContainer {
	position:absolute;
	width:520px;
	height:auto;
	left:45%;
	top:90px !important;
	background:#ffffff;
	display:none;
}
.workplace .popupHeader {
	position:relative;
	padding:0 20px;
	height:40px; line-height:40px;
	font-family:raspoutine;
	background:#dddddd;
	border-bottom:1px solid #666666;
}
.workplace .popupHeader span.close {
	position:absolute;
	right:10px;
	width:30px; height:40px; line-height:40px;
	text-align:center;
	cursor:pointer;
	font-size:1.2em;
}
.workplace .popupHeader span.close:hover {
	background:#ccc;
}
.workplace .popupBody {
	float:left;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.workplace div.theForm .popupBody div#record,
.workplace div.showRecord .popupBody div#record {
	float:left;
	width:100%;
	margin-bottom:2%;
}
.workplace div.theForm .popupBody div#lftPart,
.workplace div.showRecord .popupBody div#lftPart {
	float:left;
	width:30%;
	height:26px; line-height:26px;
	font-size:0.95em;
	color:#333333;
}
.workplace div.theForm .popupBody div#rightPrt,
.workplace div.showRecord .popupBody div#rightPrt {
	float:left;
	width:70%;
	box-sizing:border-box;
}
.workplace div.theForm .popupBody span#clear,
.workplace div.showRecord .popupBody span#clear {
	float:left;
	width:100%;
	height:10px;
	border-top:1px dotted #999;
}
.workplace div.theForm .popupBody button.btnAdd,
.workplace div.showRecord .popupBody button.btnAdd {
	float:left;
	margin-left:30%;
	padding:7px 20px;
	background-color: red !important;
}
/* ----------------------------------------------------------- */
/* ------------------------- the form ------------------------ */
/* ----------------------------------------------------------- */

div.workplace p#info {
	float: left;
	width: 75%;
	margin: 1.1% 0 0 2%;
	padding: 0.5% 2%;
	font-size: 0.9em;
	color: #ca5f5f;
	background: #fff;
	border: 1px dotted #c00;
}
div.workplace a#btnCancel,
div.workplace div.showRecord #rightSide a#back {
	float: right;
	width: 8%;
	margin: 1% 2% 0 0;
	height: 30px; line-height: 30px;
	font-family: raspoutine;
	font-size: 0.9em;
	color: #666666;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #dcdcdc;
}
div.workplace div.steps {
	position: relative;
	float: left;
	width: auto;
	min-width: 23%;
	margin: 1% 2% 0;
	background: #eee;
	border: 1px solid #ccc;
	border-right: none;
	box-sizing: border-box;
	z-index: 10;
}
div.workplace div.steps::after {
	position: absolute;
	top: -1px; right: -29px;
	content: '';
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-left: 29px solid #eee;
	border-bottom: 18px solid transparent;
}
div.workplace div.steps p {
	position: relative;
	float: left;
	width: auto;
	min-width: 50px;
	padding: 0 15px;
	font-size: 0.85em;
	color: #444;
	height: 34px; line-height: 34px;
}
div.workplace div.steps p.active {
	background: #908b84;
	margin-right: 30px;
	color: #fff;
}
div.workplace div.steps p.active:last-child {
	margin-right: 0;
}
div.workplace div.steps p.active::after {
	position: absolute;
	top: -0.8px; right: -29px;
	content: '';
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 29px solid #908b84;
	border-bottom: 17px solid transparent;
	z-index: 1000;
}
div.workplace div.steps p span {
	position: relative;
	float: left;
	margin-top: 7px; margin-right: 10px;
	width: 18px; height: 18px; line-height: 18px;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #666;
	border-radius: 99em;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	display: none;
}
div.workplace div.steps p.active span {
	border: 1px solid #fff;
}
div.workplace div.theForm {
	float: left;
	width: 96%;
	margin: 1% 2%;
	background: #fff;
	display: none;
}
div.workplace div.theForm.no-color {
	background: none;
}
div.workplace div.theForm div.record {
	float: left;
	width: 100%;
	padding: 0.7% 2.1%;
	box-sizing: border-box;
}
div.workplace div.theForm div.record:nth-child(even) {
	background: #ededed;
}
div.workplace div.theForm div.record.last {
	padding: 0.7% 0;
	border-bottom: none;
	background: #f1f6f4;
}
div.workplace div.theForm div.record .column {
	float: left;
	width: 49%;
	border:none !important;
}
div.workplace div.theForm div.record .column.long {
	width: 100%;
}
div.workplace div.theForm div.record .column.medium {
	width: 87%;
	border:none !important;
}
div.workplace div.theForm div.record .column.right {
	float: right;
}
div.workplace div.theForm div.record .leftPrt {
	position: relative;
	float: left;
	width: 30%;
	height: 29px; line-height: 29px;
	color: #444;
	font-size: 0.87em;
}
div.workplace div.theForm div.record div.column.long .leftPrt {
	width: 14.7%;
}
div.workplace div.theForm div.record div.column.medium .leftPrt {
	width: 18.5%;
}
div.workplace div.theForm div.record .rghtPrt {
	float: left;
	width: 70%;
	position: relative;
}
div.workplace div.theForm div.record div.column.long .rghtPrt {
	width: 85%;
}
div.workplace div.theForm div.clear {
	float: left;
	width: 100%;
	height: 8px;
	border-bottom: 1px dotted #ccc;
}
div.workplace div.theForm div.clear.transparent {
	background: #f1f6f4;
}
div.workplace div.theForm div.clear.hidden {
	height: 0px;
	visibility: hidden;
}
div.workplace div.theForm div.record .leftPrt.required::after {
	content: ' *';
	color: #f00;
	position: relative;
	left: 0px;
}
div.workplace div.theForm div.record .leftPrt[title] {
	text-decoration: underline;
}
div.workplace input.inputText,
div.workplace select,
div.workplace textarea {
	float: left;
	height: 28px;
	padding-left: 8px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.workplace input.highlight,
div.workplace select.highlight,
div.workplace textarea.highlight,
div.workplace .highlight {
	border: 1px solid #ff0000;
}

div.workplace input[type="radio"] {
	float: left;
	transform: scale(1.2,1.2);
	height: 30px;
	line-height: 30px;
}
.workplace div.theForm div.record input[type="radio"] {
	float:left;
	transform:scale(1.2,1.2);
	height:30px;
	line-height:30px;
}
div.workplace div.record textarea {
	height: auto;
	max-height: 100px;
	padding: 8px;
	font-family: leelawadee;
	font-size: 0.85em;
}
div.workplace input.inputText.second,
div.workplace input[type="radio"].second,
div.workplace select.second {
	margin-left: 10px;
}
div.workplace select {
	padding-left: 8px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=') 96% center no-repeat;
}
div.showRecord div.details div.box select.slight {
	height: 25px;
	margin-top: 1.5%;
}
div.workplace select.hidden {
	display: none;
}
div.workplace input[type="color"] {
	-webkit-appearance: square-button;
	height: 28px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px;
}
div.workplace input.inputText.jumbo,
div.workplace select.jumbo,
div.workplace textarea.jumbo {
	width: 100%;
	box-sizing: border-box;
}
div.workplace input.inputText.xxxlarge,
div.workplace select.xxxlarge,
div.workplace textarea.xxxlarge {
	width: 91.66%;
}
div.workplace input.inputText.xxlarge,
div.workplace select.xxlarge {
	width: 83.33%;
}
div.workplace input.inputText.xlarge,
div.workplace select.xlarge {
	width: 75%;
}
div.workplace input.inputText.large,
div.workplace select.large,
div.workplace textarea.large {
	width: 66.66%;
}
div.workplace input.inputText.xxmedium,
div.workplace select.xxmedium {
	width: 62%;
}
div.workplace input.inputText.xmedium,
div.workplace select.xmedium {
	width: 58.33%;
}
div.workplace input.inputText.mediumx,
div.workplace select.mediumx {
	width: 54.4%;
}
div.workplace input.inputText.medium,
div.workplace select.medium {
	width: 50%;
}
div.workplace input.inputText.vmedium,
div.workplace select.vmedium {
	width: 44.7%;
}
div.workplace input.inputText.xxxxsmall,
div.workplace select.xxxxsmall {
	width: 42.5%;
}
div.workplace input.inputText.xxxsmall,
div.workplace select.xxxsmall {
	width: 41.66%;
}
div.workplace input.inputText.xxsmall,
div.workplace select.xxsmall {
	width: 33.33%;
}
div.workplace input.inputText.xsmallx {
	width: 25%;
}
div.workplace input.inputText.xsmall,
div.workplace select.xsmall {
	width: 24%;
}
div.workplace input.inputText.small,
div.workplace select.small {
	width: 16.66%;
}
div.workplace input.inputText.xtiny,
div.workplace select.xtiny {
	width: 11.33%;
}
div.workplace input.inputText.tiny,
div.workplace select.tiny {
	width: 8.33%;
}
div.workplace input.inputText:focus,
div.workplace select:focus,
div.workplace select:focus optgroup,
div.workplace textarea:focus {
	outline: none;
	background-color: #eefaeb;
	border: 1px solid #aaa;
}
div.workplace input.inputText::placeholder,
div.workplace textarea::placeholder{
	color: #aaa;
}
div.workplace div.theForm div#tweet_feed {
	float: left;
	width: 50%;
	margin: 0.5% 0 0 1%;
	font-size: 0.85em;
	color: #666;
	font-style: italic;
}
div.workplace div label.error {
	float: left;
	margin-top: 3px;
	width: 100%;
	padding: 0 0 0 20px;
	font-size: 0.87em;
	color: #f00;
	line-height: 22px;
	background: url(../images/system/error_s.png) left 5px no-repeat;
	display: none;
}
div.workplace div.theForm label.error.inline {
	width: auto;
	margin: 0.7% 0 0 2%;
}
div.workplace div.theForm button.btnSubmit {
	float: right;
	padding: 0.5% 3%;
	font-size: 1em;
}
div.workplace div.theForm button.btnSubmit#btnShowInfo {
	padding: 1% 3%;
}
div.workplace div.theForm.chngPass .btnSubmit {
	float: left;
	margin-left: 16.2%;
	padding: 0.6% 3%;
}
div.workplace div.theForm label.process {
	float: right;
	margin-right: 10px;
	width: 20px;
	height: 30px;
	background: url(../images/system/loading.gif) center no-repeat;
	display: none;
}
div.workplace div.theForm.chngPass label.process {
	float: left;
	margin: 1.3% 0 0 2%;
}
/*--- user add ---*/
div.workplace div.theForm.user div.column.one {
	border-bottom:1px dotted #cccccc;
	padding-bottom:0.5%;
}
div.workplace div.theForm div.column span.waiting {
	float: left;
	width: 16px;
	height: 30px; line-height: 30px;
	margin-left: 8px;
	background: url(../images/system/loading.gif) no-repeat left center;
	display: none;
}
div.workplace div.theForm.user div.column.long {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5%;
}
div.workplace div.theForm div#userRights {
	float: left;
	width: 100%;
	margin: 1% 0 0.5%;
}
div.workplace div.theForm div#userRights div.rights {
	float: left;
	width: 22%;
	margin-right: 2.5%;
}
div.workplace div.theForm fieldset {
	float: left;
	width: 49%;
	padding: 10px 0;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
div.workplace div.theForm fieldset.right {
	float: right;
}
div.workplace div.theForm fieldset.white {
	background: #fff;
}
div.workplace div.theForm fieldset.grey {
	background: #e8e8e8;
	border-color: #ccc;
}
div.workplace div.theForm fieldset.jumbo {
	width: 100%;
}
div.workplace div.theForm fieldset.second {
	margin-top: 10px;
}
div.workplace div.theForm fieldset.vextra-height {
	min-height: 280px;
}
div.workplace div.theForm fieldset.extra-height {
	min-height: 200px;
}
div.workplace div.theForm fieldset.min-extra-height {
	min-height: 187px;
}
div.workplace div.theForm fieldset.mid-height {
	min-height: 160px;
}
div.workplace div.theForm fieldset.less-height {
	min-height: 60px;
	padding-top: 15px;
}
div.workplace div.theForm fieldset.less-height2 {
	min-height: 105px;
	padding-top: 15px;
}
div.workplace div.theForm fieldset.less-height3 {
	min-height: 145px;
	padding-top: 15px;
}
label#checkUnit{
	font-size: .9em;
	cursor: pointer;
}
div.workplace div.theForm fieldset legend {
	background: #fff;
	position:relative;
	margin-left:4%;
	padding:0 15px;
	height:30px; line-height:30px;
	font-size:0.95em;
	color:#444444;
	border:1px solid #bbbbbb;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
div.workplace div.theForm fieldset.white legend {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}
div.workplace div.theForm div#userRights fieldset > div {
	float: left;
	width: 90%;
	margin-left: 5%; margin-bottom: 1%;
}
div.workplace div.theForm div#userRights label.tickModule {
cursor: pointer;
}
div.workplace div.theForm div#userRights input.checkOne {
	margin: 5px 5px 0;
}
div.workplace div.theForm div#userRights label.tickOne {
	position: relative;
	left: 8px;
	font-size: 0.85em;
	cursor: pointer;
}
/* -- reception form */
div.workplace div.theForm fieldset .innerRow {
	float: left;
	width: 100%;
	padding: 0 15px 7px;
	box-sizing: border-box;
}
div.workplace div.theForm.notary div.record .innerColumn {
	position: relative;
	float: left;
	width: 100%;
}
div.workplace div.theForm .innerRow div.label {
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 11px;
	width: 20%;
	height: 28px; line-height: 28px;
	color: #333;
	font-size: 0.83em;
}
div.workplace div.theForm .innerRow div.label.second {
	margin-left: 2%;
	width: 13%;
}
div.workplace div.theForm .innerRow div.label.secondx {
	margin-left: 7%;
	width: 10.5%;
}
div.workplace div.theForm .innerRow div.label.secondxs {
	margin-left: 5%;
	width: 13%;
}
div.workplace div.theForm .innerRow div.label.required::after {
	content: ' *';
	color: #f00;
	position: relative;
	left: 0px;
}
div.workplace div.theForm .innerRow span.hinter {
	float: left;
	margin-right: 10px;
	font-size: 0.85em;
	color: #666;
}
div.workplace div.theForm .innerRow span.hinter.xmedium {
	width: 22.5%;
}
div.workplace div.theForm .innerRow span.hinter.medium {
	width: 16.8%;
}
div.workplace div.theForm fieldset .innerRow label.error.margin-left {
	margin-left: 22%;
	width: 75%;
}
div.workplace div.theForm div.innerRow div.suggest {
	width: 31.5%;
	margin-left: 9.9%;
}
div.workplace div.theForm div.record input[type="radio"] {

	transform:scale(1.2,1.2);
	height:30px;
	line-height:30px;
}
div.workplace div.theForm .innerRow div.label.second2 {
	margin-left: 2%;
	margin-right: -6%;
}
.theForm div.record span.check1,
fieldset span.check1 {
	float: left;
	margin:1.5% 0.5% 0;
	color:#666666;
	font-size:0.9em;
	cursor:pointer;
}
.theForm span#add3Spaces {
	float:left;
	width:5px;
	margin-left:0.5%;
}
.theForm span#add10Spaces {
	float:left;
	width:15px;
	margin-left:5%;
}

.workplace input.inputText.second,
.workplace input[type="radio"].second,
.workplace select.second {
	margin-left:10px;
}
div.workplace input[type='radio'] + label {
	float: left;
	margin: 6px 15px 0 5px;
	color: #444;
	font-size: 0.85em;
	cursor: pointer;
}
div.workplace span.hint {
	float: left;
	margin-left: 2px;
	line-height: 30px;
	font-size: 0.85em;
	color: #666;
}
div.workplace span.hint.second{
	margin-left: 10px !important;
}
div.workplace span.hint.prefix {
	width: 7%;
	background-color: #1f6d03;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}
div.workplace input.has-prefix {
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
}
/* -- checkbox and radio buttons -- */
div.workplace div.theForm input[type='checkbox'] {
	float: left;
	margin: 9px 8px 0 2px;
	transform: scale(1.3,1.3);
}
div.workplace div.theForm input[type='checkbox'].second {
	margin-left: 13px;
}
div.workplace div.theForm input[type='checkbox'] + span {
	float: left;
	line-height: 29px;
	font-size: 0.85em;
	cursor: pointer;
}
div.workplace div.theForm input[type='radio'] {
	float: left;
}
div.workplace input[type='radio'] + label {
	float: left;
	margin: 6px 15px 0 5px;
	color: #444;
	font-size: 0.85em;
	cursor: pointer;
}
/* -- other notary amounts -- */
div.workplace div.theForm div.hint {
	float: left;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.workplace div.theForm div.hints div.hint.second {
	margin-left: 11px;
}
div.workplace div.theForm div.hint.highlight {
	border-color: #f00;
}
div.workplace div.theForm div.hint input[type='text'] {
	width: auto;
	border: none;
}
div.workplace div.theForm div.hint input[type='text'].xmedium {
	width: 12em;
}
div.workplace div.theForm div.hint input[type='text'].medium {
	width: 10em;
}
div.workplace div.theForm .checkbox.hidden {
	float: left;
	display: none;
}
div.workplace div.theForm .box {
	float: left;
	text-align: center;
	border-left: 1px solid #b5c4d5;
	width: 30px;
	height: 28px; line-height: 28px;
	color: red;
	cursor: pointer;
}
div.workplace div.theForm .box i.icon {
	opacity: 0.8;
	font-size: 1.1em;
	font-style: normal;
	font-family: FontAwesome;
}
div.workplace div.theForm .box i.icon::after {
	content: "\f00d";
}
div.workplace div.theForm .checkbox:checked + .box .icon {
	opacity: 0.5;
	color: green;
}
div.workplace div.theForm .checkbox:checked + .box .icon::after {
	content: "\f00c";
}
div.workplace div.theForm div.hint .show {
	float: left;
	width: 30px;
	height: 28px; line-height: 28px;
	text-align: center;
	color: #777;
	cursor: pointer;
	border-left: 1px solid #ccc;
}
/* -- */
div.workplace div.theForm label.idnttyBox {
	float: left;
	width: 30px;
	margin-left: 10px;
	height: 27px; line-height: 27px;
	text-align: center;
	font-size: 0.8em;
	background-color: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.workplace div.theForm label.idnttyBox:hover {
	border: 1px solid #999;
}
/* ------  add to list ------ */
div.workplace div.theForm div.record .listCaves {
	float: left;
	width: 100%;
	padding: 0.5% 0;
}
div.workplace div.theForm #topCaves,
div.workplace div.theForm #btmCaves {
	float: left;
	width: 100%;
	color: #555;
	margin-bottom: 1%;
}
div.workplace div.theForm .listCaves div.cave {
	float: left;
	width: 12%;
	margin: 0 0.6% 0 0;
	font-size: 0.95em;
}
div.workplace div.theForm .listCaves div.cave.short {
	width: 17.5%;
}
div.workplace div.theForm .listCaves div.cave.short2 {
	width: 14.5%;
}
div.workplace div.theForm .listCaves div.cave.required:after {
	content: '*';
	color: #f00;
	position: relative;
	left: 3px;
}
div.workplace div.theForm .listCaves div.cave.vlarge {
	width: 83%;
}
div.workplace div.theForm .listCaves div.cave.xxxlarge {
	width: 55%;
}
div.workplace div.theForm .listCaves div.cave.xxmiddle {
	width: 30%;
}
div.workplace div.theForm .listCaves div.cave.xmiddle {
	width: 28%;
}
div.workplace div.theForm .listCaves div.cave.middle {
	width: 20.6%;
}
div.workplace div.theForm .listCaves div.cave.lshort {
	width: 15%;
}
div.workplace div.theForm .listCaves div.cave.mshort {
	width: 10%;
}
div.workplace div.theForm .listCaves div.cave.vshort {
	width: 8%;
}
/* --- */
div.workplace div.theForm div.cave input,
div.workplace div.theForm div.cave select {
	width: 99%;
	height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
}
div.workplace div.theForm div.cave select {
	height: 29px;
}
div.workplace div.theForm div.cave select.xlarge {
	width: 88%;
}
div.workplace div.theForm div.cave select.large {
	width: 82%;
}
div.workplace div.theForm a.addToList {
	float: left;
	width: 100%;
	height: 29px; line-height: 29px;
	text-align: center;
	font-size: 0.85em;
	color: #fff;
	background: #1f6d03;
	cursor: pointer;
	text-decoration: none;
}
div.workplace div.theForm a.addToList.second {
	margin-left: 10px;
}
div.workplace div.theForm a.addToList.small {
	width: auto;
	padding: 0 20px;
}
div.workplace div.theForm a.addToList:hover {
	background-color: #d88829;
}
div.workplace div.theForm div.cave a.addToList:focus {
	outline: none;
}
/* -- the list -- */
div.workplace div.theForm div#header {
	float: left;
	width: auto;
	padding: 1% 0;
	font-family: raspoutine;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.3px;
}
div.workplace div.theForm div#header label.error {
	font-family: leelawadee;
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: normal;
}
div.workplace div.theForm div.list {
	float: left;
	width: 100%;
	margin-bottom: 1%;
	counter-reset: section;
	border: 1px solid #b2d9b2;
	border-bottom: none;
	box-sizing: border-box;
}
div.workplace div.theForm div.list header,
div.workplace div.theForm div.list div.listItem {
	float: left;
	width: 100%;
	border-bottom: 1px solid #b2d9b2;
}
div.workplace div.theForm div.list div.listItem:nth-child(odd) {
	background: #f7f7f7;
}
div.workplace div.theForm div.list header {
	background: #e5e5e5;
}
div.workplace div.theForm div.list div.cave {
	position: relative;
	float: left;
	width: auto;
	margin-left: 1%;
	font-size: 0.85em;
	border-right: 1px solid #b2d9b2;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
div.workplace div.theForm div.list div.cave.no-right-border {
	border-right: none;
}
div.workplace div.theForm div.list header div.cave {
	height: 30px; line-height: 30px;
}
div.workplace div.theForm div.list header div.cave input[type="checkbox"]{
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 40% !important;
	margin-top: 1% !important;
}
div.workplace div.theForm div.list header div.cave label {
	font-size: 1em;
}
div.workplace div.theForm div.list div.listItem div.cave {
	height: 28px; line-height: 28px;
}
div.workplace div.theForm div.list p#noRecords {
	float: left;
	width: 100%;
	margin: 2% 0 0 0;
	padding: 0 0 2% 0;
	font-size: 0.9em;
	text-align: center;
	color: #666;
	border-bottom: 1px dotted #CCC;
}
div.workplace div.theForm div.list div.listItem div.cave > select {
	width: 83%;
	float: right;
	height: 23px;
	margin-top: 2%;
}
div.workplace div.theForm div.list div.cave.serial {
	width: 4%;
}
div.workplace div.theForm div.list div.listItem div.cave.serial::before {
	counter-increment: section;
	content: counter(section)".";
}
div.workplace div.theForm div.list div.cave.xxxjumbo {
	width: 60%;
}
div.workplace div.theForm div.list div.cave.jumbo {
	width: 42.48%;
}
div.workplace div.theForm div.list div.cave.xlarge {
	width: 35.40%;
}
div.workplace div.theForm div.list div.cave.large {
	width: 28.32%;
}
div.workplace div.theForm div.list div.cave.medium {
	width: 21.24%;
}
div.workplace div.theForm div.list div.cave.vmedium {
	width: 17%;
}
div.workplace div.theForm div.list div.cave.small {
	width: 14.16%;
}
div.workplace div.theForm div.list div.cave.vsmall {
	width: 9.16%;
}
div.workplace div.theForm div.list div.cave.tiny {
	width: 7.08%;
}
div.workplace div.theForm div.list div.cave:last-child {
	width: 10%;
	border: none;
}
div.workplace div.theForm div.list div.cave input {
	width: 96%;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
div.workplace div.theForm div.list div.cave input:focus {
	outline: none;
}
div.workplace div.theForm div.list div.cave input.changeable {
	width: 90%;
	padding-left: 6px;
	border: 1px solid #cccccc;
	background: #fff;
}
div.workplace div.theForm div.list div.cave a#remove {
	float: left;
	width: 16px; height: 30px; line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/system/b_delete.png) left center no-repeat;
}
/* -- */
div.workplace div.popupBody div.displayInfo ,
div.workplace div.theForm div.record div.displayInfo {
	float: left;
	width: 100%;
	margin: 0.5% 0 0;
	display: none;
}
div.workplace div.theForm div.record div.column.long div.displayInfo.long {
	width: 80%;
	margin-left: 14.8%;
}
div.workplace div.popupBody div.displayInfo label#header,
div.workplace div.theForm div.record div.displayInfo label#header {
	float: left;
	width: 100%;
	height: 26px; line-height: 26px;
	padding-left: 15px;
	font-size: 0.9em;
	color: #fff;
	background: #777;
	box-sizing: border-box;
}
div.workplace div.popupBody div.displayInfo div.infoWrap,
div.workplace div.theForm div.record div.displayInfo div.infoWrap {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px dotted #777;
	border-top: none;
	box-sizing: border-box;
}
div.workplace div.popupBody div.displayInfo p,
div.workplace div.theForm div.record div.displayInfo p {
	float: left;
	width: 65%;
	padding: 0 15px;
	min-height: 25px; line-height: 24px;
	font-size: 0.85em;
	font-style: italic;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	box-sizing: border-box;
}
div.workplace div.popupBody div.displayInfo p#left,
div.workplace div.theForm div.record div.displayInfo p#left {
	width: 35%;
	border-left: none;
}
div.workplace div.theForm div.record div.displayInfo.long p {
	width: 75%;
}
div.workplace div.theForm div.record div.displayInfo.long p#left {
	width: 25%;
}
div.workplace div.popupBody div.displayInfo p#pDetails,
div.workplace div.theForm div.record div.displayInfo p#pDetails {
	padding: 8px 15px;
	line-height: 20px;
}
div.workplace div.popupBody div.displayInfo p:last-child,
div.workplace div.theForm div.record div.displayInfo p:last-child,
div.workplace div.theForm div.record div.displayInfo p:nth-last-child(2) {
	border-bottom: none;
}
/* --- input file for image upload --- */
div.workplace .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
div.workplace .inputfile + label {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
div.workplace .inputfile.second + label {
	margin-left: 10px;
}
div.workplace .no-js .inputfile + label {
    display: none;
}
div.workplace .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
div.workplace .inputfile6 + label {
    color: #1a2758;
}
div.workplace .inputfile6 + label {
    border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
}
.inputfile6 + label span,
.inputfile6 + label strong {
    padding: 8px 15px;
}
.inputfile6 + label span {
    width: 100px;
	display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
	font-size: 0.9em;
}
.inputfile6 + label strong {
   	height: auto;
    color: #fff;
    background-color: #8a8276;
    display: inline-block;
	font-size: 0.9em;
	border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	-webkit-border-radius: 0 1px 1px 0;
}
.inputfile6:focus + label strong,
.inputfile6.has-focus + label strong,
.inputfile6 + label:hover strong {
    background-color: #ccc;
	color: #333;
}
/* ----------------------------------------------------------- */
/* ----------------------- show Record ----------------------- */
/* ----------------------------------------------------------- */
div.workplace div.showRecord {
	float: left;
	width: 92%;
	margin: 1.5% 2%;
	padding: 1% 2%;
	font-size: 0.95em;
	min-height: 300px;
	background: #fff;
}
div.workplace div.showRecord #leftSide {
	float: left;
	width: 64%;
}
div.workplace div.showRecord #rightSide {
	float: right;
	width: 32%;
}
div.workplace div.showRecord #leftSide header {
	float: left;
	width: 95.7%;
	padding: 1.1% 2%;
	font: 600 0.95em raspoutine;
	letter-spacing: 0.8px;
	background: #e6e6e6;
	border: 1px dotted #999;
}
div.workplace div.showRecord div.details {
	float: left;
	width: 99.7%;
	border: 1px dotted #999;
	border-top: none;
}
div.workplace div.showRecord #leftSide div#separate,
div.workplace div.showRecord #leftSide div#separate.responsive {
	float: left;
	width: 100%;
	height: 12px;
	border-bottom: 1px dotted #bbb;
}
div.workplace div.showRecord div.details.responsive,
div.workplace div.showRecord #leftSide div#separate.responsive {
	display: none;
}
div.workplace div.showRecord #leftSide .record {
	position: relative;
	float: left;
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px dotted #999;
}
div.workplace div.showRecord #leftSide .record:last-child {
	border-bottom: none;
}
div.workplace div.showRecord #leftSide .colLeft {
	float: left;
	width: 28%;
	margin-left: 2%;
	padding: 1% 0;
}
div.workplace div.showRecord #leftSide .colRight {
	float: right;
	width: 70%;
	padding: 1% 2%;
	min-height: 27px;
	color: #666;
	border-left: 1px dotted #999;
	box-sizing: border-box;
}
div.workplace div.showRecord #leftSide .colRight.no-padding {
	padding: 0;
}
div.workplace div.showRecord #leftSide .colRight p {
	float: left;
	width: 100%;
	margin: 0 0 1.5%;
	position: relative;
}
div.workplace div.showRecord #leftSide .colRight p.half {
	width: 49%;
}
div.workplace div.showRecord #leftSide .colRight p.quarter {
	width: 20%;
}
div.workplace div.showRecord #leftSide .colRight div.clear {
	float: left;
	width: 100%;
	height: 2px;
}
div.workplace div.showRecord #leftSide .colRight.remarks {
	line-height: 20px;
}
div.workplace div.showRecord #leftSide .colRight.remarks ul,
div.workplace div.showRecord #leftSide .colRight.remarks ol {
	float: left;
	margin-left: 18px;
}
div.workplace div.showRecord #leftSide .colRight label.link {
	position:absolute;
	right:2%;
	padding-left:20px;
	cursor:pointer;
	font-size: 1em;
}
div.workplace div.showRecord #leftSide .colRight label.link.dropOut:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: FontAwesome;
	font-size: 1.2em;
	content: "\f08B";
}
div.workplace div.showRecord #leftSide .colRight label.link.activate:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: FontAwesome;
	font-size: 1.2em;
	content: "\f090";
}
div.workplace div.showRecord #leftSide span.status {
	padding: 1px 10px 3px;
	font-size: 0.95em;
	color: #111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.workplace div.showRecord #leftSide span.status.active {
	background-color: #75ed93;
}
div.workplace div.showRecord #leftSide span.status.pending {
	background-color: #d7d7d7;
}
div.workplace div.showRecord #leftSide span.status.suspended {
	background-color: #ff8000;
	color: #fff;
}
div.workplace div.showRecord #leftSide span.status.cancelled {
	background-color: #db0101;
	color: #fff;
}
div.workplace div.showRecord #leftSide .colRight p#notFound {
	margin: 0;
	padding: 8px 10px;
  	font-style: italic;
  	color: #888;
  	border-bottom: 1px solid #ccc;
  	box-sizing: border-box;
}
div.workplace div.showRecord #leftSide div.cave-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
div.workplace div.showRecord #leftSide div.cave-row:last-child {
	border-bottom: none;
}
div.workplace div.showRecord #leftSide div.cave-row div.cave {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 3%;
	height: 30px; line-height: 30px;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}
div.workplace div.showRecord #leftSide div.cave-row div.cave.small {
	width: 33%;
}
div.workplace div.showRecord #leftSide div.cave-row div.cave.medium {
	width: 50%;
}
div.workplace div.showRecord #leftSide div.cave-row div.cave:first-child {
	border-left: none;
}
div.workplace div.showRecord #leftSide label.addNew {
	float: left;
	position: relative;
	margin: 2%;
	color: #665132;
	cursor: pointer;
}
div.workplace div.showRecord #leftSide label.addNew:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f067";
}
div.workplace div.showRecord #rightSide div.imgHolder {
	float: left;
	width: 35%;
	margin: 0 0 2%;
	border: 1px solid #999;
}
div.workplace div.showRecord #rightSide div.imgHolder img {
	float: left;
	width: 100%;
	height: 105px;
	border: none;
}
div.workplace div.showRecord #rightSide a#back {
	width: auto;
	margin: 0 0 3%;
	padding: 0 8%;
}
div.workplace div.showRecord #rightSide a#print {
	float: left;
	margin: 0 2%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace div.showRecord #rightSide a#print::before {
	position: relative;
	left: -5px;
	font-family: FontAwesome;
	content: "\f02f";
	font-size: 1.1em;
}
div.workplace div.showRecord #rightSide a#excel {
	float: left;
	margin: 0 2%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace div.showRecord #rightSide a#excel::before {
	position: relative;
	left: -5px;
	font-family: FontAwesome;
	content: "\f1c3";
	font-size: 1.1em;
}
div.workplace div.showRecord #rightSide a#excell {
	float: left;
	margin: 0 2%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	color: #174f03;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
div.workplace div.showRecord #rightSide a#excell::before {
	position: relative;
	left: -5px;
	font-family: FontAwesome;
	content: "\f1c3";
	font-size: 1.1em;
	color: #174f03;
}

/* -- print-drop-down */
div.workplace div.showRecord #rightSide .print-list {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 50px;
	height: 30px; line-height: 30px;
	color: #665132;
	border: 1px solid #ccc;
	cursor: pointer;
}
div.workplace div.showRecord #rightSide .print-list::before,
div.workplace div.showRecord #rightSide .print-list::after {
	position: absolute;
	font-family: FontAwesome;
	content: '\f02f';
	width: 38px;
	text-align: center;
}
div.workplace div.showRecord #rightSide .print-list::before {
	left: 0;
	border-right: 1px solid #ddd;
}
div.workplace div.showRecord #rightSide .print-list::after {
	content: '\f107';
	width: 28px;
	right: 0;
	font-weight: 600;
}
div.workplace div.showRecord #rightSide .print-list label {
	cursor: pointer;
}
div.workplace div.showRecord #rightSide .print-drop-down {
	position: absolute;
	margin-top: 33px;
	width: 260px;
	padding: 10px 0;
    color: #333;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
div.workplace div.showRecord #rightSide .print-drop-down a {
	display: block;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	font-size: 0.9em;
	color: #665132;
	text-decoration: none;
}
div.workplace div.showRecord #rightSide .print-drop-down a:hover {
	background-color: #ddd;
}
div.workplace div.showRecord #rightSide h3#title {
	float: left;
	width: 88.9%;
	padding: 2% 5%;
	color: #fff;
	font: 0.95em raspoutine;
	background: #8B8B8B;
	border: 1px dotted #000;
}
div.workplace div.showRecord #rightSide div.details {
	float: left;
	width: 98.9%;
	background: #f2f2f2;
	border: 1px dotted #bbb;
	border-top: none;
	border-bottom: none;
}
div.workplace div.showRecord #rightSide #record {
	float: left;
	width: 90%;
	padding: 3% 5%;
	font-size: 0.9em;
	border-bottom: 1px dotted #bbb;
}
div.workplace div.showRecord #rightSide p,
div.workplace div.showRecord #rightSide label {
	float: left;
	width: 90%;
	margin: 0 0 1%;
}
div.workplace div.showRecord #rightSide p {
	font-weight: 600;
}
/* -- profile -- */
div.workplace div.showRecord #rightSide div#prflePic {
	position: relative;
	float: left;
	width: 51%;
	margin: 0 0 2%;
}
div.workplace div.showRecord #rightSide div.imgWrap {
	float: left;
	width: 100%;
	border: 1px solid #999;
}
div.workplace div.showRecord #rightSide div.imgWrap img {
	float: left;
	width: 100%;
	border: none;
}
div.workplace div.showRecord div.imgWrap .progressBar {
	background: none repeat scroll 0 0 #e0e0e0;
	padding: 3px 0;
	top: 45%;
	position: absolute;
	width: 100%;
	display: none;
}
div.workplace div.showRecord div.imgWrap .progressBar .bar {
	width: 0;
	height: 14px;
	background-color: #b86a16;
}
div.workplace div.showRecord div.imgWrap .progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%;
}
div.workplace div.showRecord div.imgWrap div#imgChange {
	float: left;
	background: #735A35;
	color: #fff;
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #999;
	cursor: pointer;
	z-index: 100;
}
div.workplace div.showRecord div.imgWrap div#imgChange input[type="file"] {
	cursor: pointer;
	height: 30px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	z-index: 100;
}
div.workplace div.showRecord div#prflePic a#remove {
	float: left;
	margin-top: 5%;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/system/b_delete.png) left 1px no-repeat;
}
/* --- show user -- */
div.workplace div.showRecord div#rights {
	float: left;
	width: 100%;
}
div.workplace div.showRecord div#rights div.userRights {
	float: left;
	width: 24%;
	margin: 2% 0;
}
div.workplace div.showRecord div.userRights:first-child {
	margin: 2% 0 2% 2%;
}
div.workplace div.showRecord div.userRights fieldset {
	float: left;
	width: 90%;
	margin-bottom: 10px;
	padding: 3% 1%;
	border: 1px solid #ccc;
}
div.workplace div.showRecord div.userRights fieldset.second {
	margin-top: 10px;
}
div.workplace div.showRecord div.userRights fieldset legend {
	position: relative;
	margin-left: 10px;
	padding: 6px 20px;
	color: #333333;
	font-size: 0.9em;
	border: 1px solid #ccc;
}
div.workplace div.showRecord div.userRights fieldset > div {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1%;
}
div.workplace div.showRecord div.userRights fieldset > div:last-child {
	margin-bottom: 2%;
}
div.workplace div.showRecord div.userRights span {
	float: left;
	width: 16px;
	height: 16px;
	margin: 1.2% 0 1% 1%;
	color: #4bb966;
}
div.workplace div.showRecord div.userRights span.red {
	color: #db0101;
}
div.workplace div.showRecord div.userRights label {
	float: left;
	margin: 1% 0 1% 3%;
	font-size: 0.9em;
	color: #333;
}
/* --- popup form -- */
div.workplace .state {
	position: absolute;
	top: 0;
	left: -100vw;
}
div.workplace .state:checked ~ .content {
	-webkit-transform: none;
	transform: none;
}
div.workplace .state:checked ~ .backdrop {
	bottom: 0;
	opacity: 1;
	z-index: 1;
}
div.workplace .popUpForm {
	position: fixed;
	top: 30px; right: 0; left: 0;
	height: 0;
	z-index: 3000;
}
div.workplace .popUpForm.vlarge .content {
	width: 930px;
}
div.workplace .popUpForm.large .content {
	width: 830px;
}
div.workplace .popUpForm.middle .content {
	width: 600px;
}
div.workplace .popUpForm.three-height .content {
	min-height: 300px;
}
div.workplace .popUpForm.less-down {
	top: 50px;
}
div.workplace .popUpForm.vless-down {
	top: 30px;
}
div.workplace .popUpForm.top-down {
	top: 80px;
}
div.workplace .popUpForm.less-down {
	top: 50px;
}
div.workplace .popUpForm.top-down {
	top: 80px;
}
div.workplace .popUpForm .content {
	overflow: hidden;
	position: relative;
	z-index: 2000;
	width: 500px;
	max-height: 95vh;
	margin: 20px auto;
	background: #fff;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: 0.3s -webkit-transform ease-in-out;
	transition: 0.3s -webkit-transform ease-in-out;
	transition: 0.3s transform ease-in-out;
	transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
div.workplace .popUpForm.jumbo .content {
	width: 1024px;
}
div.workplace .popUpForm.large .content {
	width: 830px;
}
div.workplace .popUpForm.middle .content {
	width: 600px;
}
div.workplace .popUpForm.three-height .content {
	min-height: 300px;
}
div.workplace .popUpForm div.header {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 3%;
	height: 36px; line-height: 36px;
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}
div.workplace .popUpForm div.header h3 {
	float: left;
	width: 100%;
	font-family: raspoutine;
	font-size: 0.95em;
	font-weight: 500;
}
div.workplace .popUpForm div.header label.close {
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px; line-height: 36px;
	text-align: center;
	font-size: 1.3em; font-weight: 600;
	color: #000;
	background-color: #ccc;
	cursor: pointer;
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}
div.workplace .popUpForm div.header label.close:hover {
	background: #aaa;
}
div.workplace .popupBody {
	float: left;
	width: 100%;
	padding: 2% 3%;
	box-sizing: border-box;
}
div.workplace .popupBody .tab-panel {
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
div.workplace .popupBody .tab-panel.second {
	border-top: none;
}
div.workplace .popupBody div.section {
	float: left;
  	width: 49%;
}
div.workplace .popUpForm.jumbo div.section {
	width: 46%;
}
div.workplace .popupBody div.section.right {
	float: right;
}
div.workplace .popUpForm div.row {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}
div.workplace .popUpForm div.lftPart {
	float: left;
	width: 30%;
	height: 30px; line-height: 30px;
	font-size: 0.85em;
	color: #333;
	box-sizing: border-box;
}
div.workplace .popupBody div.lftPart.full,
div.workplace .popupBody div.rightPrt.full {
	width: 100%;
}
div.workplace .popUpForm div.lftPart.required::after {
	content: '*';
	color: #f00;
	position: relative;
	left: 3px;
}
div.workplace .popUpForm div.rightPrt {
	float: right;
	width: 70%;
	box-sizing: border-box;
}
div.workplace .popUpForm div.row.text div.lftPart,
div.workplace .popUpForm div.row.text div.rightPrt {
	height: auto; line-height: normal;
	font-size: 0.87em; color: #666;
}
div.workplace .popUpForm div.row > p {
	float: left;
	width: 100%;
	margin: 10px 0;
}
div.workplace .popUpForm a.addNew {
	float: left;
	margin-left: 10px;
	width: 28px;
	height: 29px; line-height: 29px;
	color: #fff;
	text-align: center;
	background-color: #999;
	text-decoration: none;
	cursor: pointer;
}
div.workplace .popUpForm a.addNew:before {
	position: relative;
	font-family: FontAwesome;
	content: "\f067";
}
div.workplace .popupBody span#clear {
	float: left;
	width: 100%;
	height: 10px;
	border-top: 1px dotted #999;
}
/* -- */
div.workplace .popUpForm div.idnttyWrap {
	float: left;
	width: 18%;
	height: 90px;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	border: 1px solid #666;
	cursor: pointer;
}
div.workplace .popUpForm div.idnttyWrap div.icon {
	float: left;
	width: 100%;
	height: 65px; line-height: 65px;
	border-bottom: 1px solid #666;
}
div.workplace .popUpForm div.idnttyWrap div.name {
	float: left;
	width: 100%;
	height: 25px; line-height: 25px;
	font-size: 0.8em;
}
div.workplace .popUpForm h4 {
	text-align: center;
	margin: 10px 0;
}
div.workplace .popUpForm div.tempWrap {
	float: left;
	width: 99.5%;
	margin-bottom: 2%;
}
.tempWrap input[type="checkbox"] {
  	display: none;
}
.tempWrap input[type="checkbox"]:checked + .box {
  	outline: 1px solid #007e90;
  	background-color: rgba(24, 157, 209, 0.1);
}
.tempWrap input[type="checkbox"]:checked + .box span {
	transform: translateY(70px);
}
div.workplace .popUpForm div.tempWrap .box {
	float: left;
	width: 100%;
	margin-bottom: 1%;
	outline: 1px solid #ccc;
  	cursor: pointer;
  	box-sizing: border-box;
}
div.workplace .popUpForm div.tempWrap .column {
	float: left;
	height: 36px; line-height: 36px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
div.workplace .popUpForm div.tempWrap .column.tick::after {
	content: '\f00d';
	font-family: FontAwesome;
	color: #ddd;
}
.tempWrap input[type="checkbox"]:checked + .box .column.tick::after {
	content: '\f00c';
	color: #0ed60e;
}
div.workplace .popUpForm div.tempWrap .column.tick {
	width: 8.5%;
}
div.workplace .popUpForm div.tempWrap .column.label {
	width: 70%;
}
div.workplace .popUpForm div.tempWrap .column.num {
	width: 20%;
	border-right: none;
}
div.workplace .popupBody input.inputText,
div.workplace .popupBody select,
div.workplace .popupBody textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.workplace .popupBody input[type='checkbox'] {
	float: left;
	margin: 9px 8px 0 2px;
	transform: scale(1.3,1.3);
}
div.workplace .popupBody input[type='checkbox'].second {
	margin-left: 10px;
}
div.workplace .popupBody input[type='checkbox'] + span {
	float: left;
	line-height: 29px;
	font-size: 0.85em;
	cursor: pointer;
}
div.workplace .popupBody button.btnAdd {
	float: left;
	margin-left: 30%;
	padding: 8px 24px;
}
div.workplace .popupBody button.btnAdd.no-left {
	margin-left: 0;
	padding: 7px 25px;
}
div.workplace .popupBody button.btnAdd.right {
	float: right;
	padding: 1.7% 6.7%;
}
div.workplace .popupBody textarea {
	padding: 8px;
	height: auto; line-height: 18px;
	font-family: leelawadee;
	font-size: 0.85em;
}
div.workplace .popUpForm .backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
}
div.workplace .popUpForm .tab-buttons {
	float: left;
	width: 100%;
  	padding: 10px 0 0;
}
div.workplace .popUpForm .tab-buttons button.btnAdd {
	float: right;
	margin-left: 0;
	padding: 7px 23px;
}
/* ----------------------------------------------------------- */
/* ----------------------- show Record ----------------------- */
/* ----------------------------------------------------------- */
/*.workplace div.showRecord {
	float:left;
	width:92%;
	margin:1.5% 2%;
	padding:1% 2%;
	font-size:0.95em;
	min-height:300px;
	background:#ffffff;
}
.workplace div.showRecord #leftSide {
	float:left;
	width:64%;
}
.workplace div.showRecord #rightSide {
	float:right;
	width:32%;
}
.workplace div.showRecord #leftSide header {
	float:left;
	width:95.7%;
	padding:1.1% 2%;
	font:600 0.95em raspoutine;
	letter-spacing:0.8px;
	background:#e6e6e6;
	border:1px dotted #999999;
}
.workplace div.showRecord div.details {
	float:left;
	width:99.7%;
	border:1px dotted #999999;
	border-top:none;
}
.workplace div.showRecord #leftSide div#separate,
.workplace div.showRecord #leftSide div#separate.responsive {
	float:left;
	width:100%;
	height:12px;
	border-bottom:1px dotted #bbbbbb;
}
.workplace div.showRecord div.details.responsive,
.workplace div.showRecord #leftSide div#separate.responsive {
	display:none;
}
.workplace div.showRecord #leftSide #record {
	float:left;
	width:96%;
	padding:0 2%;
	font-size:0.9em;
	border-bottom:1px dotted #999999;
}
.workplace div.showRecord #leftSide #record:last-child {
	border-bottom:none;
}
.workplace div.showRecord #leftSide #colLeft {
	float:left;
	width:28%;
	padding:1% 0;
}
.workplace div.showRecord #leftSide #colRight {
	position:relative;
	float:right;
	width:64%;
	padding:1% 4% 1% 2%;
	min-height:16px;
	color:#666666;
	border-left:1px dotted #999999;
}
.workplace div.showRecord #leftSide #colRight p {
	float:left;
	width:100%;
	margin:0 0 1.5%;
	position:relative;
}
.workplace div.showRecord #leftSide #colRight p.half {
	width:49%;
}
.workplace div.showRecord #leftSide #colRight p.quarter {
	width:20%;
}
.workplace div.showRecord #leftSide #colRight div.clear {
	float:left;
	width:100%;
	height:2px;
}
.workplace div.showRecord #leftSide #colRight p#details {
	line-height:19px;
}
.workplace div.showRecord #leftSide span.status {
	padding:0.2% 4% 0.4% 2%;
	font-size:0.95em;
	color:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.workplace div.showRecord #leftSide span.status.learning,
.workplace div.showRecord #leftSide span.status.active {
	background-color:#75ed93;
}
.workplace div.showRecord #leftSide span.status.Graduated {
	background-color:#F06;
}
.workplace div.showRecord #leftSide span.status.suspended,
.workplace div.showRecord #leftSide span.status.returned,
.workplace div.showRecord #leftSide span.status.unpaid,
.workplace div.showRecord #leftSide span.status.Closed{
	background-color:#ff8000;
	color:#ffffff;
}
.workplace div.showRecord #leftSide span.status.cancelled {
	background-color:#db0101;
	color:#ffffff;
}
.workplace div.showRecord #rightSide div.imgHolder {
	float:left;
	width:35%;
	margin:0 0 2%;
	border:1px solid #999;
}
.workplace div.showRecord #rightSide div.imgHolder img {
	float:left;
	width:100%;
	height:105px;
	border:none;
}
.workplace div.showRecord #rightSide a#back {
	width:auto;
	margin:0 0 3%;
	padding:0 8%;
}
.workplace div.showRecord #rightSide a#print,
.workplace #loadPage #dynamicQnd a#print.report {
	float:left;
	margin:0 2%;
	padding-left:1%;
	height:32px; line-height:32px;
	color:#388d2d;
	cursor:pointer;
	text-decoration:none;
}
.workplace div.showRecord #rightSide a#print::before,
.workplace #loadPage #dynamicQnd a#print.report::before {
	position:relative;
	left:-5px;
	font-family:FontAwesome;
	content:"\f02f";
	font-size:1.1em;
}
.workplace div.showRecord #rightSide h3#title {
	float:left;
	width:88.9%;
	padding:2% 5%;
	color:#ffffff;
	font:0.95em raspoutine;
	text-transform:uppercase;
	letter-spacing:0.5px;
	background:#2c921f;
	border:1px dotted #000000;
}
.workplace div.showRecord #rightSide div.details {
	float:left;
	width:98.9%;
	background:#f4f0f5;
	border:1px dotted #bbbbbb;
	border-top:none;
	border-bottom:none;
}
.workplace div.showRecord #rightSide #record {
	float:left;
	width:90%;
	padding:3% 5%;
	font-size:0.9em;
	border-bottom:1px dotted #bbb;
}
.workplace div.showRecord #rightSide p,
.workplace div.showRecord #rightSide label {
	float:left;
	width:90%;
	margin:0 0 1%;
}
.workplace div.showRecord #rightSide p {
	font-weight:600;
}
/* -- profile -- */
/*.workplace div.showRecord #rightSide div#prflePic {
	position:relative;
	float:left;
	width:51%;
	margin:0 0 2%;
}
.workplace div.showRecord #rightSide div.imgWrap {
	float:left;
	width:100%;
	border:1px solid #999;
}
.workplace div.showRecord #rightSide div.imgWrap img {
	float:left;
	width:100%;
	border:none;
}
.workplace div.showRecord div.imgWrap .progressBar {
	background:none repeat scroll 0 0 #e0e0e0;
	padding:3px 0;
	top:45%;
	position:absolute;
	width:100%;
	display:none;
}
.workplace div.showRecord div.imgWrap .progressBar .bar {
	width:0%;
	height:14px;
	background-color:#b86a16;
}
.workplace div.showRecord div.imgWrap .progressBar .percent {
	display:inline-block;
	left:0;
	position:absolute;
	text-align:center;
	top:2px;
	width:100%;
}
.workplace div.showRecord div.imgWrap div#imgChange {
	float:left;
	background:#f19bee  ;
	color:#333;
	font-size:0.8em;
	height:26px;
	line-height:26px;
	text-align:center;
	width:100%;
	border-top:1px solid #999;
	cursor:pointer;
	z-index:100;
}
.workplace div.showRecord div.imgWrap div#imgChange input[type="file"] {
	cursor:pointer;
	height:26px;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	width:100%;
	z-index:100;
}
.workplace div.showRecord div#prflePic a#remove {
	float:left;
	margin-top:5%;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/system/b_delete.png) left 1px no-repeat;
}*/
/* -- show list items -- */
/*.workplace div.showRecord div.details.long {
	margin-top:2%;
	border:none;
}
.workplace div.showRecord div#header {
	float:left;
	width:96%;
	padding:1% 1.5%;
	font-family:raspoutine;
	color:#333333;
	font-size:0.95em;
	font-weight:bold;
	letter-spacing:0.3px;
}
.workplace div.showRecord div.details.long div.listItems {
	float:left;
	width:100%;
	font-size:0.9em;
	border:1px dotted #999999;
}
.workplace div.showRecord div.details.long header,
.workplace div.showRecord div.details.long div.listItems #record {
	float:left;
	width:100%;
}
.workplace div.showRecord div.details.long div.listItems header {
	font-weight:600;
}
.workplace div.showRecord div.details.long div.listItems #record {
	color:#666666;
	border-top:1px dotted #bbbbbb;
}
.workplace div.showRecord div.details.long div.listItems div.box {
	float:left;
	width:11%;
	padding-left:1%;
	height:28px; line-height:28px;
	border-left:1px dotted #bbbbbb;
}
.workplace div.showRecord div.details.long div.listItems div.box.first {
	width:4.5%;
	border-left:none;
}
.workplace div.showRecord div.details.long div.listItems div.box.vshort {
	width:8%;
}
.workplace div.showRecord div.details.long div.listItems div.box.xxshort {
	width:5%;
}

.workplace div.showRecord div.details.long div.listItems div.box.vmiddle {
	width:15%;
}
.workplace div.showRecord div.details.long div.listItems div.box.middle {
	width:18%;
}
.workplace div.showRecord div.details.long div.listItems div.box.xmiddle {
	width:28%;
}
.workplace div.showRecord div.details.long div.listItems div.box.xxmiddle {
	width:35%;
}
.workplace div.showRecord div.details.long div.listItems div.box.xxxmiddle {
	width:55%;
}*/
/**/
/* .workplace div.showRecord div.details.long div.listItems div.box.xxshort  a#update {
	background:url(../images/system/b_edit.png) no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
} */
/**/
/*.workplace div.showRecord div.listItems span.result{
	padding:0.2% 4% 0.4% 2%;
	font-size:1.05em;
	color:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.workplace div.showRecord div.listItems span.result.unpaid {
	background-color:#F06;
}
.workplace div.showRecord div.listItems span.result.paid {
	background-color:#75ed93;
}
.workplace div.showRecord div.listItems span.result.checked {
	background-color:#FF0;
}

.workplace div.showRecord div.listItems a#return,
.workplace div.showRecord div.listItems a#approve,
.workplace div.showRecord div.listItems a#update,
.workplace div.showRecord div.listItems a#cancel {
	float:left;
	padding-left:20px;
	color:#2c921f;
	text-decoration:none;
	cursor:pointer;
}
.workplace div.showRecord div.listItems a.second {
	margin-left:10px;
}
.workplace div.showRecord div.listItems a#return {
	background:url(../images/system/b_undo.png) left center no-repeat;
}
.workplace div.showRecord div.listItems a#approve {
	background:url(../images/system/b_approve.png) left center no-repeat;
}
.workplace div.showRecord div.listItems a#update {
	background:url(../images/system/b_edit.png) left center no-repeat;
}
.workplace div.showRecord div.listItems a#cancel {
	background:url(../images/system/b_cancel.png) left center no-repeat;
}
.workplace div.showRecord div#totals {
	float:right;
	width:32%;
	margin:2% 0;
}
.workplace div.showRecord div#totals div {
	float:left;
	width:100%;
	border:1px dotted #999;
	border-bottom:none;
	background:#FAF2E2;
}
.workplace div.showRecord div#totals div.colorise {
	background:#d4c5a8;
}
.workplace div.showRecord div#totals div:last-child {
	border-bottom:1px dotted #bbbbbb;
}
.workplace div.showRecord div#totals label,
.workplace div.showRecord div#totals span {
	float:left;
	width:50%;
	padding:2% 5%;
	font-size:0.9em;
	box-sizing:border-box;
}
.workplace div.showRecord div#totals label {
	border-right:1px dotted #999;
}*/



/* --- show user -- */
/*.workplace div.showRecord div#rights {
	float:left;
	width:100%;
}
.workplace div.showRecord div#rights div.userRights {
	float:left;
	width:24%;
	margin:2% 0 2% 1%;
}
.workplace div.showRecord div.userRights:first-child {
	margin:2% 0 2% 2%;
}
.workplace div.showRecord div.userRights fieldset {
	float:left;
	width:90%;
	margin-bottom:10px;
	padding:3% 1%;
	border:1px solid #cccccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.workplace div.showRecord div.userRights fieldset legend {
	position:relative;
	margin-left:10px;
	padding:5px 18px;
	color:#333333;
	font-size:0.9em;
	border:1px solid #cccccc;
}
.workplace div.showRecord div.userRights fieldset > div {
	float:left;
	width:90%;
	margin-left:5%;
	margin-bottom:1%;
}
.workplace div.showRecord div.userRights fieldset > div:last-child {
	margin-bottom:2%;
}
.workplace div.showRecord div.userRights span {
	float:left;
	width:16px;
	height:16px;
	margin:1.2% 0 1% 1%;
	color:#4bb966;
}
.workplace div.showRecord div.userRights span.red {
	color:#db0101;
}
.workplace div.showRecord div.userRights label {
	float:left;
	margin:1% 0 1% 3%;
	font-size:0.9em;
	color:#333333;
}*/
/* -- settings -- */
.workplace div.showRecord label.button,
.workplace div.showRecord a.edit {
	position:absolute;
	right:1%;
	min-width:16px !important; height:16px !important;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/system/b_edit.png) no-repeat;
}
.workplace div.showRecord a.edit.close {
	background:url(../images/system/b_lock.png) no-repeat;
}
.workplace div.showRecord a.update-version {
	position:absolute;
	right:1%;
	min-width:16px !important; height:16px !important;
	text-decoration:none;
	cursor:pointer;
}
.workplace div.showRecord a.update-version:before {
	left:-5px;
	padding-left:5px;
	font-family:FontAwesome;
	font-size:1.3em;
	content:"\f0e2";
}
.workplace div.showRecord a.download-pdf {
	position:absolute;
	right:1%;
	min-width:16px !important; height:16px !important;
	text-decoration:none;
	cursor:pointer;
	font-weight: bold;
}
.workplace div.showRecord a.download-pdf:before {
	left:-5px;
	padding-left:5px;
	padding-right: 5%;
	font-family:FontAwesome;
	font-size:1.3em;
	content:"\f1c1";
}
.workplace div.showRecord div#header a {
	position:relative;
	left:20px;
	text-decoration:none;
	cursor:pointer;
}
.workplace div.showRecord div#header a#addnew:before {
	position:relative;
	left:-5px;
	padding-left:5px;
	font-family:FontAwesome;
	font-size:1em;
	content:"\f067";
}
/* -- notary photos -- */
div.workplace div.showRecord div.details.long div.photosWrap,
.register-wrap div.showRecord div.details.long div.photosWrap {
	float: left;
	width: 100%;
	border-left: 1px dotted #999;
}
div.workplace div.showRecord div.details.long div.photosWrap div.photo,
.register-wrap div.showRecord div.details.long div.photosWrap div.photo {
	float: left;
	width: 25%;
	padding: 15px 0;
	text-align: center;
	border: 1px dotted #999;
	border-left: none;
	box-sizing: border-box;
}
div.workplace div.showRecord div.details.long div.photosWrap div.photo:nth-child(n+5),
.register-wrap div.showRecord div.details.long div.photosWrap div.photo:nth-child(n+5){
	border-top: none;
}
div.workplace div.showRecord div.details.long div.photosWrap div.photo h4,
.register-wrap div.showRecord div.details.long div.photosWrap div.photo h4{
	float: left;
	width: 100%;
	font-size: 0.95em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.workplace div.showRecord div.details.long div.photosWrap div.photo img,
.register-wrap div.showRecord div.details.long div.photosWrap div.photo img{
	float: left;
	width: 60%;
	margin: 3% 20% 0;
	border: 1px dotted #999;
	border-bottom: none;
}
div.workplace div.showRecord div.details.long div.photosWrap div.photo .remove,
.register-wrap div.showRecord div.details.long div.photosWrap div.photo .remove{
	float: left;
	width: 60%;
	margin: 0 20%;
	height: 26px; line-height: 26px;
	color: #fff;
	background-color: #CD3B11;
	border: 1px solid #B33916;
	cursor: pointer;
}
div.workplace div.showRecord div.details.long div.photosWrap p#notFound,
.register-wrap div.showRecord div.details.long div.photosWrap p#notFound {
	float: left;
	width: 100%;
	height: 38px; line-height: 38px;
	padding-left: 15px;
	font-size: 0.9em;
	color: #555;
	font-style: italic;
	border: 1px dotted #999;
	border-left: none;
	box-sizing: border-box;
}
/* -- totals -- */
/* --- reports --- */
div.workplace div.reportArea {
	float: left;
	width: 92%;
	margin: 1.5% 2% 0;
	padding: 1% 2%;
	font-size: 0.95em;
	background: #fff;
}
div.workplace div.reportArea div.rprtType {
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
}
div.workplace div.reportArea div#clear {
	float: left;
	width: 90%;
	border-bottom: 1px dotted #ccc;
	margin: 0 10% 1% 0;
}
div.workplace div.reportArea div.rprtType input[type="radio"] {
	float: left;
	margin-top: 4px;
	height: auto;
	line-height: normal;
	transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}
div.workplace div.reportArea div.rprtType input[type="radio"] ~ span {
	float: left;
	margin-left: 8px;
	height: 20px; line-height: 20px;
	font-family: raspoutine;
	font-size: 0.95em;
	cursor: pointer;
}
/* -- */
div.workplace div.reportArea div#filterCmdPrcess {
	float: left;
	width: 100%;
}
div.workplace div.reportArea div#filterCmdPrcess #filterWrap {
	float: left;
	width: 74%;
	margin-right: 25%;
}
div.workplace div.reportArea button {
	float: left;
	width: 10%;
	margin-left: 11.2%;
	height: 32px;
}
div.workplace div.reportArea label#process {
	float: left;
	width: 20px;
	height: 32px; line-height: 32px;
	margin-left: 14px;
	background: url(../images/system/loading.gif) left center no-repeat;
	display: none;
}
div.workplace div.reportArea label.error {
	float: left;
	width: auto; margin: 0;
	margin-left: 14px;
	height: 32px; line-height: 32px;
	background: url(../images/system/error_s.png) left center no-repeat;
}
div.workplace div.reportArea div#filterWrap div.filter {
	position: relative;
	float: left;
	margin-bottom: 0.8%;
	display: none;
}
div.workplace div.reportArea div#filterCmdPrcess div.filter.byOffice,
div.workplace div.reportArea div#filterCmdPrcess div.filter.byDate {
	display: inline;
}
div.workplace div.reportArea div#filterCmdPrcess #filterWrap div {
	float: left;
	width: 100%;
}
div.workplace div.reportArea div#filterWrap div.filter label {
	float: left;
	width: 15%;
	margin-top: 0.7%;
	font-size: 0.95em;
	color: #555;
}
div.workplace div.reportArea div#filterWrap div.filter input[type="text"],
div.workplace div.reportArea div#filterWrap div.filter input[type="month"],
div.workplace div.reportArea div#filterWrap div.filter select {
	float: left;
	width: 32%;
	height: 30px;
	margin-right: 1.5%;
	padding: 0 0 0 1%;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.workplace div.reportArea div#filterWrap div.filter select {
	width: 33.2%;
	margin-right: 1.6%;
	height: 32px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=') 96% center no-repeat;
}
div.workplace div.reportArea div#filterWrap div.filter input.short,
div.workplace div.reportArea div#filterWrap div.filter select.short {
	width: 20%;
}
div.workplace div.reportArea div#filterWrap div.filter input[type="text"].long {
	width: 66.8%;
}
div.workplace div.reportArea div#filterWrap div.filter input.highlight,
div.workplace div.reportArea div#filterWrap div.filter select.highlight {
	border: 1px solid #f00;
}
div.workplace div.reportArea div#filterWrap div.filter input[type="text"]:focus,
div.workplace div.reportArea div#filterWrap div.filter input[type="month"]:focus,
div.workplace div.reportArea div#filterWrap div.filter select:focus {
	outline: none;
	background-color: #eefaeb;
	border: 1px solid #aaa;
}
div.workplace div.reportArea div.suggest {
	position: absolute;
	width: 68% !important; left: 15%;
	margin-top: 32px;
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: none;
	box-sizing: border-box;
	display: none;
	z-index: 100;
}
/* -- report show */
/* -- report show -- */
div.workplace div#loadPage.report #dynamicQnd {
	width: 95%;
	margin: 0.5% 0;
	padding: 2% 2.5%;
}
div.workplace div#loadPage.report div#dynamicQnd h3.title,
div.workplace div#loadPage.report div#dynamicQnd h5.dates {
	float: left;
	width: 100%;
	font-family: raspoutine;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	text-align: center;
}
div.workplace div#loadPage.report div#dynamicQnd h5.dates {
	margin-top: 7px;
	font-size: 0.95em;
	font-weight: normal;
}
div.workplace div#loadPage.report div#dynamicQnd h5.dates.second {
	margin-bottom: 7px;
}
div.workplace div#loadPage.report #dynamicQnd #foundNum {
	width: 74%;
	margin: 0;
	margin-top: 15px;
	padding: 0 1%;
	height: 30px; line-height: 30px;
	font-size: 0.9em;
	box-sizing: border-box;
}
div.workplace div#loadPage.report #buttons {
	float: left;
	width: 36%;
	margin-top: 15px;
	height: 30px;
}
div.workplace div#loadPage.report a#back {
	float: right;
	padding: 0 30px;
	font-size: 0.85em;
	height: 29px; line-height: 29px;
	font-family: raspoutine;
	color: #666;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #dcdcdc;
}
div.workplace div#loadPage.report a#print {
	float: left;
	margin-left: 10%;
	padding-left: 5%;
	height: 29px; line-height: 29px;
	font-size: 0.9em;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace div#loadPage.report a#print::before {
	position: relative;
	left: -15%;
	font-family: FontAwesome;
	content: "\f02f";
	font-size: 1.1em;
}
div.workplace div#loadPage.report a#excel {
	float: left;
	margin-left: 3%;
	padding-left: 5%;
	height: 29px; line-height: 29px;
	font-size: 0.9em;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace div#loadPage.report a#excel::before {
	position: relative;
	left: -15%;
	font-family: FontAwesome;
	content: "\f1c3";
	font-size: 1.1em;
}
div.workplace div.reportArea button a#excel {
	/*float: left;
	margin-left: 3%;
	padding-left: 5%;*/
	height: 29px;
	line-height: 29px;
	font-size: 0.9em;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
div.workplace div.reportArea button a#excel::before {
	float: left;
	margin-left: 5px;
	position: relative;
	/*left: -15%;*/
	font-family: FontAwesome;
	content: "\f1c3";
	font-size: 1.85em;
}
div.workplace div#loadPage.report #dynamicQnd #dataTable {
	margin: 1% 0;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan {
	float: right;
	width: 42.9%;
	margin-top: 1.5%; margin-right: -0.2%;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan.middle {
	width: 31.8%;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan #header,
div.workplace div#loadPage.report #dynamicQnd .lastDiwan #record {
	float: left;
	width: 100%;
	border: 1px dotted #999;
	box-sizing: border-box;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan #header {
	color: #333;
	background: #d8d8d8;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan #record {
	border-top: none;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan div.total {
	float: left;
	margin: 0 0 0 2%;
	width: auto;
	padding-left: 10px;
	height: 30px; line-height: 30px;
	font-size: 0.85em;
	overflow: hidden;
	border-left: 1px dotted #999;
	box-sizing: border-box;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan div.total:first-child {
	margin: 0;
	border-left: none;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan div.total.middle {
	width: 45%;
}
div.workplace div#loadPage.report #dynamicQnd .lastDiwan div.total.small {
	width: 32%;
}
/* -- income statement -- */
div.workplace div#loadPage.report div#incomeDsgn {
	position: relative;
	float: left;
	width: 90%; min-height: 400px;
	margin: 1% 3%;
	font-size: 0.95em;
}
div.workplace div#loadPage.report div#incomeDsgn div#header {
	float: left;
	width: 100%;
}
div.workplace div#loadPage.report div#incomeDsgn div#header h3,
div.workplace div#loadPage.report div#incomeDsgn div#header h4,
div.workplace div#loadPage.report div#incomeDsgn div#header h5 {
	float: left;
	width: 90%;
	margin: 0 5% 1%;
	text-align: center;
}
div.workplace div#loadPage.report div#incomeDsgn div#buttons {
	position: absolute;
	right: 45px; top: 30px;
	width: 25%;
}
div.workplace div#loadPage.report div#incomeDsgn div#header h3 {
	font-size: 1.2em;
}
div.workplace div#loadPage.report div#incomeDsgn div#header h4 {
	font-size: 1.1em;
}
div.workplace div#loadPage.report div#incomeDsgn div#header h5 {
	font-size: 1em;
	font-weight: normal;
}
div.workplace div#loadPage.report div#incomeDsgn div#header h5.last {
	padding: 0 0 2.5%;
	border-bottom: 1px dotted #999;
}
/* --- */
div.workplace div#loadPage.report div#incomeDsgn div#details {
	float: left;
	width: 86%;
	margin: 0 5%;
	padding: 1% 2% 2%;
	background: #f6f6f6;
}
div.workplace div#loadPage.report div#incomeDsgn div#details label.income {
	float: left;
	width: 100%;
	margin: 2% 0 1%;
	font-size: 0.95em;
	text-trans : uppercase;
	font-weight: bold;
}
div.workplace div#loadPage.report div#incomeDsgn div#details label.second {
	margin: 4% 0 1%;
}
div.workplace div#loadPage.report div#incomeDsgn div#oneRec {
	float: left;
	width: 100%;
	padding: 0.4% 0;
	font-size: 0.95em;
}
div.workplace div#loadPage.report div#incomeDsgn div#oneRec span.left {
	float: left;
	width: 55%;
	margin-left: 2%;
}
div.workplace div#loadPage.report div#incomeDsgn div#oneRec span.right {
	float: right;
	width: 40%;
	text-align: right;
}
div.workplace div#loadPage.report div#incomeDsgn div#oneRec span.total {
	float: left;
	width: 55%;
	margin-left: 4%;
	padding: 0.5% 0;
}
div.workplace div#loadPage.report div#incomeDsgn div#oneRec span.right.totals {
	width: auto;
	min-width: 7%;
	padding: 0.5% 0;
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;
}
div.workplace div#loadPage.report div#incomeDsgn div#details label.netIncome {
	float: left;
	width: 49%;
	margin: 5% 0 0;
}
div.workplace div#loadPage.report div#incomeDsgn div#details label.netIncome.bdx {
	float: right;
	width: 10%;
	margin: 5% 0 0;
	padding: 0 0 0.4%;
	text-align: right;
	border-bottom: 1px solid #666;
}
div.workplace div#loadPage.report div#incomeDsgn div#details label.netIncome.border {
	float: left;
	width: 10%;
	margin: 0.2% 0 0 90%;
	border-top: 2px solid #666;
}
/* -- balance sheet -- */
div.workplace div#loadPage.report div#incomeDsgn div#details {
	float: left;
	width: 86%;
	margin: 0 5%;
	padding: 1% 2% 2%;
	background: #f6f6f6;
}
div.workplace div#loadPage.report div.part {
	float: left;
	width: 50%;
	padding-bottom: 2%;
	min-height: 280px;
	border-top: 1px dotted #999;
	border-right: 1px dotted #999;
	box-sizing: border-box;
}
div.workplace div#loadPage.report div.part.liability {
	border-right: none;
}
div.workplace div#loadPage.report div#incomeDsgn div#details div#clear {
	float: left;
	width: 100%;
}
div.workplace div#loadPage.report div.part.total {
	height: 40px; line-height: 40px;
	min-height: 1px;
	padding-left: 3%;
	padding-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
div.workplace div#loadPage.report div.part header {
	float: left;
	width: 100%;
	height: 32px; line-height: 32px;
	color: #fff;
	font-size: 1.05em;
	text-align: center;
	background: #666;
}
div.workplace div#loadPage.report div.part div.title {
	float: left;
	width: 97%;
	margin: 2% 0 1.5%;
	padding-left: 3%;
}
div.workplace div#loadPage.report div.part div.sheet {
	float: left;
	width: 94%;
	margin: 0 0 1% 6%;
	font-size: 0.9em;
	line-height: 19px;
}
div.workplace div#loadPage.report div.part div.sheet.second {
	margin: 1% 0 1% 6%;
}
div.workplace div#loadPage.report div.part div#innerSheet {
	float: left;
	width: 96%;
	padding-left: 4%;
}
div.workplace div#loadPage.report div.part div.sheet label {
	float: left;
	width: 97%;
}
div.workplace div#loadPage.report div.part div.sheet span {
	float: right;
}
div.workplace div#loadPage.report div.part div.sheet span.total {
	min-width: 50px;
	font-weight: 600;
	text-align: right;
	border-top: 1px solid #999;
}

/*.workplace div#loadPage div#dynamicQnd h3#title {
	float:left;
	width:80%;
	margin:1.5% 0 0.7% 5%;
	font-family:raspoutine;
	font-size:1.15em;
	letter-spacing:0.5px;
	text-align:center;
}
.workplace div#loadPage div#dynamicQnd h5#dates {
	float:left;
	width:80%;
	margin:0 0 0.5% 5%;
	font-size:0.95em;
	letter-spacing:0.5px;
	text-align:center;
	font-weight:normal;
}
.workplace div#loadPage div#dynamicQnd h5#dates.second {
	margin:0 0 2% 5%;
}
.workplace #loadPage #dynamicQnd.report #foundNum {
	width:76%;
}
.workplace #loadPage #dynamicQnd.report #filters {
	width:18%;
	margin:0 0 1%;
	line-height:25px;
}
.workplace #loadPage #dynamicQnd #filters a#back {
	width:40%;
	margin:1% 0 0;
	height:28px; line-height:28px;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn a#back {
	width:40%;
	margin:7% 25% 0 0;
}
.workplace #loadPage #dynamicQnd a#print.report {
	margin:1% 0 0 25%;
	height:30px; line-height:30px;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn a#print.report {
	margin:7% 0 0;
	padding-left:1%;
	height:32px; line-height:32px;
}*/
/* -- */
/*.workplace #loadPage #dynamicQnd #lastDiwan {
	float:right;
	width:35.5%;
	margin:1.5% 0 0;
	font-size:0.95em;
}
.workplace #loadPage #dynamicQnd #lastDiwan #header {
	float:left;
	width:100%;
	background:#4f322a;
	color:#ffffff;
	border:1px dotted #999999;
	box-sizing:border-box;
}
.workplace #loadPage #dynamicQnd #lastDiwan #record {
	float:left;
	width:100%;
	border:1px dotted #999999;
	border-top:none;
	box-sizing:border-box;
}
.workplace #loadPage #dynamicQnd #lastDiwan div.total {
	float:left;
	margin:0 0 0 2%;
	padding:0 0 0 1%;
	height:28px;
	line-height:28px;
	overflow:hidden;
	border-left:1px dotted #999999;
}
.workplace #loadPage #dynamicQnd #lastDiwan div.total.in {
	width:22.5%;
	border:none;
}
.workplace #loadPage #dynamicQnd #lastDiwan div.total.out {
	width:24.4%;
	padding:0 0 0 2%;
}
.workplace #loadPage #dynamicQnd #lastDiwan div.total.all {
	width:40%;
	padding:0 0 0 2%;
}
.workplace #loadPage #dynamicQnd #blanceDiv {
	float:left;
	width:61.8%;
	margin-top:0.1%;
	margin-left:38.2%;
	font-size:0.95em;
	border:1px dotted #999999;
	border-top:none;
	border-bottom:none;
	background:#eceef5;
}
.workplace #loadPage #dynamicQnd #blanceDiv #record2 {
	float:left;
	width:100%;
}
.workplace #loadPage #dynamicQnd div#clears {
	float:left;
	width:100%;
	height:10px;
	border:1px dotted #999999;
}
.workplace #loadPage #dynamicQnd #blanceDiv span.total {
	float:left;
	margin:0 0 0 1%;
	padding-left:1%;
	height:24px;
	line-height:24px;
	overflow:hidden;
	border-left:1px dotted #999999;
}
.workplace #loadPage #dynamicQnd #blanceDiv span.total.in {
	width:24%;
	border:none;
}
.workplace #loadPage #dynamicQnd #blanceDiv span.total.out {
	width:24.4%;
}
.workplace #loadPage #dynamicQnd #blanceDiv span.total.all {
	width:38%;
}
.workplace #loadPage #dynamicQnd #blanceDiv span.total.one,
.workplace #loadPage #dynamicQnd #lastDiwan div.total {
	width:90%;
	border:none;
}*/
/* -- income statement -- */
/*.workplace #loadPage #dynamicQnd div#incomeDsgn {
	position:relative;
	float:left;
	width:90%;
	margin:1% 3%;
	font-size:0.95em;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header {
	float:left;
	width:100%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h3,
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h4,
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h5 {
	float:left;
	width:90%;
	margin:0 5%;
	text-align:center;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#buttons {
	position:absolute;
	right:0; top:50px;
	width:20%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h3 {
	font-size:1.2em;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h4 {
	margin:0.7% 5%;
	font-size:1.1em;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h5 {
	margin-bottom:0.7%;
	font-size:1em;
	font-weight:normal;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#header h5.last {
	padding:0 0 2%;
	border-bottom:1px dotted #999999;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#details {
	float:left;
	width:86%;
	margin:0 5%;
	padding:1% 2% 2%; background:#f6f6f6;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#details label {
	float:left;
	width:100%;
	margin:2% 0 1%;
	font-size:0.95em;
	text-transform:uppercase;
	font-weight:bold;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#details label.second {
	margin:4% 0 1%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#oneRec {
	float:left;
	width:100%;
	padding:0.4% 0;
	font-size:0.95em;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#oneRec span.left {
	float:left;
	width:55%;
	margin-left:2%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#oneRec span.right {
	float:right;
	width:40%;
	text-align:right;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#oneRec span.total {
	float:left;
	width:55%;
	margin-left:4%;
	padding:0.5% 0;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#oneRec span.right.totals {
	width:auto;
	min-width:7%;
	padding:0.5% 0;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:2px solid #666666;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#details label.netIncome {
	float:left;
	width:49%;
	margin:5% 0 0;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#details label.netIncome.bdx {
	float:right;
	width:10%;
	margin:5% 0 0;
	padding:0 0 0.4%;
	text-align:right;
	border-bottom:1px solid #666666;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div#details label.netIncome.border {
	float:left;
	width:10%;
	margin:0.2% 0 0 90%;
	border-top:2px solid #666666;
}*/


/* ----------------------------------------------------------- */
/* ---------------------- Balance Sheet ---------------------- */
/* ----------------------------------------------------------- */
/*.workplace #loadPage #dynamicQnd div#incomeDsgn div.center {
	float:left;
	width:90%;
	margin:0 5% 1%;
	border-bottom:1px dotted #999999;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center.cashflow {
	width:70%;
	margin:0 15% 1%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part {
	float:left;
	width:50%;
	padding-bottom:2%;
	border-top:1px dotted #999999;
	border-right:1px dotted #999999;
	box-sizing:border-box;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center.cashflow div.part {
	float:left;
	width:99.9%;
	padding-bottom:0;
	margin-bottom:2%;
	border-right:none;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part.asset {
	min-height:250px;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part.liability {
	border-right:none;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div#clear {
	float:left;
	width:100%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part.total {
	height:32px; line-height:32px;
	min-height:1px;
	padding-bottom:0;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part header {
	float:left;
	width:100%;
	height:32px; line-height:32px;
	color:#fff;
	font-size:1.05em;
	text-align:center;
	background:#666666;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part div.cinwan {
	float:left;
	width:97%;
	margin:2% 0 1.5%;
	padding-left:3%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center.cashflow div.part div.cinwan {
	margin:1.5% 0 1%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part div.sheet {
	float:left;
	width:94%;
	margin:0 0 1% 6%;
	font-size:0.9em;
	line-height:19px;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part div#innerSheet {
	float:left;
	width:96%;
	padding-left:4%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center.cashflow div.part div#innerSheet {
	width:97.5%;
	padding-left:2.5%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part div.sheet label {
	float:left;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part div.sheet span {
	float:right;
	margin-right:4%;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center span.total {
	font-weight:600;
	border-top:1px solid #999999;
}
.workplace #loadPage #dynamicQnd div#incomeDsgn div.center div.part div.sheet.total {
	width:98%;
	margin:1.5% 0 0;
	padding-left:2%;
	font-size:1em;
	font-weight:bold;
	line-height:normal;
}*/


/*Sumo select */
/* ---- */
.SumoSelect{ width:78%; }
.SelectBox { padding: 5.5px 8px; }
.sumoStopScroll{ overflow:hidden; }

/* this is applied on that hidden select.
DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.SelectClass{ z-index: 1; }
.SumoSelect > .optWrapper > .options  li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.SumoSelect {
	display: inline-block;
	position: relative;
	outline:none;
}
.SumoSelect > .CaptionCont {
	position: relative;
	border: 1px solid #ccc;
	border-radius:2px;
	margin:0;
	background:#fff;
	font-size:0.9em;
}
.SumoSelect > .CaptionCont > span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor:default;
}
.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: italic;
}
.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: 0.8;
}
.SumoSelect > .optWrapper {
	display:none;
	z-index: 1000;
	top: 28px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
}
.SumoSelect.open > .optWrapper {
	top:33px; display:block;
}
.SumoSelect.open > .optWrapper.up {
	top: auto; bottom: 100%; margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.SumoSelect > .optWrapper > .options {
	border-radius: 2px;
	position:relative;
	/*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label { opacity:0.5; }
.SumoSelect > .optWrapper > .options li ul li.opt{ padding-left: 22px; }
.SumoSelect > .optWrapper.multiple > .options li ul li.opt { padding-left: 50px; }
.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options  li.opt {
	padding: 6px 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;font-size:0.9em;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
.SumoSelect > .optWrapper > .options > li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
.SumoSelect > .optWrapper > .options li.opt.sel {
	background-color: #a1c0e4;
	border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span { display: none; }
.SumoSelect > .optWrapper > .options li.group > label {
	cursor: default;
	padding: 8px 6px;
	font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 90%;
	margin: auto;
	max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
	background-color: inherit;
	pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
	filter: alpha(opacity=50); /* Netscape */
	-moz-opacity: 0.5; /* Safari 1.x */
	-khtml-opacity: 0.5; /* Good browsers */
	opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px;
	cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
	position:absolute;
	display:block;
	width:30px;
	top:0; bottom:0;
	margin-left:-35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
	position: absolute;
	margin: auto;
	left: 0; right: 0; top: 0; bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
}
.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); */
	border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
.SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i{
	background-color: rgb(26, 39, 88);
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}

div.workplace div.steps {
	position:relative;
	float:left;
	width:auto;
	min-width:23%;
	margin:1% 2% 0;
	background:#eee;
	border:1px solid #cccccc;
	border-right:none;
	box-sizing:border-box;
	z-index:10;
}
div.workplace div.steps::after {
	position:absolute;
	top:-1px; right:-29px;
	content:'';
	width:0;
	height:0;
	border-top:18px solid transparent;
	border-left:29px solid #eee;
	border-bottom:18px solid transparent;
}
div.workplace div.steps p {
	position:relative;
	float:left;
	width:auto;
	min-width:50px;
	padding:0 15px;
	font-size:0.85em;
	color:#444;
	height:34px; line-height:34px;
}
div.workplace div.steps p.active {
	background:#2163d0;
	margin-right:30px;
	color:#fff;
}
div.workplace div.steps p.active:last-child {
	margin-right:-0px;
}
div.workplace div.steps p.active::after {
	position:absolute;
	top:-0.8px; right:-29px;
	content:'';
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 29px solid #2163d0;
	border-bottom: 17px solid transparent;
	z-index:1000;
}
div.workplace div.steps p span {
	position:relative;
	float:left;
	margin-top:7px; margin-right:10px;
	width:18px; height:18px; line-height:18px;
	text-align:center;
	font-size:0.8em;
	border:1px solid #666;
	border-radius:99em; display:none;
}
div.workplace div.steps p.active span {
	border:1px solid #fff;
}
/*new style*/
/* -- show list items -- */
div.workplace div.showRecord div.details.long {
	margin-top: 2%;
	border: none;
}
div.workplace div.showRecord div#header {
	float: left;
	width: 97%;
	padding: 0 1.5% 1%;
	font-family: raspoutine;
	color: #333;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 0.3px;
}
div.workplace div.showRecord div#header span {
	font-weight: 500;
}
div.workplace div.showRecord a.addnew,
div.workplace div.showRecord label.addnew,
div.workplace div.showRecord label.editOld,
div.workplace div.showRecord label.remove {
	position: relative;
	left: 45px;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
	color: #388d2d;
	cursor: pointer;
	z-index: 300;
}
div.workplace div.showRecord a.addnew.right{
	left: 5px !important;
}
div.workplace div.showRecord a.change {
	float: left;
	width: 16px; height: 30px; line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	background: url(../images/system/b_edit.png) left center no-repeat;
}
div.workplace div.showRecord a.remove {
	float: left;
	width: 16px; height: 30px; line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	background: url(../images/system/b_delete.png) left center no-repeat;
}
div.workplace div.showRecord a.aprove {
	float: left;
	width: 16px; height: 30px; line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	background: url(../images/system/b_approve.png) left center no-repeat;
}
div.workplace div.showRecord a.addnew.second,
div.workplace div.showRecord label.addnew.second,
div.workplace div.showRecord label.editOld.second,
div.workplace div.showRecord label.remove.second {
	margin-left: 15px;
}
div.workplace div.showRecord a.addnew:before,
div.workplace div.showRecord label.addnew:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f067";
}

div.workplace div.showRecord label.editOld:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f044";
}
div.workplace div.showRecord label.remove:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f014";
}
div.workplace div.showRecord div#header a.print {
	position: relative;
	margin-left: 80px;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
}
div.workplace div.showRecord div#header a.print:before {
	position: relative;
	left: -7px;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f02f";
}
div.workplace div.showRecord div.details.long div.listItems {
	float: left;
	width: 100%;
	font-size: 0.9em;
	border: 1px solid #b2d9b2;
}
div.workplace div.showRecord div.details.long.short div.listItems {
	width: 30%;
}
div.workplace div.showRecord div.details.long div.listItems.second {
	border-top: none;
}
div.workplace div.showRecord div.details.long div.listItems div.listItem {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #999;
}
div.workplace div.showRecord div.details.long div.listItems div.listItem:last-child {
	border-bottom: none;
}
div.workplace div.showRecord div.details.long header,
div.workplace div.showRecord div.details.long div.listItems .record {
	float: left;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
div.workplace div.showRecord div.details.long div.listItems header {
	font-weight: 600;
}
div.workplace div.showRecord div.details.long div.listItems header.reprsntvse {
	background-color: #eff7ee;
}
div.workplace div.showRecord div.details.long div.listItems .record {
	color: #666666;
	border-top: 1px solid #b2d9b2;
}
div.workplace div.showRecord div.details.long div.listItems .record:first-child {
	border-top: none;
}
.workplace div.showRecord div.listItems a#return,
.workplace div.showRecord div.listItems a#approve,
.workplace div.showRecord div.listItems a#update,
.workplace div.showRecord div.listItems a#cancel {
	float:left;
	padding-left:20px;
	color:#2c921f;
	text-decoration:none;
	cursor:pointer;
}
.workplace div.showRecord div.listItems a#return {
	background:url(../images/system/b_undo.png) left center no-repeat;
}
.workplace div.showRecord div.listItems a#approve {
	background:url(../images/system/b_approve.png) left center no-repeat;
}
.workplace div.showRecord div.listItems a#update {
	background:url(../images/system/b_edit.png) left center no-repeat;
}
.workplace div.showRecord div.listItems a#cancel {
	background:url(../images/system/b_delete.png) left center no-repeat;
}
div.workplace div.showRecord div.details.long div.listItems p#notFound,
div.workplace div.showRecord div.column.medium fieldset p#notFound {
	float: left;
	width: 100%;
	height: 38px; line-height: 38px;
	padding-left: 15px;
	font-size: 1em;
	color: #555;
	font-style: italic;
	box-sizing: border-box;
}

/*changeable*/
div.workplace div.showRecord div.details.long div.listItems input.small.changeable {
	width:50%;
	padding-left:6px;
	border:1px solid #cccccc;
	background:#fff;
}
div.workplace div.showRecord div.details.long div.listItems input.small.changeable.exam {
	padding-left:1px;
	margin-left:-8px;
	width:100%;
}
/* end changeable*/

/* -- boxes -- */
div.workplace div.showRecord div.details.long div.listItems div.box {
	position: relative;
	float: left;
	width: 11%;
	padding-left: 1%;
	height: 28px; line-height: 28px;
	border-left: 1px dotted #bbbbbb;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.workplace div.showRecord div.details.long div.listItems div.box.auto {
	height: auto; line-height: 22px;
	padding-top: 3px; padding-bottom: 3px;white-space: normal;
}
div.workplace div.showRecord div.details.long div.listItems div.box.first2 {
	width: 3.5%;
	border-left: none;
}
div.workplace div.showRecord div.details.long div.listItems div.box.exam {
	height: 100px;
}
div.workplace div.showRecord div.details.long div.listItems div.box.firsts.header{
	height: 100px;
	background:#e6e6e6;
}
div.workplace div.showRecord div.details.long div.listItems div.box.firsts div.rotate {
	margin-left: -18px;
	margin-right: -17px;
	/*border-bottom: 1px dotted #999;*/
	margin-top: 45px;
	text-align: left;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	border-left:none;
	border-right:none;
	font-size: 0.5em !important;
	text-transform: uppercase;
}
div.workplace div.showRecord div.details.long div.listItems div.box.firsts {
	width: 3%;
	background-color:rgb(242,242,242);
	/*border-left: none;*/
}
div.workplace div.showRecord div.details.long div.listItems div.box.vshort {
	width: 8%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vshort2 {
	width: 10%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.mshort {
	width: 12.5%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vmiddle {
	width: 15%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.middle {
	width: 20%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xmiddle {
	width: 28%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xxmiddle {
	width: 35%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.long {
	width: 40%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vxlong {
	width: 43%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xlong {
	width: 45%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xxlong {
	width: 50%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xxxlong {
	width: 60%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.jumbo {
	width: 70%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xjumbo {
	width: 80%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.fjumbo {
	width: 93%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.fjumbo {
	width: 93%;
}
div.workplace div.showRecord div.details.long div.listItems div.box p label.left {
	float: left;
	width: 30%;
	font-weight: 600;
}
div.workplace div.showRecord div.details.long div.listItems div.box p span.right {
	float: right;
	width: 65%;
}
div.workplace div.showRecord div.details.long div.listItems div.box ul,
div.workplace div.showRecord div.details.long div.listItems div.box ol {
	margin-left: 15px;
}
div.workplace div.showRecord div.details.long div.listItems div.box p.header {
	color: #555;
	font-weight: 600;
}
div.workplace div.showRecord div.details.long div.listItems div.box {
	position: relative;
	float: left;
	width: 11%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	border-left: 1px dotted #bbb;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.workplace div.showRecord div.details.long div.listItems div.box.auto {
	height: auto; line-height: 22px;
	padding-top: 3px; padding-bottom: 3px;white-space: normal;
}
div.workplace div.showRecord div.details.long div.listItems div.box:nth-child(1) {
	border-left: none;
}
div.workplace div.showRecord div.details.long div.listItems div.box.first {
	width: 4.5%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vshort {
	width: 8%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vmiddle {
	width: 15%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.middle {
	width: 18%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xmiddle {
	width: 28%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vxmiddle {
	width: 30.1%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xlmiddle {
	width: 32%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xxmiddle {
	width: 35%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.long {
	width: 40%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vxlong {
	width: 43%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.vvxlong {
	width: 44.1%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xlong {
	width: 45%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xxlong {
	width: 50%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xxxlong {
	width: 60%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.jumbo {
	width: 70%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.xjumbo {
	width: 80%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.fjumbo {
	width: 93%;
}
div.workplace div.showRecord div.details.long div.listItems div.box.padding {
	padding-left: 6.5%;
}
div.workplace div.showRecord div.details.long div.listItems div.box p {
	float: left;
	width: 100%;
	margin-top: 2px;
}
div.workplace div.showRecord div.details.long div.listItems div.box p label.left {
	float: left;
	width: 30%;
	font-weight: 600;
}
div.workplace div.showRecord div.details.long div.listItems div.box p span.right {
	float: right;
	width: 65%;
}
div.workplace div.showRecord div.details.long div.listItems div.box ul,
div.workplace div.showRecord div.details.long div.listItems div.box ol {
	margin-left: 15px;
}
div.workplace div.showRecord div.details.long div.listItems div.box p.header {
	color: #555;
	font-weight: 600;
}
/* -- totals -- */
div.workplace div.showRecord div.totals {
	float: right;
	width: 34%;
	margin: 2% 0;
}
div.workplace div.showRecord div.totals div {
	float: left;
	width: 100%;
	border: 1px dotted #999;
	border-bottom: none;
	background: #e9efff;
}
div.workplace div.showRecord div.totals div.colorise {
	background: #cad6f4;
}
div.workplace div.showRecord div.totals div:last-child {
	border-bottom: 1px dotted #bbb;
}
div.workplace div.showRecord div.totals label,
div.workplace div.showRecord div.totals span {
	float: left;
	width: 50%;
	padding: 2% 3%;
	font-size: 0.9em;
	box-sizing: border-box;
}
div.workplace div.showRecord div.totals label {
	border-right: 1px dotted #999;
}
/* -- show fieldsets -- */
div.workplace div.showRecord div.details.long div.fields {
	float: left;
	width: 100%;
}
div.workplace div.showRecord div.details.long div.fields header {
	padding: 10px 20px;
	color: #333;
	font-size: 0.95em;
	font-weight: bold;
	border: 1px dotted #999;
	border-top: none;
	background-color: #fdf9f5;
}
div.workplace div.showRecord div.details.long div.fields .field {
	float: left;
	width: 100%;
	padding: 10px 0;
	border: 1px dotted #999;
	box-sizing: border-box; background-color: #fdf9f5;
}
div.workplace div.showRecord div.details.long div.fields .field.hundred {
	min-height: 100px;
}
div.workplace div.showRecord div.details.long div.fields .field.hundred-forty {
	min-height: 143px;
}
div.workplace div.showRecord div.details.long div.fields .field.two-hundred12 {
	min-height: 212px;
}
div.workplace div.showRecord div.details.long div.fields .field.two-hundred35 {
	min-height: 235px;
}
div.workplace div.showRecord div.details.long div.fields .field.right {
	float: right;
	border-left: none;
}
div.workplace div.showRecord div.details.long div.fields .field.medium {
	width: 50%;
}
div.workplace div.showRecord div.details.long div.fields .field.second {
	border-top: none;
}
div.workplace div.showRecord div.details.long div.fields .field.xxlsmall {
	width: 49%;
}
div.workplace div.showRecord div.details.long div.fields fieldset legend {
	position: relative;
	margin-left: 20px;
	padding: 0 15px;
	height: 28px; line-height: 28px;
	font-size: 0.9em;
	color: #444;
	border: 1px dotted #999; background-color: #fdf9f5;
}
div.workplace div.showRecord div.fields .field p {
	position: relative;
	float: left;
	width: 92%;
	margin: 0 20px;
	height: 23px; line-height: 23px;
	font-size: 0.9em;
}
div.workplace div.showRecord div.fields .field.auto p {
	width: 96%;
	height: auto;
}
div.workplace div.showRecord div.fields .field p.half {
	width: 46%;
	margin: 0 0 0 20px;
}
div.workplace div.showRecord div.fields .field p.second {
	margin-left: 38px;
}
div.workplace div.showRecord div.fields .field p span.title {
	float: left;
	width: 27%;
}
div.workplace div.showRecord div.fields .field p span.value {
	float: left;
	width: 73%;
	color: #666;
}
div.workplace div.showRecord div.fields .field p label.button {
	position: absolute;
	right: 0;
	color: #062679;
	padding-left: 5px;
	cursor: pointer;
}
div.workplace div.showRecord div.fields .field p label.button:before {
	position: relative;
	left: -5px;
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: 600;
}
div.workplace div.showRecord div.fields .field p label.button.add:before {
	content: "\f067";
}
div.workplace div.showRecord div.fields .field p label.button.edit:before {
	content: "\f044";
}
div.workplace div.showRecord div.fields .field p label.button.show:before {
	content: "\f06e";
}
div.workplace div.showRecord div.fields .field div.clear {
	float: left;
	width: 92%;
	margin: 1% 4%;
	border-bottom: 1px dotted #999;
}
div.workplace div.showRecord div.fields .field p.notFound {
	margin: 0 20px 10px;
  	font-style: italic;
  	color: #888;
  	text-align: center;
}
div.workplace div.showRecord div.fields .field label.button.center {
	position: relative;
	left: 20px;
	font-style: normal;
}
/* -- yes/no box-status -- */
div.workplace div.showRecord div.details.long span.box-status {
	float: left;
	min-width: 50px;
	height: 27px; line-height: 26px;
}
div.workplace div.showRecord div.details.long span.box-status::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	color: #4bb966;
}
div.workplace div.showRecord div.details.long span.box-status.No::before {
	content: "\f00d";
	color: #db0101;
}
div.workplace div.showRecord div.details.long span.box-status::after {
	position: absolute;
	margin-left: 15px;
	content: "Present";
	font-size: 0.9em;
}
div.workplace div.showRecord div.details.long span.box-status.No::after {
	content: "Absent";
}
div.workplace div.showRecord .button {
	position: absolute;
	right: 10px;
	min-width: 20px;
	height: 30px; line-height: 30px;
	cursor: pointer;
}
div.workplace div.showRecord .button.left {
	left: 10px;
}
div.workplace div.showRecord .button.show {
	padding-left: 25px;
}
div.workplace div.showRecord .button.second {
	margin-left: 25px;
}
div.workplace div.showRecord .button.change {
	background: url(../images/system/b_edit.png) left center no-repeat;
}
div.workplace div.showRecord .button.remove,
div.workplace div.showRecord .button.close {
	background: url(../images/system/b_delete.png) left center no-repeat;
}
div.workplace div.showRecord .button.accept {
	background: url(../images/system/b_check.png) center no-repeat;
}
div.workplace div.showRecord .button.accept:hover {
	background-color: #ccc;
}
div.workplace div.showRecord .button.print {
	background: url(../images/system/b_print.png) center no-repeat;
}
div.workplace div.showRecord div.details.long div.box a.button {
	float: left;
	min-width: 20px;
	height: 27px; line-height: 27px;
	cursor: pointer;
}
div.workplace div.showRecord div.details.long div.box a.button.right {
	float: right;
}
div.workplace div.showRecord div.details.long div.box a.button.change {
	background: url(../images/system/b_edit.png) left center no-repeat;
}
div.workplace div.showRecord div.details.long div.box a.button.accept {
	background: url(../images/system/b_check.png) center no-repeat;
	opacity: 1;
}
div.workplace div.showRecord div.details.long div.box a.update {
	background: url(../images/system/b_check.png) center no-repeat;
}
div.workplace div.showRecord div.details.long div.box a.button:hover {
	opacity: 0.5;
}
/**/
/**/
/*#dashboard div.bars.reserves div#filter {
	float:right;
	width:40%; border:1px solid #f00;
}

#dashboard div.bars article div.record.header {
	background-color:#eaeaea;
}
#dashboard div.bars article div.record > div {
	float:left;
	font-size:0.85em;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#dashboard div.bars article div.record.header > div {
	color:#333;
}
#dashboard div.bars article div.record div.short {
	width:20%;
}
#dashboard div.bars article div.record div.tiny {
	width:16%;
}
#dashboard div.bars article div.record div.xxshort {
	width:28%;
}
#dashboard div.bars article div.record div.middle {
	width:35%;
}
#dashboard div.bars article div.record > div span.less {
	padding:0 5px;
	color:#000;
	background-color:#ffcb00;
}
#dashboard div.bars article div.record > div span.non-paid {
	padding:0 5px;
	color:#000;
	background-color:#ff756f;
}*/
/* --- */
#dashboard div.bars.reserves div#filter {
	float:right;
	width:40%; border:1px solid #f00;
}
#dashboard div.bars.bottom article {
	float:left;
	width:100%;
	overflow-y:auto;
}
#dashboard div.bars.bottom article .record {
	float:left;
	width:100%;
	height:65px;
	border-bottom:1px solid #ccc;
}
#dashboard div.bars.bottom article .record div.type {
	float:left;
	width:2%;
	height:65px;
	/*background:#88c000;*//*1f6d03*/
	background:#1f6d03;
}
#dashboard div.bars.bottom article .record:nth-child(odd) div.type {
	/*background:#6d3179;*/
	background:#F90;
}
#dashboard div.bars.bottom article .record #timeWrap {
	float:left;
	width:20%;
	padding-top:10px;
	min-height:50px;
	text-align:center;
}
#dashboard div.bars.bottom article .record #details {
	float:right;
	width:76%;
	padding:1% 0;
}
#dashboard div.bars.bottom article .record #timeWrap label,
#dashboard div.bars.bottom article .record #timeWrap i {
	float:left;
	width:100%;
	color:#454545;
}
#dashboard div.bars.bottom article .record #timeWrap label {
	font-size:0.75em;
}
#dashboard div.bars.bottom article .record #timeWrap i {
	margin-top:1%;
	font-size:1.2em;
	color:#999;
}
#dashboard div.bars.bottom article .record #details label,
#dashboard div.bars.bottom article .record #details span {
	float:left;
	width:100%;
	color:#454545;
}
#dashboard div.bars.bottom article .record #details label {
	font-size:0.9em;
	font-weight:600;
	text-transform:uppercase;
}
#dashboard div.bars.bottom article .record #details span {
	margin-top:0.5%;
	font-size:0.8em;
}
#dashboard div.bars.bottom article p#noRecord {
	float:left;
	width:100%;
	margin-top:3%;
	font-size:0.9em;
	text-align:center;
	font-style:italic;
	color:#444444;
}
/* --- */
#dashboard div.bars div.box.finance #header,
#dashboard div.bars div.box.finance #record {
	float:left;
	width:100%;
	height:auto;
	padding:1.7% 3.5%;
	border-bottom:1px solid #b3b3b3;
	box-sizing:border-box;
}
#dashboard div.bars div.box.finance #header {
	background:#f3f3f3;
}
#dashboard div.bars div.box.finance span {
	float:left;
	font-size:0.85em;
	height:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#dashboard div.bars div.box.finance #header span {
	font-family:raspoutine;
	font-weight:600;
}
#dashboard div.bars div.box.finance #record span {
	font-size:0.8em;
}
#dashboard div.bars div.box.finance span.short {
	width:19%;
}
#dashboard div.bars div.box.finance span.middle {
	width:34%;
}
#dashboard div.bars div.box.finance span.lshort {
	width:29%;
}
#dashboard div.bars div.box.finance span:last-child,
#dashboard div.bars div.box.finance span.last {
	width:16%;
	float:right;
}
div#stdImageView{
	width:180px;
	height:170px;
	margin-left:30%;
	border-radius:100px;
	background:url('../images/system/default320.png');
	background-size:100% 100%;
}
/**/
div.workplace div.showRecord #leftSide.messages {
	float: left;
	width: 98%;
}
div.workplace div.showRecord #leftSide.messages div.details {
	width: 64%;
}
div.workplace div.showRecord #leftSide.messages header {
	width: 60%;
}
.smsBody{
	width: 58%;
	height: 400px;
	min-height: 300px;
	max-height: 300px;
	background-color: #eee;
	float: left;
	margin-top: 1%;
	padding: 3%;
	overflow-y: auto;
	border:dotted 1px #CCC;
	color:#000;
	font-style: italic;
	font-weight: normal;
}
.smsRecipient{
	width: 28%;
	height: 400px;
	min-height: 300px;
	max-height: 300px;
	background-color: #eee;
	float: right;
	margin-top: 1%;
	padding: 3%;
	overflow-y: auto;
	border:dotted 1px #CCC;
	color:#000;
	font-style: normal;
	font-weight: normal;
}
.msgImg:before{
	font-family: FontAwesome;
	content: "\f007";
	font-size: 1.2em;
	width:15%;
	font-style: normal;
	margin-right:2%;
}
.msgImg{
	float:left;
	width: 100%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #CCC;
}

/*....*/
.checkIcon{
	color: green;
	cursor: pointer;
}
/*.timesIcon{
	color: red;
	cursor: pointer;
}*/
/**/
@keyframes blinker {
	50% { opacity:0; }
}




