@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:#665132;
}
a:hover {
	color:#333333;
}
div#forgotPass div.buttons input.btnSubmit, 
div.workplace #loadPage div.buttons a.btnAddNew, 
div.workplace div.theForm button.btnSubmit, 
div.workplace div.theForm button.btnAdd, 
div.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:#665132;
	background-image:-webkit-linear-gradient(top, #665132, #4b3b24);
	background-image:-moz-linear-gradient(top, #665132, #4b3b24);
	background-image:-ms-linear-gradient(top, #665132, #4b3b24);
	background-image:-o-linear-gradient(top, #665132, #4b3b24);
	background-image:linear-gradient(to bottom, #665132, #4b3b24);
	border:1px solid #665132;
}
div#forgotPass div.buttons input.btnSubmit:hover, 
div.workplace #loadPage div.buttons a.btnAddNew:hover, 
div.workplace div.theForm button.btnSubmit:hover, 
div.workplace div.theForm button.btnAdd:hover, 
div.workplace div.showRecord button.btnAdd:hover {
	background-image:-webkit-linear-gradient(top, #4b3b24, #665132);
	background-image:-moz-linear-gradient(top, #4b3b24, #665132);
	background-image:-ms-linear-gradient(top, #4b3b24, #665132);
	background-image:-o-linear-gradient(top, #4b3b24, #665132);
	background-image:linear-gradient(to bottom, #4b3b24, #665132);
}
div.workplace div.theForm .btnSubmit.pay {
	background:#999;
	border:1px solid #666;
}
div.workplace div.theForm .btnSubmit.pay:hover {
	background:#aaa;
}
div.workplace div.theForm .btnSubmit:disabled, 
div.workplace button.btnAdd:disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
}











/* ----------------------------------------------------------- */
/* ----------------------- login form ------------------------ */
/* ----------------------------------------------------------- */
div#loginWrap {
	float:left;
	width:100%;
	font-family:leelawadee;
}
div#loginWrap div#content {
	float:left;
	width:34%;
	margin:3% 33% 2%;
	padding:4% 0;
	background:#ffffff;
	border:1px dotted #999999;
}
div#loginWrap div#content #logoHolder {
	float:left;
	width:90%;
	margin:4% 5%;
	text-align:center;
}
div#loginWrap div#content #logoHolder img {
	width:170px;
	border:none;
}
div#loginWrap div#content h3 {
	float:left;
	width:90%;
	margin:5%;
	font-family:raspoutine;
	font-weight:500;
	font-size:1em;
	text-align:center;
	color:#333333;
}
div#loginWrap div#content div.record {
	float:left;
	width:86%;
	margin:2% 7% 1%;
	border:1px solid #cccccc;
}
div#loginWrap div#content div.record.borderless {
	border:none;
}
div#loginWrap div.record span#icon {
	float:left;
	width:10%;
	height:34px; line-height:34px;
	text-align:center;
	color:#665132;
	font-size:1.1em;
	border-right:1px solid #cccccc;
	box-sizing:border-box;
}
div#loginWrap div.record input.loginText {
	float:left;
	width:90%;
	height:34px;
	padding-left:2%;
	border:none;
	box-sizing:border-box;
}
div#loginWrap div#content div.record input.loginText:focus {
	outline:none;
	background-color:#e5f4e2;
}
div#loginWrap div.tooltip {
	position:relative;
	float:left;
	width:auto;
	left:16%;
	margin-bottom:1%;
	padding:4px 20px 6px;
	background-color:#f2d183;
	color:#333;
	text-align:center;
	border-radius:6px;
	font-size:0.8em;
	display:none;
}
div#loginWrap div.tooltip::after {
	content:"";
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-5px;
	border-width:5px;
	border-style:solid;
	border-color:transparent transparent #f2d183 transparent;
}
div#loginWrap label.error {
	float:left;
	width:90%;
	margin:0 0 2% 16%;
	padding:0 0 0 4%;
	font-size:0.9em;
	color:#ff0000;
	background:url(../images/system/error_s.png) left 2px no-repeat;
	display:none;
}
div#loginWrap div#content div.record div.switch {
	position:relative;
	margin-right:10px;
	float:left;
	width:42px;
	height:24px;
	background:#cccccc;
	z-index:0;
	appearance:none;
	cursor:pointer;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}
div#loginWrap div#content div.record div.switch:after {
	content:' ';
	height:20px;
	width:19px;
	border-radius:18px;
	background:#fff;
	position:absolute;
	z-index:2;
	top:2px;
	left:1.5px;
	-webkit-transition-duration:300ms;
	transition-duration:300ms;
	-webkit-box-shadow:0 2px 5px #999999;
	box-shadow:0 2px 5px #999999;
} 
div#loginWrap div#content div.record div.switch.switchOn {
	background:#665132 !important;
}
div#loginWrap div#content div.record div.switch.switchOn:after {
	left:22px !important;
}
div#loginWrap div#content div.record input#rememberMe {
	opacity:0;
	filter:alpha(opacity=0);
}
div#loginWrap div.record span#rememberLbl {
	float:left;
	margin-top:0.5%;
	font-size:0.9em;
}
div#loginWrap div.record #rememberLbl:hover {
	cursor:pointer;
}
div#loginWrap div.record a#forgot {
	float:right;
	margin-top:0.5%;
	font-size:0.9em;
	text-decoration:none;
}
div#loginWrap div.record a#forgot:hover, 
div#loginWrap div.record a#forgot:focus {
	text-decoration:underline;
}
div#loginWrap div.record #submitBtn {
	float:left;
	width:100%;
	margin:2% 0 1%;
	height:38px;
	font:1em raspoutine;
	text-transform:uppercase;
	letter-spacing:0.5px;
	cursor:pointer;
	color:#ffffff;
	background:#665132;
	border:none;
}
div#loginWrap div.record #submitBtn:hover {
	background:#4b3b24;
}
div#loginWrap div.record label#copyRight {
	float:left;
	width:90%;
	margin:1% 5% 0;
	font-size:0.9em;
	color:#666666;
	text-align:center;
}





/* ----------------------------------------------------------- */
/* -------------------- 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:80px;
	background:#f0f0f0;
}
div#forgotPass div#bottomBar {
	height:8px;
	background:#665132;
}
div#forgotPass div#topBar #logoWrap {
	float:left;
	width:30%;
	margin:0.5% 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:#666666;
	font-family:raspoutine;
	font-size:2.3em;
}
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#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:#f0f0f0;
}
div#forgotPass div.record #qybMidig, 
div#forgotPass div.record #qybBidix {
	float:left;
	width:100%;
}
div#forgotPass div.record #qybMidig {
	margin:0 0 1%;
	color:#444444;
}
div#forgotPass div.record input {
	float:left;
	width:98%;
	height:30px;
	margin:1.5% 1.5% 0 0;
	padding:0 0 0 1.5%;
	color:#666666;
	border:1px solid #cccccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
div#forgotPass div.record input:focus {
	outline:none;
	background:#eefaeb;
	border:1px solid #aaaaaa;
}
div#forgotPass div.record label.qaladka {
	float:left;
	margin:1% 0 0;
	width:90%;
	padding:0 0 0 20px;
	color:#FF0000;
	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% 3.7%;
	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 -------------------------- */
/* ----------------------------------------------------------- */
.main-wrap {
	position:relative;
	width:82.1%;
	min-height:652px;
	padding-left:17.9%;
	font-family:leelawadee;
}
#dashboard, div.workplace {
	position:relative;
	width:100%;
}
#dashboard #middlebar, div.workplace #middlebar {
	position:relative;
	height:100vh;
}
#dashboard #sidebar, div.workplace #sidebar {
	position:fixed;
	min-height:100vh;
	width:17.9%;
	top:0;
	left:0;
	background:#665132;
	z-index:5;
	outline:none;
}
#sidebar #logoWrap {
	padding:0.5em 0;
	text-align:center;
	background:#ffffff;
}
#sidebar #logoWrap img {
	position:relative;
	width:102px;
}
#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:#ffffff;
	width:25px;
	font-size:1.2em;
	text-align:center;
}
#sidebar > ul > li > a > span {
	margin-left:10px;
	color:#ffffff;
	font-family:raspoutine;
	font-size:0.95em;
}
#sidebar > ul > li#active > a > i, 
#sidebar > ul > li#active > a > span {
	color:#746d6d;
}
#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, 
#sidebar > ul > li#active ul > li > a > span {
	color:#666;
}
#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:#ffffff;
	text-decoration:none;
	font-family:raspoutine;
	font-size:0.95em;
}
#sidebar ul ul a:hover {
	text-decoration:underline;
}
#sidebar > ul > li#active ul li a {
	color:#666;
}
/* --- */
#middlebar div.topBar {
	float:left;
	width:100%;
	min-height:46px;
	line-height:46px;
	color:#ffffff;
	background:#4b3b24;
}
#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 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 #dcdcdc transparent;
    border-width: 11px;
}
#middlebar #topIcons div.dropDown:before {
    top: -22px;
    border-color: transparent transparent #dcdcdc 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:#dcdcdc;
	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:#665132;
	cursor:pointer;
}
#middlebar #topIcons div.dropDown .overlay span {
	position:absolute;
	top:50%;
	left:50%;
	font-size:0.8em;
	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 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;
}
#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;
}
/* -- */
#dashboard div.bars {
	float:left;
	width:96%;
	margin:1% 2% 0;
}
#dashboard div.bars div.elements {
	float:left;
	width:40%;
	margin-right:1.5%;
	padding:15px;
	background:#ffffff;
	border:1px solid #bbbbbb;
	box-sizing:border-box;
}
#dashboard div.bars.top div.elements div.element {
	float:left;
	width:49%;
	margin-bottom: 15px;
}
#dashboard div.bars.top div.elements div.element:nth-child(3), 
#dashboard div.bars.top div.elements div.element:nth-child(4) {
	margin-bottom: 0;
}
#dashboard div.bars.top div.elements div.element div.part {
	float:left;
	width:30%;
	min-height:40px;
}
#dashboard div.bars.top div.elements div.element div.part.right {
	float:left;
	width:70%;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon {
	float: left;
	margin: 10px 0;
	width: 41px;
	height: 24px; line-height: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	background: #f00;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon.green {
	background: #2bbb96;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon.bluesky {
	background: #17cad7;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon.blue {
	background: #0274c1;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon:before, 
#dashboard div.bars.top div.elements div.element div.part div.hexagon:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon:before {
	top: -10px;
	border-bottom: 10px solid red;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon:after {
	bottom: -10px;
	border-top: 10px solid red;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon.green:before, 
#dashboard div.bars.top div.elements div.element div.part div.hexagon.green:after {
	border-top-color: #2bbb96;
	border-bottom-color: #2bbb96;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon.bluesky:before, 
#dashboard div.bars.top div.elements div.element div.part div.hexagon.bluesky:after {
	border-top-color: #17cad7;
	border-bottom-color: #17cad7;
}
#dashboard div.bars.top div.elements div.element div.part div.hexagon.blue:before, 
#dashboard div.bars.top div.elements div.element div.part div.hexagon.blue:after {
	border-top-color: #0274c1;
	border-bottom-color: #0274c1;
}
#dashboard div.bars.top div.elements div.element div.part.right p {
	float:left;
	width:100%;
}
#dashboard div.bars.top div.elements div.element div.part.right p:nth-child(1) {
	font-family: raspoutine;
	font-size: 1.05em;
	font-weight: 600;
	margin-top: 5px;
}
#dashboard div.bars.top div.elements div.element div.part.right p:nth-child(2) {
	font-size: 0.8em;
	color: #777;
	font-weight: 600;
}
/* --- */
#dashboard div.bars.top div.notes {
	float: left;
	width: 50%;
}
#dashboard div.bars.top div.notes div.note {
	float: left;
	width: 20%;
	height: 133px;
	margin-right: 15px;
	background-color: #fff;
	border: 1px solid #aaa;
}
#dashboard div.bars.top div.notes div.part {
	float:left;
	width:100%;
	text-align: center;	
}
#dashboard div.bars.top div.notes div.part.top {
	height: 46px; line-height: 46px;
	color: #ffffff;
	font-size: 1.4em;
	background-color: #897559;
	border-bottom: 1px solid #aaa;
}
#dashboard div.bars.top div.notes div.note:nth-child(even) div.part.top {
	background-color: #908b84;
}
#dashboard div.bars.top div.notes div.part.top div.imgBox {
	float: left;
	width: 100%; height: 28px;
	margin-top:10px;
	background-color:#f00;
	background:url(../images/system/dash-top-bars.png) center -57px no-repeat content-box;
	background-size:38px;
}
#dashboard div.bars.top div.notes div.part.top div.imgBox.expense {
	background-position:center -29px;
}
#dashboard div.bars.top div.notes div.part.top div.imgBox.net {
	background-position:center top;
}
#dashboard div.bars.top div.notes div.note p {
	float:left;
	width:100%;
	position: relative;
}
#dashboard div.bars.top div.notes div.note p:nth-child(1) {
	font-family: raspoutine;
	font-size: 0.95em;
	font-weight: 600;
	margin-top: 14px;
}
#dashboard div.bars.top div.notes div.note p:nth-child(2) {
	margin-top: 2px;
	font-size: 0.8em;
	color: #777;
	font-weight: 600;
}
#dashboard div.bars.top div.notes div.note p span {
	position: absolute;
	top: -2px; margin-left: -8px;
	font-size: 0.9em;
	font-weight: 500;
}
/* -- */
#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.projects {
	width:100%;
	min-height:320px;
}
#dashboard div.bars.bottom div.box {
	margin-bottom:3%;
}
#dashboard div.bars.bottom div.box.finance {
	float:right;
}
/* --- */
#dashboard div.bars article {
	float:left;
	width:100%;
	overflow-y:auto;
}
#dashboard div.bars.bottom article div.record {
	float:left;
	width:100%;
	height:65px;
	border-bottom:1px solid #ccc;
}
#dashboard div.bars.bottom article div.record div.type {
	float:left;
	width:2%;
	height:65px;
	background:#665132;
}
#dashboard div.bars.bottom article div.record:nth-child(even) div.type {
	background:#908b84;
}
#dashboard div.bars.bottom article div.record #timeWrap {
	float:left;
	width:20%;
	padding-top:10px;
	min-height:50px;
	text-align:center;
}
#dashboard div.bars.bottom article div.record #details {
	float:right;
	width:76%;
	padding:1% 0;
}
#dashboard div.bars.bottom article div.record #timeWrap label, 
#dashboard div.bars.bottom article div.record #timeWrap i {
	float:left;
	width:100%;
	color:#454545;
}
#dashboard div.bars.bottom article div.record #timeWrap label {
	font-size:0.75em;
}
#dashboard div.bars.bottom article div.record #timeWrap i {
	margin-top:1%;
	font-size:1.3em;
	color:#999;
}
#dashboard div.bars.bottom article div.record #details label, 
#dashboard div.bars.bottom article div.record #details span {
	float:left;
	width:100%;
	color:#454545;
}
#dashboard div.bars.bottom article div.record #details label {
	font-size:0.8em;
	font-weight:600;
	text-transform:uppercase;
}
#dashboard div.bars.bottom article div.record #details span {
	margin-top:0.5%;
	font-size:0.75em;
}
#dashboard div.bars article p#noRecord {
	float:left;
	width:100%;
	margin-top:1.5%;
	font-size:0.85em;
	text-align:center;
	font-style:italic;
	color:#555;
}
#dashboard div.bars.bottom article p#noRecord {
	margin-top:4%;
}
/* --- */
#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;
}
/* --- */
#dashboard div.bars div.box h3 {
	float:left;
	position:relative;
	width:100%;
	padding-left:20px;
	height:40px; line-height:40px;
	font-family:raspoutine;
	font-size:0.9em;
	color:#454545;
	letter-spacing:0.5px;
	border-bottom:1px dashed #bbb;
	box-sizing:border-box;
}
#dashboard div.bars div.box h3 a#addNew {
	position:absolute;
	top:3.5px; right:20px;
	width:30px; height:30px; line-height:28px;
	color:#ffffff;
	font-family:leelawadee;
	font-size:1.7em;
	font-weight:600;
	text-align:center;
	background-color:#d0a12f;
	text-decoration:none;
}
#dashboard div.bars div.box h3 a#addNew:hover {
	background-color:#b07e06;
}
#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 #999999;
	background:#fff;
}
div.workplace #loadPage #dynamicQnd {
	margin:1% 0;
}
div.workplace #loadPage #command #searchBox {
	float:left;
	width:65%;
}
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 #cccccc;
}
div.workplace #loadPage #command #searchBox input.srchInput.large {
	width:74%;
	margin-right:10px;
}
div.workplace #loadPage #command #searchBox select {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
div.workplace #loadPage #command #searchBox input.srchInput:focus {
	outline:none;
	background-color:#eefaeb;
}
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:62.7%;
	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:#ff0000;
	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:#444444;
}
div.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;
}
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 #999999;
}
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:#666666;
}
div.workplace #loadPage #dataTable div.record {
	float:left;
	width:100%;
	font-size:0.85em;
	border:1px dotted #999999;
	border-top:none;
}
div.workplace #loadPage #dataTable div.record:nth-child(even) {
	background:#f3f3f3;
}
div.workplace #loadPage #dataTable div.record.header {
	color:#ffffff;
	background:#4b3b24;
}
div.workplace #loadPage #dataTable div.record.header.selected {
	color:#ffffff;
	background:#666;
}
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 {
	float:left;
	width:auto;
	height:32px; line-height:32px;
	margin-left:1%;
	padding-left:1%;
	border-left:1px dotted #999999;
	text-overflow:ellipsis;
    white-space:nowrap;
	overflow:hidden;
}
div.workplace #loadPage #dataTable #record.header div.cave {
	height:34px; line-height:34px;
}
div.workplace #loadPage #dataTable #record.header div.cave {
	border-left:1px dotted #ffffff;
}
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.showtitle {
	width:auto;
	padding-left:20px;
}
div.workplace #loadPage #dataTable div.cave a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
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#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 #dsplyMore {
	-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;
}
div.workplace #loadPage #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;
}
div.workplace #loadPage #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.workplace #loadPage div.twoCols #dsplyMore {
	width:30%;
	margin:2% 1% 2% 35%;
}
div.workplace #loadPage #dsplyMore:after {
	content:'Arag Dheeraad';
}
div.workplace #loadPage .noneLink {
	display:none;
}
div.workplace #loadPage #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:#ffffff;
	border:1px solid #cccccc;
}
div.workplace div.twoCols.two, 
div.workplace div.twoCols.four {
	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 20px;
	color:#333333;
	font-family:raspoutine;
	background:#dddddd;
	box-sizing: border-box;
}
div.workplace div.twoCols header span {
	position:relative;
	left:7px;
	font-weight:normal;
	letter-spacing:-0.5px;
}
div.workplace div.theForm a.addNew, 
div.workplace div.twoCols header a#addnew  {
	float:left;
	margin-left:10px;
	width:16px;
	height:31px; line-height:31px;
	color:#665132;
	cursor:pointer;
	text-decoration:none;
}
div.workplace div.theForm a.addNew {
	margin-left:7px;
}
div.workplace div.theForm a.addNew:before,
div.workplace div.twoCols header a#addnew:before {
	font-family:FontAwesome;
	content:"\f067";
	font-size:1.2em;
}
div.workplace div.twoCols header a#addnew {
	float:right;
	height:33px; line-height:33px;
}
div.workplace div.twoCols div#searchBox {
	float:left;
	width:94%;
	margin:1.5% 3% 0.5%;
}
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 #cccccc;
}
div.workplace div.twoCols div#searchBox input.srchInput:focus {
	outline:none;
	background-color:#eefaeb;
	border:1px solid #aaaaaa;
}
/* --- */
div.workplace div.suggest {
	position:absolute;
	width:59.4%;
	margin:30px 0 0;
	height:auto;
	max-height:200px;
	background:#ffffff;
	border:1px solid #bbbbbb;
	display:none;
	z-index:100;
	overflow-y:scroll;
}
div.workplace div.twoCols div.suggest {
	width:44%;
}
div.workplace div.theForm div.suggest {
	width:100%;left:0;
	border:1px solid #bbbbbb;
}
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;
	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.9em;
	color:#666;
	font-style:italic;
	text-align:center;
}
/* --- */
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%;
}
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 #cccccc;
}
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#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:#333333;
	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:#666666;
}

/* --------- sheves -------- */
div.workplace div.shelfWrap {
	float:left;
	width:95%;
}
div.workplace div.shelfWrap div.part {
	float:left;
	width:100%;
	box-sizing:border-box;
}
div.workplace div.shelfWrap div#notFound {
	position:relative;
	float:left;
	width:100%;
	height:100px; line-height:100px;
	font-size:1em;
	font-style:italic;
	text-align:center;
	background:#fff;
	box-sizing:border-box;
}
div.workplace div.shelfWrap div.part.header {
	width:100%;
	padding:8px 15px;
	font-family:raspoutine;
	font-size:0.9em;
	background:#fff;
	border:1px dotted #ccc;
	border-radius:0 10px 0 10px;
	-moz-border-radius:0 10px 0 10px;
	-webkit-border-radius:0 10px 0 10px;
}
div.workplace div.shelfWrap div.part.boxes {
	margin-top:10px;
}
div.workplace div.shelfWrap div.part.boxes div.box {
	position:relative;
	float:left;
	width:auto;
	min-width:14.5%; height:150px;
	margin-right:10px; margin-bottom:10px;
	background:#fff;
	border:1px dotted #999;
	box-sizing:border-box;
}
div.workplace div.shelfWrap div.part.boxes p#notFound {
	position:relative;
	float:left;
	width:100%;
	height:40px;
	padding:15px 15px;
	font-size:0.95em;
	font-style:italic;
	color:#333;
	background:#fff;
}
div.workplace div.shelfWrap div.part.boxes div.folderWrap {
	position:relative;
	float:left;
	width:100%; height:130px; padding:18px 10px 0;  
}
div.workplace div.shelfWrap div.folderWrap label.folder {
	position:relative;
	float:left;
	width:34px; height:100%;
	margin-left:1px;
	background:#f9f9f9;
	border:1px solid #ccc;
	box-sizing:border-box;
	overflow:hidden;
	cursor:pointer;
}
div.workplace div.shelfWrap div.folderWrap label.folder:hover {
	background:#eee;
}
div.workplace div.shelfWrap div.folderWrap label.folder span {
	position:absolute;
	width:115px;
    display:inline-block;
    left:-42px;
	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);
}
div.workplace div.shelfWrap div.part.boxes 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;
}
/* --- 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:#666666;
	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 #999999;
	border-top:none;
	background:#ffffff;
}
div.workplace #loadPage #noteTypes div.record.header {
	color:#ffffff;
	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 #999999;
	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 #ffffff;
}
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;
}

/* ----------------------------------------------------------- */
/* ------------------------- 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 #cc0000;
}
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 #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;
}
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:#908b84;
	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 #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; 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:#ffffff;
	display:none;
}
div.workplace div.theForm div.record {
	float:left;
	width:100%;
	padding:1% 2.1% 1%;
	border-bottom:1px dotted #cccccc;
	box-sizing:border-box;
}
div.workplace div.theForm div.record:nth-child(even) {
	background:rgba(206,206,206,0.2);
}
div.workplace div.theForm div.record.last {
	border-bottom:none;
	background:none;
}
div.workplace div.theForm div.record .column {
	float:left;
	width:49%;
}
div.workplace div.theForm div.record .column.long {
	width:100%;
}
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:#444444; 
	font-size:0.95em;
}
div.workplace div.theForm div.record div.column.long .leftPrt {
	width:14.7%;
}
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 #cccccc;
}
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:#666666;
	border:1px solid #cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
div.workplace input.inputText.highlight, 
div.workplace select.highlight, 
div.workplace textarea.highlight, 
div.workplace .highlight {
	border:1px solid #ff0000;
}
div.workplace div.theForm div.record input[type="radio"] {
	float:left;
	transform:scale(1.2,1.2);
	height:30px;
	line-height:30px;
}
div.workplace div.theForm div.record textarea {
	height:auto;
	max-height:100px;
	padding:8px 0 8px 8px;
}
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:#ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=') 96% center no-repeat;
}
div.workplace input[type="color"] {
  -webkit-appearance: square-button;
  height:28px;
  background-color:#fff;
  border:1px solid #cccccc;
  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.xmedium, 
div.workplace select.xmedium {
	width:58.33%;
}
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.xxxsmall, 
div.workplace select.xxxsmall {
	width:41.66%;
}
div.workplace input.inputText.xxsmall, 
div.workplace select.xxsmall {
	width:33.33%;
}
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.tiny, 
div.workplace select.tiny {
	width:8.33%;
}
div.workplace input.inputText:focus,  
div.workplace select:focus, 
div.workplace textarea:focus {
	outline:none;
	background-color:#eefaeb;
	border:1px solid #aaa;
}
div.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;
}
div.workplace div label.error {
	float:left;
	margin-top:3px;
	width:100%;
	padding:0 0 0 20px;
	font-size:0.9em;
	color:#ff0000;
	line-height:22px;
	background:url(../images/system/error_s.png) left center 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;
	margin-left:2%;
	padding:0.7% 3%;
	font-size:1em;
}
div.workplace div.theForm.chngPass .btnSubmit {
	float:left;
	margin-left:14.8%;
	padding:0.7% 3%;
}
div.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;
}
div.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;
}
div.workplace div.popupContainer.small {
	width:420px;
	top:130px !important;
}
div.workplace .popupHeader {
	position:relative;
	padding:0 20px;
	height:36px; line-height:36px;
	font-family:raspoutine;
	background:#dddddd;
	border-bottom:1px solid #666666;
}
div.workplace .popupHeader span.close {
	position:absolute;
	right:0;
	width:36px; height:36px; line-height:36px;
	text-align:center;
	cursor:pointer;
	font-size:1.2em;
	background:#ccc;
}
div.workplace .popupHeader span.close:hover {
	background:#aaa;
}
div.workplace .popupBody {
	float:left;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
div.workplace div.theForm .popupBody div#record, 
div.workplace div.showRecord .popupBody div#record {
	float:left;
	width:100%;
	margin-bottom:2%;
}
div.workplace div.theForm .popupBody div.lftPart, 
div.workplace div.showRecord .popupBody div.lftPart {
	float:left;
	width:30%;
	height:26px; line-height:26px;
	font-size:0.95em;
	color:#333333;
	box-sizing:border-box;
}
div.workplace div.showRecord .popupBody.large div.lftPart {
	width:100%;
}
div.workplace div.theForm .popupBody div.lftPart.required::after, 
div.workplace div.showRecord .popupBody div.lftPart.required::after {
	content: '*';
	color: #f00;
	position: relative;
	left: 3px;
}
div.workplace div.theForm .popupBody div.rightPrt, 
div.workplace div.showRecord .popupBody div.rightPrt {
	float:left;
	width:70%;
	box-sizing:border-box;
}
div.workplace div.showRecord .popupBody.large div.rightPrt {
	width:100%;
}
div.workplace div.theForm .popupBody span#clear, 
div.workplace div.showRecord .popupBody span#clear {
	float:left;
	width:100%;
	height:10px;
	border-top:1px dotted #999;
}
div.workplace div.theForm .popupBody button.btnAdd, 
div.workplace div.showRecord .popupBody button.btnAdd {
	float:left;
	margin-left:30%;
	padding:7px 20px;
}
div.workplace div.showRecord .popupBody.large button.btnAdd {
	margin-left:0;
	padding:9px 25px;
}
div.workplace div.showRecord .popupBody textarea {
	padding:8px 0 0 8px;
	height:auto;
}
/* ------  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:#555555;
	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.required:after {
	content:'*';
	color:#f00;
	position:relative;
	left:3px;
}
div.workplace div.theForm .listCaves div.cave.vlarge {
	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.9em;
	color:#fff;
	background:#665132; 
	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:#4a3a22;
}
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:#333333;
	font-size:0.95em;
	font-weight:bold;
	letter-spacing:0.3px;
}
div.workplace div.theForm div#list {
	float:left;
	width:100%;
	margin-bottom:1%;
	counter-reset:section;
	border:1px dotted #999999;
	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 dotted #999999;
}
div.workplace div.theForm div#list div.listItem:nth-child(even) {
	background:#f3f3f3;
}
div.workplace div.theForm div#list header {
	background:#ccc;
}
div.workplace div.theForm div#list div.cave { 
	position:relative;
	float:left;
	width:auto;
	margin-left:1%;
	font-size:0.9em;
	border-right:1px dotted #666;
	text-overflow:ellipsis;
    white-space:nowrap;
	overflow:hidden;
}
div.workplace div.theForm div#list header div.cave { 
	height:32px; line-height:32px;
}
div.workplace div.theForm div#list div.listItem div.cave { 
	height:30px; line-height:30px;
}
div.workplace div.theForm div#list div.cave.serial {
	width:5%;
}
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.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;
}
/* -- notary forms -- */
/*div.workplace div.theForm.notary {
	background:none;
}
div.workplace div.theForm.notary div.record {
	padding:0 0 1.5%;
	border-bottom:none;
}
div.workplace div.theForm.notary div.record:nth-child(even) {
	background:none;
}*/
div.workplace div.theForm.notary div.record fieldset {
	float:left;
	width:99%;
	padding:10px 0;
	background:#fbfbfb;
	border:1px solid #cdcdcd;
}
/*div.workplace div.theForm.notary div.record.one fieldset,*/ 
div.workplace div.theForm.notary div.record.two fieldset {
	min-height:174px;
}
div.workplace div.theForm.notary div.record fieldset legend {
	position:relative;
	margin-left:15px;
	padding:0 15px;
	height:26px; line-height:26px;
	font-size:0.9em;
	color:#444444;
	border:1px solid #ccc;
	background:#fff;
}
div.workplace div.theForm.notary div.record fieldset legend span {
	font-style:italic;
	color:#777;
}
div.workplace div.theForm.notary div.record .innerRow {
	float:left;
	width:94%;
	margin:0 3% 1.5%;
}
div.workplace div.theForm.notary div.record .innerColumn {
	float:left;
	width:48.5%;
	box-sizing:border-box;
}
div.workplace div.theForm.notary div.record .innerColumn.right {
	float:right;
}
div.workplace div.theForm.notary div.record .innerColumn.long {
	width:100%;
}
div.workplace div.theForm.notary div.record .innerColumn .leftPrt {
	position:relative;
	float:left;
	width:100%;
	height:20px; line-height:20px; 
	color:#444444; 
	font-size:0.9em;
}
div.workplace div.theForm.notary div.record .innerColumn.long .leftPrt {
	width:23%;
	height:29px; line-height:29px; 
}
div.workplace div.theForm.notary div.record .innerColumn.long select.xxxlarge {
	background-position:98%;
}
/*div.workplace div.theForm.notary div.record .innerColumn div.linkShow {
	float:left;
	width:100%;
	margin-top:2%;border:1px solid #f00;
}*/
/* --- */
div.workplace div.theForm.notary .label-cbx {
	user-select:none;
	cursor:pointer;
}
div.workplace div.theForm.notary .label-cbx input:checked + .checkbox {
	border-color:#665132;
}
div.workplace div.theForm.notary .label-cbx input:checked + .checkbox svg path {
	fill:#665132;
}
div.workplace div.theForm.notary .label-cbx input:checked + .checkbox svg polyline {
	stroke-dashoffset:0;
}
div.workplace div.theForm.notary .label-cbx:hover .checkbox svg path {
	stroke-dashoffset:0;
}
div.workplace div.theForm.notary .checkbox svg {
	width:20px;
	height:20px;
}
div.workplace div.theForm.notary .label-cbx .checkbox {
	position:relative;
	float:left;
	margin-top:2px ;
	margin-right:10px;
	width:18px;
	height:18px;
	border:1px solid #ccc;
	border-radius:3px;
}
div.workplace div.theForm.notary .label-cbx .checkbox svg {
	position:absolute;
	top:-1px;
	left:-1px;
}
div.workplace div.theForm.notary .label-cbx .checkbox svg path {
	fill:none;
	stroke:#665132;
	stroke-width:2;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-dasharray:71px;
	stroke-dashoffset:71px;
	transition:all 0.6s ease;
}
div.workplace div.theForm.notary .label-cbx .checkbox svg polyline {
	fill:none;
	stroke:#fff;
	stroke-width:2;
	stroke-dasharray:18px;
	stroke-dashoffset:18px;
	transition:all 0.3s ease;
}
div.workplace div.theForm.notary .label-cbx > span {
	font-size:0.9em;
	vertical-align:middle;
}
div.workplace div.theForm.notary .invisible {
	position:absolute;
	z-index:-1;
	width:0;
	height:0;
	opacity:0;
}
/* --- */
div.workplace div.theForm.notary div.record .addPerson, 
div.workplace div.theForm.notary div.record .nt_persons {
	float:left;
	width:96.8%;
	margin:0 1.6%; 
}
div.workplace div.theForm.notary div.record .nt_persons {
	margin-top:1%;
}
div.workplace div.theForm.notary div.record .addPerson .barList {
	float:left;
	width:48%;
}
div.workplace div.theForm.notary div.record .addPerson .barList.right {
	float:right;
	
}
div.workplace div.theForm.notary div.record .addPerson .innerList {
	float:left;
	width:100%;
	/*height:30px;*/
	margin-bottom:1.5%;
}
div.workplace div.theForm.notary div.record .addPerson .leftPrt {
	width:23% !important;
}
div.workplace div.theForm.notary div.record .addPerson .rghtPrt {
	width:77% !important;
}
/*div.workplace div.theForm #topCaves, 
div.workplace div.theForm #btmCaves {
	float:left;
	width:100%;
	color:#555555;
	margin-bottom:1%;
}
div.workplace div.theForm .listCaves div.cave {
	float:left;
	width:12%;
	margin:0 0.6% 0 0;
	font-size:0.95em; border:1px solid #00f;
}
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: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.record .rghtPrt {
	float:left;
	width:70%;
	position:relative;
}
div.workplace div.theForm div.record div.column.long .rghtPrt {
	width:85%;
}*/
/* -- list items for buyers -- */
/*div.workplace div.theForm div#list div.part {
	position:relative;
	float:left;
	width:33.3333333333333%;
	min-height:105px;
	padding:10px 10px 5px;
	border-right:1px dotted #999999;
	box-sizing:border-box;
}
div.workplace div.theForm div#list div.part:last-child {
	border-right:none;
}
div.workplace div.theForm div#list div.part p.row {
	float:left;
	width:100%;
	min-height:20px; line-height:20px;
	max-height:38px;
	margin-bottom:3px;
	display:inline-block;
	font-size:0.85em;
	text-overflow:ellipsis;
	overflow:hidden;
}
div.workplace div.theForm div#list div.part p.row label {
	float:left;
	width:28%;
	font-weight:600;
}
div.workplace div.theForm div#list div.part p.row span {
	float:right;
	width:72%;
	font-style:italic;
}
div.workplace div.theForm div#list div.part p.row input[type="text"], 
div.workplace div.theForm div#list div.part p.row textarea {
	float:left;
	width:98.5%;
	color:#000;
	font-family:leelawadee;
	font-style:italic;
	border:none;
	outline:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	background-color:transparent;
}
div.workplace div.theForm div#list div.part p.row textarea {
	padding:0;
	height:auto;
}
div.workplace div.theForm div#list div.part p.row input.autoWidth {
	width:auto;
	min-width:10px;
}
div.workplace div.theForm div#list div.part a#remove {
	position:absolute;
	width:30px; height:30px; line-height:30px;
	right:-8px; top:-8px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	background:#665132;
	-webkit-border-radius:99em;
	-moz-border-radius:99em;
	border-radius:99em;
	cursor:pointer;
}
div.workplace div.theForm div#list div.part a#remove:hover {
	background:#c50000;
}*/
/* --- */
div.workplace div.theForm div.record div.switch {
	position:relative;
	margin-right:15px;
	float:left;
	width:45px;
	height:26px;
	background:#cccccc;
	z-index:0;
	appearance:none;
	cursor:pointer;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}
div.workplace div.theForm div.record div.switch:after {
	content:' ';
	height:21px;
	width:21px;
	border-radius:18px;
	background:#fff;
	position:absolute;
	z-index:2;
	top:2px;
	left:2px;
	-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.switch.switchOn {
	background:#665132 !important;
}
div.workplace div.theForm div.record div.switch.switchOn:after {
	left:22px !important;
}
div.workplace div.theForm div.record .switchInput {
	opacity:0;
	filter:alpha(opacity=0);
}
div.workplace div.theForm div.record span.check {
	float:left;
	margin-left:10px;
	height:28px; line-height:28px;
	font-size:0.9em;
	color:#444444;
	cursor:pointer;
}
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.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.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.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 #999999;
	border-bottom:1px dotted #999999;
	box-sizing:border-box;
}
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.theForm div.record div.displayInfo p#pDetails {
	padding:8px 15px;
	line-height:20px;
}
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;
}
/* --- photo textbox --- */
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:6px 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:#333;
    background-color:#999;
    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:#665132;
	color:#eee;
}
/*--- user add ---*/
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 #cccccc;
	padding-bottom:0.5%;
}
div.workplace div.theForm input#checkAll {
	float:left;
	height:30px;
	margin-right:5px;
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
}
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:23%;
	margin-right:1%;
}
div.workplace div.theForm.user div.record fieldset {
	float:left;
	width:94%;
	padding:10px 0;
	border:1px solid #cccccc;
}
div.workplace div.theForm.user div.record fieldset legend {
	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 div#userRights fieldset > div {
	float:left;
	width:90%;
	margin-left:5%; margin-bottom:1%;
}
div.workplace div.theForm div#userRights input.checkOne {
	position:relative;
	top:2px;
	left:1px;
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
}
div.workplace div.theForm div#userRights label.tickOne {
	position:relative;
	left:8px;
	font-size:0.85em;
	cursor:pointer;
}

/* ----------------------------------------------------------- */
/* ----------------------- 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:#ffffff;
}
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 #999999;
}
div.workplace div.showRecord div.details {
	float:left;
	width:99.7%;
	border:1px dotted #999999;
	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 #bbbbbb;
}
div.workplace div.showRecord div.details.responsive, 
div.workplace div.showRecord #leftSide div#separate.responsive {
	display:none;
}
div.workplace div.showRecord #leftSide #record {
	float:left;
	width:96%;
	padding:0 2%;
	font-size:0.9em;
	border-bottom:1px dotted #999999;
}
div.workplace div.showRecord #leftSide #record:last-child {
	border-bottom:none;
}
div.workplace div.showRecord #leftSide #colLeft {
	float:left;
	width:28%;
	padding:1% 0;
}
div.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;
}
div.workplace div.showRecord #leftSide #colRight label.link {
	position:absolute;
	right:0;
	padding-left:20px;
	text-decoration:underline;
	background:url(../images/system/discount.png) left center no-repeat;
	cursor:pointer;
}
div.workplace div.showRecord #leftSide #colRight label.link:hover {
	color:#f00;
}
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, 
div.workplace div.showRecord #leftSide #colRight p.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 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;
}
div.workplace div.showRecord #leftSide span.status.active {
	background-color:#75ed93;
}

div.workplace div.showRecord #leftSide span.status.suspended {
	background-color:#ff8000;
	color:#ffffff;
}
div.workplace div.showRecord #leftSide span.status.cancelled {
	background-color:#db0101;
	color:#ffffff;
}
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:#7e0e77;
	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 h3#title {
	float:left;
	width:88.9%;
	padding:2% 5%;
	color:#ffffff;
	font:0.95em raspoutine;
	background:#665132;
	border:1px dotted #000000;
}
div.workplace div.showRecord #rightSide div.details {
	float:left;
	width:98.9%;
	background:#f4f0f5;
	border:1px dotted #bbbbbb;
	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:#665132;
	color:#fff;
	font-size:0.8em;
	height:26px;
	line-height:26px;
	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 list items -- */
div.workplace div.showRecord div.details.long {
	margin-top:2%;
	border:none;
}
div.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;
}
div.workplace div.showRecord div#header span {
	font-weight:500;
}
div.workplace div.showRecord div#header a.addnew, 
div.workplace div.showRecord div#header label.addnew {
	position:relative;
	left:45px;
	font-style:normal;
	text-decoration:none;
	font-weight:500;
	cursor:pointer;
}
div.workplace div.showRecord div#header a.addnew:before, 
div.workplace div.showRecord div#header 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 div.details.long div.listItems {
	float:left;
	width:100%;
	font-size:0.9em;
	border:1px dotted #999999;
}
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 #999999;
}
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%;
}
div.workplace div.showRecord div.details.long div.listItems header {
	font-weight:600;
}
div.workplace div.showRecord div.details.long div.listItems #record {
	color:#666666;
	border-top:1px dotted #bbbbbb;
}
div.workplace div.showRecord div.details.long div.listItems p#notFound, 
div.workplace div.showRecord div.column.medium fieldset p#notFound {
	position:relative;
	float:left;
	width:100%;
	height:42px; line-height:42px;
	padding:0 15px;
	font-size:1em;
	color:#555;
	font-style:italic;
	box-sizing:border-box;
}
/* --- */
div.workplace div.showRecord .state {
	position:absolute;
	top:0;
	left:-100vw;
}
div.workplace div.showRecord .state:checked ~ .content {
	-webkit-transform:none;
	transform:none;
}
div.workplace div.showRecord .state:checked ~ .backdrop {
	bottom:0;
	opacity:1;
	z-index: 1;
}
div.workplace div.showRecord .popUpForm {
	position: fixed;
	top:50px; right:0; left:0;
	height:0;
	z-index: 3000;
}
div.workplace div.showRecord .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 div.showRecord .popUpForm.large .content {
	width:700px;
}
div.workplace div.showRecord .popUpForm header.header {
	position:relative;
	float:left;
	width:100%;
	padding:0 20px;
	height:36px; line-height:36px;
	background-color:#dddddd;
	border-bottom:1px solid #666666;
	box-sizing:border-box;
}
div.workplace div.showRecord .popUpForm header.header h3 {
	float:left;
	width:100%;
	font-family:raspoutine;
	font-size:1em;
	font-weight:500;
}
div.workplace div.showRecord .popUpForm header.header label.close {
	position:absolute;
	right:0;
	width:36px;
	height:36px; line-height:36px;
	text-align:center;
	font-size:1.7em; font-weight:600;
	color:#000;
	background-color:#ccc;
	cursor:pointer;
	border-bottom:1px solid #666666;
	box-sizing:border-box;
}
div.workplace div.showRecord .popUpForm header.header label.close:hover {
	background:#aaa;
}
div.workplace div.showRecord .popUpForm a.addNew {
	float:left;
	margin-left:10px;
	width:28px;
	height:29px; line-height:29px;
	color:#ffffff;
	text-align:center;
	background-color:#999;
	text-decoration:none;
	cursor:pointer;
}
div.workplace div.showRecord .popUpForm a.addNew:before {
	position:relative;
	font-family:FontAwesome;
	content:"\f067";
}
div.workplace div.showRecord .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 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;
	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.first {
	width:4.5%;
	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.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.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.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 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.totals {
	float:right;
	width:36%;
	margin:2% 0;
}
div.workplace div.showRecord div.totals div {
	float:left;
	width:100%;
	border:1px dotted #999;
	border-bottom:none;
	background:#FAF2E2;
}
div.workplace div.showRecord div.totals div.colorise {
	background:#d4c5a8;
}
div.workplace div.showRecord div.totals div:last-child {
	border-bottom:1px dotted #bbbbbb;
}
div.workplace div.showRecord div.totals label, 
div.workplace div.showRecord div.totals span {
	float:left;
	width:50%;
	padding:2% 5%;
	font-size:0.9em;
	box-sizing:border-box;
}
div.workplace div.showRecord div.totals label {
	border-right:1px dotted #999;
}
/* --- show notary people --- */
div.workplace div.showRecord div.details.long div.listItems div.part {
	position:relative;
	float:left;
	width:50%;
	min-height:58px; /* min-height:88px; */
	padding:10px 20px 5px;
	border-left:1px dotted #999999;
	box-sizing:border-box;
}
div.workplace div.showRecord div.details.long div.listItems div.part.long {
	width:100%;
}
div.workplace div.showRecord div.details.long div.listItems div.part.auto {
	min-height:38px;
}
div.workplace div.showRecord div.details.long div.listItems div.part:first-child {
	border-left:none;
}
div.workplace div.showRecord div.details.long div.listItems div.part img {
	position:absolute;
	right:20px;
	width:60px;
	border:1px dotted #999999;
}
div.workplace div.showRecord div.details.long div.listItems div.part p.row {
	float:left;
	width:100%;
	min-height:20px; line-height:20px;
	max-height:38px;
	margin-bottom:3px;
	display:inline-block;
	font-size:0.97em;
	color:#666;
	text-overflow:ellipsis;
	overflow:hidden;
}
div.workplace div.showRecord div.details.long div.listItems div.part.auto p.row {
	max-height:none;
}
div.workplace div.showRecord div.details.long div.listItems div.part p.row label {
	float:left;
	width:28%;
	color:#000;
}
div.workplace div.showRecord div.details.long div.listItems div.part p.row span {
	float:right;
	width:72%;
}
div.workplace div.showRecord div.details.long div.listItems div.part.long p.row label {
	width:13%;
}
div.workplace div.showRecord div.details.long div.listItems div.part.long p.row span {
	width:86.5%;
}
div.workplace div.showRecord div.details.long div.listItems div.part p.row label.jumbo, 
div.workplace div.showRecord div.details.long div.listItems div.part p.row span.jumbo {
	float:left;
	width:100%;
}
/* --- 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 #cccccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
div.workplace div.showRecord div.userRights fieldset legend {
	position:relative;
	margin-left:10px;
	padding:7px 20px;
	color:#333333;
	font-size:0.9em;
	border:1px solid #cccccc;
}
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:#333333;
}
/* -- settings -- */
div.workplace div.showRecord div.column.medium {
	float:left;
	width:50%;
}
div.workplace div.showRecord div.column.medium fieldset {
	float:left;
	width:100%;
	padding:10px 0;
	border:1px dotted #999;
}
div.workplace div.showRecord div.column.medium.right fieldset {
	border-left:none;
}
div.workplace div.showRecord div.column.medium fieldset legend {
	position:relative;
	margin-left:4%;
	padding:0 15px;
	height:28px; line-height:28px;
	font-size:0.9em;
	color:#444444;
	border:1px dotted #999;
}
div.workplace div.showRecord div.column.medium fieldset p {
	float:left;
	width:92%;
	margin:0 4% 1.5%;
	font-size:0.9em;
}
div.workplace div.showRecord div.column.medium fieldset p label {
	float:left;
	width:27%;
}
div.workplace div.showRecord div.column.medium fieldset p span {
	float:left;
	width:73%;
	color:#666666;
}
div.workplace div.showRecord div.column.medium fieldset p label.auto, 
div.workplace div.showRecord div.column.medium fieldset p span.auto {
	width:auto;
}
div.workplace div.showRecord div.column.medium fieldset p label.second {
	margin-left:10px;
}
div.workplace div.showRecord div.column.medium fieldset p span.second {
	margin-left:10px;
}
div.workplace div.showRecord div.column.medium fieldset p#notFound {
	width:100%;
	height:auto; line-height:normal;
	padding:0 20px;
	margin:0 0 10px;
}
div.workplace div.showRecord div.column.medium fieldset label.addNew {
	float:none;
	width:auto;
	position:relative; display:inline-block;
	top:0px; left:20px; height:30px; line-height:30px;
	padding:0 15px;
	text-decoration:none;
	background-color:#ddd;
	cursor:pointer;
}
div.workplace div.showRecord div.column.medium fieldset label.addNew.second {
	height:22px; line-height:22px;
	float:left;
	margin-left:25%;
}
/* -- settings -- */
div.workplace div.showRecord a.edit {
	position:absolute;
	right:0;
	min-width:16px; height:16px;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/system/b_edit.png) no-repeat;
}
div.workplace div.showRecord a.edit.close {
	background:url(../images/system/b_lock.png) no-repeat;
}
/* -- */
/*div.workplace div.showRecord div#header a {
	position:relative;
	left:20px;
	text-decoration:none;
	cursor:pointer;
}
div.workplace div.showRecord div#header a#addnew:before {
	position:relative;
	left:-5px;
	padding-left:5px;
	font-family:FontAwesome;
	font-size:1em;
	content:"\f067";
}*/
/* --- reports --- */
div.workplace div.reportArea {
	float:left;
	width:92%;
	margin:1.5% 2% 0;
	padding:1% 2%;
	font-size:0.95em;
	background:#ffffff;
}
div.workplace div.reportArea div.rprtType {
	float:left;
	width:20%;
	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:3px;
	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%;
	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:#666666;
	border:1px solid #cccccc;
	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:#ffffff 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 #ff0000;
}
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 #aaaaaa;
}
div.workplace div.reportArea div.suggest {
	position:absolute;
	width:68% !important; left:15%;
	margin-top:32px;
	background:#ffffff;
	border:1px solid #bbbbbb; border-bottom:none;
	box-sizing:border-box;
	display:none;
	z-index:100;
}
/* -- 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;
	box-sizing:border-box;
}
div.workplace div#loadPage.report #buttons {
	float:left;
	width:26%;
	margin-top:15px;
	height:30px;
}
div.workplace div#loadPage.report a#back {
	float:right;
	padding:0 30px;
	height:29px; line-height:29px;
	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;
}
div.workplace div#loadPage.report a#print {
	float:left;
	margin-left:10%;
	padding-left:5%;
	height:29px; line-height:29px;
	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 #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%;
	font-size:0.95em;
}
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:#ffffff;
	background:#555;
}
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:26.2%;
	padding-left:10px;
	height:32px; line-height:32px;
	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:last-child {
	width:40%;
}
/* -- 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 #999999;
}
/* --- */
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-transform: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 #666666;
	border-bottom:2px solid #666666;
}
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 #666666;
}
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 #666666;
}
/* -- 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.asset {
	/*background:#f00;*/
}
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%;
	/*background:#f00;*/
}
div.workplace div#loadPage.report div.part div.sheet label.record {
	/*background:#0f0;*/
}
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 #999999;
}


@keyframes blinker {
	50% { opacity:0; }
}
