@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: lato;
	src: url("../fonts/lato-regular.eot");
	src: url("../fonts/lato-regular.ttf");
	src: url("../fonts/lato-regular.woff");
	src: url("../fonts/lato-regular.woff2");
}
@font-face {
	font-family: font-awesome;
	src: url("../fonts/fontawesome-webfont.eot");
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-family: lato;
	font-size: 95%;
	background: #f1f6f4;
}
a {
	color: #0278b6;
}
a: hover {
	color: #333;
}
img {
	max-width: 100%;
	border: none;
}
select {
	font-family: lato;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}
.btnSubmit,
.btnAddNew {
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;

	background: #005a8a;
	background-image: -o-linear-gradient(top, #005a8a, #0278b6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#005a8a), to(#0278b6));
	background-image: linear-gradient(to bottom, #005a8a, #0278b6);
	border: 1px solid #005a8a;
}
.btnSubmit:hover,
.btnAddNew:hover {
	background-image: -o-linear-gradient(top, #0278b6, #005a8a);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0278b6), to(#005a8a));
	background-image: linear-gradient(to bottom, #0278b6, #005a8a);
}
.btnSubmit.pay {
	background: #999;
	border: 1px solid #666;
}
.btnSubmit.pay:hover {
	background: #aaa;
}
.btnSubmit.orange {
	background: #cbf6f4;
	color: #1d9b89;
	text-shadow: none;
	border: 1px solid #3acece;
}
.btnSubmit.orange:hover {
	background: #82deda;
}
.btnSubmit:disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/* ----------------------------------------------------------- */
/* ----------------------- login form ------------------------ */
/* ----------------------------------------------------------- */
.index {
	height: 100vh;
	padding: 6% 9% 0;
	background: url(../images/system/index-cover.png) no-repeat;
	background-size: cover;
}
.index main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
	background: rgba(255,255,255,0.8);
}
.index .developer,
.index aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}
.index .developer {
	-ms-flex-preferred-size: 52%;
	    flex-basis: 52%;
	padding: 5% 0 0;
}
.index aside {
	margin: 5% 0;
	padding: 2% 4%;
	height: 80%;
	border-left: 1px solid #0278b6;
}
.index .developer .compWrap {
	margin-top: 2em;
	text-align: center;
}
.index .developer .compWrap img {
	width: 220px;
}
.index .developer .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8% 32% 0;
}
.index .developer .social .box {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	text-align: center;
}
.index .developer .social .box span {
	width: 44px;
	height: 44px; line-height: 44px;
	font-size: 1.2em;
	color: #fff;
	background-color: #25a8e0;
	border-radius: 99em;
}
.index .developer .social .box .facebook {
	background-color: #253d80;
}
.index .developer .social .box .twitter {
	background-color: #259ed9;
}
.index .developer .social .box .youtube {
	background-color: #af1f2b;
}
.index .developer .social .box .linked {
	background-color: #0278b6;
}

/* -- */
.index aside h2 {
	font-size: 1.8em;
	color: #0278b6;
	font-weight: 500;
	letter-spacing: -1px;
}
.index aside p {
	margin: 10px 0;
}
.index aside .formWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.index aside .record {
	position: relative;
	width: 90%;
	padding: 2% 0;
	background: #fff;
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.index aside .record:nth-child(1) {
	margin-top: 5%;
	border-bottom: none;
}
.index aside .record.borderless {
	margin-top: 3%;
	padding: 0;
	background: transparent;
	border: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.index aside .record:nth-child(6) {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.index aside .record.highlight {
	border: 1px solid #f00;
}
.index aside .record .icon {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	text-align: center;
	color: #999;
	font-size: 1.3em;
}
.index aside .record .loginText {
	-ms-flex-preferred-size: 85%;
	    flex-basis: 85%;
	height: 34px;
	padding-left: 3%;
	border: none;
	border-left: 1px solid #ddd;
}
.index aside .record.two .loginText {
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
}
.index aside .record .loginText:focus {
	outline: none;
}
.index aside .record .show-password {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
	padding-right: 13px;
	text-align: right;
	line-height: 30px;
	color: #0278b6;
	font-size: 0.7em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
}
.index aside .record .show-password.visible {
	display: inline-block;
}
.index aside .record .show-password::after {
	content: 'Show';
}
.index aside .record .show-password.on::after {
	content: 'Hide';
}
.index aside .tooltip {
	position: absolute;
	left: 15%; top: 44px;
	padding: 1.5% 3%;
	background-color: #f1c45a;
	color: #333;
	text-align: center;
	font-size: 0.85em;
	display: none;
}
.index aside .tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 16%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #f1c45a transparent;
}
.index aside .error {
	margin: 1.5% 16.5% 0;
	color: #f00;
	display: none;
}
.index aside .error.waiting {
	color: #333;
	padding-left: 20px;
}
.index aside .error::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f06a';
	color: #f00;
	margin-right: 8px;
}
.index aside .error.waiting {
	background: url(../images/system/loading.gif) left 2px no-repeat;
}
.index aside .error.waiting::before {
	content: '';
}
.index aside .switchWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.index aside .switchWrap input[type='checkbox'] {
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
.index aside .record .switch {
	position: relative;
	margin-right: 12px;
	width: 62px;
	height: 34px;
	background: #ccc;
	z-index: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
}
.index aside .record .switch:after {
	content: ' ';
	height: 29px;
	width: 30px;
	background: #efefef;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 3px;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	   transition-duration: 300ms;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
}
.index aside .record .switch.switchOn {
	background: #0278b6;
}
.index aside .record .switch.switchOn:after {
	left: 29px;
}
.index aside .record .switchLabel:hover {
	cursor: pointer;
}
.index aside .record .forgot {
	text-decoration: none;
}
.index aside .record .forgot:hover,
.index aside .record .forgot:focus {
	text-decoration: underline;
}
.index aside .record .submitBtn {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin: 2% 0 1%;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	background: #0278b6;
	border: none;
}
.index aside .record .submitBtn:hover {
	background: #005a8a;
}
.index aside .record .copy-right {
	margin: 10% 5% 0;
	color: #666;
}
.index aside .record .version {
	margin: 2% 5% 0;
	color: #666;
}




/* ----------------------------------------------------------- */
/* -------------------- forgot password ---------------------- */
/* ----------------------------------------------------------- */

#forgotPass {
	float: left;
	width: 100%;
	height: 100vh;
	background: #fff;
}
#forgotPass div#topBar, #forgotPass div#bottomBar {
	float: left;
	width: 100%;
	background: #ebeef2;
}
#forgotPass div#topBar {
	padding: 10px 0;
}
#forgotPass div#bottomBar {
	height: 8px;
	background: #0278b6;
}
#forgotPass div#topBar #logoWrap {
	float: left;
	width: 30%;
	margin: 0 0 0 15%;
}
#forgotPass #logoWrap img {
	position: relative;
	width: 150px;
	top: 13px;
}
/* --- */
#forgotPass div#section {
	float: left;
	width: 70%;
	margin: 5% 15% 0;
}
#forgotPass div#section label.title {
	float: left;
	width: 100%;
	color: #666;
	font-size: 2em;
}
#forgotPass div#section label.title.success {
	color: #339900;
}
#forgotPass div#section div.center {
	float: left;
	width: 49%;
	margin: 3% 0;
}
#forgotPass div#section div.center.right {
	float: right;
	width: 45%;
}
#forgotPass div#section div#imgWrap {
	float: left;
	width: 40%;
}
#forgotPass div#imgWrap img {
	width: 100%;
	border: none;
}
#forgotPass div#section div#text {
	float: right;
	width: 57%;
	font-size: 0.9em;
}
#forgotPass div#text p {
	float: left;
	width: 100%;
	line-height: 21px;
	word-wrap: break-word;
}
#forgotPass div#text p:first-child {
	margin: 0 0 10%;
}
#forgotPass div#text p span {
	font-weight: 600;
}
/* --- */
#forgotPass div#section div.record {
	float: left;
	width: 100%;
}
#forgotPass div#section div.record.two {
	margin-top: 5%;
}
#forgotPass div#section div.buttons {
	float: left;
	width: 100%;
	height: 60px;
	margin: 3% 0;
	padding: 0 2%;
	background: rgba(136, 165, 240, 0.4);
}
#forgotPass div.record #qybMidig,
#forgotPass div.record #qybBidix {
	float: left;
	width: 100%;
}
#forgotPass div.record #qybMidig {
	margin: 0 0 1%;
	color: #444;
}
#forgotPass div.record input {
	float: left;
	width: 98%;
	height: 34px;
	margin: 1.5% 1.5% 0 0;
	padding: 0 0 0 3%;
	color: #666;
	border: 1px solid #ccc;
}
#forgotPass div.record input:focus {
	outline: none;
	background: #eefaeb;
	border: 1px solid #aaa;
}
#forgotPass div.record label.qaladka {
	float: left;
	margin-top: 3px;
	width: 100%;
	font-size: 0.9em;
	color: #f00;
	line-height: 22px;
	display: none;
}
#forgotPass div.record label.qaladka::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f06a';
	color: #f00;
	margin-right: 8px;
}
/* --- */
#forgotPass div.buttons a#back {
	float: left;
	margin-top: 2.3%;
	text-decoration: none;
}
#forgotPass div.buttons a#back:hover {
	text-decoration: underline;
}
#forgotPass div.buttons input.btnSubmit {
	float: right;
	margin-top: 1.3%;
	padding: 0.8% 4.5%;
	font-size: 1.05em;
}
#forgotPass div.buttons input.btnSubmit.left {
	float: left;
}
#forgotPass div#imgWrap2 img {
	float: right;
	width: 430px;
	height: 200px;
	border: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#forgotPass div#imgWrap2 img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}



/* ----------------------------------------------------------- */
/* ---------------------- dashboard -------------------------- */
/* ----------------------------------------------------------- */

.main-wrap {
	width: 100%;
	min-height: 652px;
	padding-left: 19%;
	color: #444;
}
.main-wrap .middlebar {
	position: relative;
	height: 100vh;
	background-color: #e4e4e4;
}
.main-wrap .sidebar {
	position: fixed;
	min-height: 100vh;
	width: 19%;
	top: 0;
	left: 0;
	background: #0278b6;
	z-index: 5;
	outline: none;
}
.sidebar .logoWrap {
	height: 55px;
	padding: 0.8em 0 0.6em;
	text-align: center;
	background: #005a8a;
}
.sidebar .logoWrap img {
	position: relative;
	width: 86px;
}
.sidebar .logoWrap img.citypower,
.sidebar .logoWrap img.jubba {
	width: 106px;
}
.sidebar ul {
	margin-top: 10%;
	list-style: none;
	padding: 0.5em 0;
}
.sidebar ul li {
	padding: 2.6% 7%;
	font-size: 0.93em;
	-webkit-transition:  all 0.15s linear;
	-o-transition:  all 0.15s linear;
	transition:  all 0.15s linear;
	cursor: pointer;
}
.sidebar > ul > li:hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.sidebar > ul > li.active {
	background-color: #fff !important;
}
.sidebar > ul > li > a {
	display: block;
	text-decoration: none;
}
.sidebar > ul > li > a > i {
	position: relative;
	color: #fff;
	width: 25px;
	font-size: 1.1em;
	text-align: center;
}
.sidebar > ul > li > a > span {
	margin-left: 10px;
	color: #fff;
	letter-spacing: 0.2px;
}
.sidebar > ul > li.has-sub > a::after {
	position: absolute;
	right: 10px;
	width: 17px;
	height: 18px; line-height: 18px;
	content: '';
	font-family: "Font Awesome 5 Pro";
	content: "\f055";
	font-size: 1.1em;
	font-weight: 300;
	color: #fff;
}
.sidebar > ul > li.has-sub.active > a::after {
	content: "\f056";
}
.sidebar > ul > li.active > a::after {
	color: #0278b6;
}
.sidebar ul ul {
	margin: 0;
	padding: 2% 0 2%;
	display: none;
}
.sidebar ul ul li {
	margin-left: 2.7em;
	padding: 0.95% 0;
}
.sidebar ul li.open ul {
	display: block;
}
.sidebar ul ul a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
.sidebar ul ul a:hover {
	text-decoration: underline;
}
.sidebar > ul > li.active a i,
.sidebar > ul > li.active a span {
	color: #0278b6;
}
.sidebar > ul > li.active a:hover {
	color: #0a3388;
}
.sidebar footer {
	position: absolute;
	bottom: 50px;
	line-height: 20px;
	color: #86d5ff;
	text-align: center;
	width: 90%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* --- */
.middlebar .topBar {
	padding: 0 2%;
	min-height: 55px;
	color: #fff;
	background: #7d7d7d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.middlebar .topBar .programName {
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
	font-weight: bold;
}
.middlebar .topBar .programName > span {
	position: relative;
	left: 10px;
	letter-spacing: 0.5px;
}
/* -- */
.dashboard .topBar .filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.dashboard .topBar .filter input {
	width: 44%;
	height: 30px;
	text-align: center;
	color: #fff;
	font-family: lato;
	letter-spacing: 0.5px;
	background-color: #7d7d7d;
	border: 1px solid #fff;
	outline: none;
}
.middlebar .topIcons .icon {
	position: relative;
	width: 38px; height: 38px;
	display: inline-block;
}
.middlebar .topIcons .icon.profile > img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	border: 2px solid #fff;
	border-radius: 99em;
	cursor: pointer;
}
.middlebar .topIcons .dropDown {
    position: absolute;
	right: 1%;
	width: 25%;
	top: 55px;
    color: #333;
	background: #fff;
	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 .dropDown:after,
.middlebar .topIcons .dropDown:before {
    content: '';
    display: block;
    position: absolute;
	right: 4%;
    width: 0;
    height: 0;
    border-style: solid;
}
.middlebar .topIcons .dropDown:after {
    top: -20px;
    border-color: transparent transparent #dcdcdc transparent;
    border-width: 11px;
}
.middlebar .topIcons .dropDown:before {
    top: -20px;
    border-color: transparent transparent #dcdcdc transparent;
    border-width: 11px;
}
.middlebar .topIcons .dropDown .row {
	padding: 2.5% 5%;
	font-size: 0.9em;
	border-bottom: 1px solid #aaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.middlebar .topIcons .dropDown .row:last-child {
	padding: 2% 5%;
	border-bottom: none;
}
.middlebar .topIcons .dropDown .row.bar {
	background: #dcdcdc;
	font-size: 0.95em;
}
.middlebar .topIcons .dropDown .row .photo {
	-ms-flex-preferred-size: 23%;
	    flex-basis: 23%; height: 70px;
	position: relative;
}
.middlebar .topIcons .dropDown .row .links {
	min-width: 0;
	-ms-flex-preferred-size: 72%;
	    flex-basis: 72%;
}
.middlebar .topIcons .dropDown .photo img {
	width: 100%;
	height: 100%;
	border-radius: 99em;
	border: 1px solid #999;
}
.middlebar .topIcons .dropDown .overlay {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	border-radius: 99em;
}
.middlebar .topIcons .dropDown .row .photo:hover .overlay {
	height: 100%;
	background: #0278b6;
	cursor: pointer;
}
.middlebar .topIcons .dropDown .overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0.95em;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.middlebar .topIcons .dropDown .overlay span i {
	display: block;
	margin-bottom: 5px;
}
.middlebar .topIcons .dropDown .row .links p {
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.middlebar .topIcons .dropDown .row .links p.name {
	font-weight: 600;
}
.middlebar .topIcons .dropDown .row .links p.user {
	color: #666;
}
.middlebar .topIcons .dropDown .row.button {
	padding: 3% 5%;
	background: #efefef;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.middlebar .topIcons .dropDown .row.button a.logout {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	padding: 2.5% 0;
	text-align: center;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.middlebar .topIcons .dropDown .row.button a span {
	position: relative;
	left: 8px;
}
/* -- content -- */
.dashboard .bars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1% 2% 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.dashboard .bars .alert {
	flex-basis: 100%;
	padding: 0 20px;
	font-size: 0.9em;
	color: #fff;
	background-color: #fd6243;
	border: 1px solid #d83514;
	position: relative;
	opacity: 1;
	display: block;
  	transition: all 1s linear;
}
.dashboard .bars .alert.hide {
	display: none;
	opacity: 0;
}
.dashboard .bars .alert a {
	color: #fff;
}
.dashboard .bars .alert strong,
.dashboard .bars .alert .alert-text {
	float: left;
	padding: 12px 0;
}
.dashboard .bars .alert strong {
	padding-right: 5px;
	letter-spacing: 0.5px;
}
.dashboard .bars .alert .close-btn {
	position: absolute;
	right: 20px;
	padding: 8px 10px;
	font-size: 1.5em;
	cursor: pointer;
	transition: 0.3s;
}
.dashboard .bars .close-btn:hover {
	background-color: #d83210;
}
.dashboard .bars .elements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 49.5%;
	    flex-basis: 49.5%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.dashboard .bars.top .elements .element {
	-ms-flex-preferred-size: 23%;
	    flex-basis: 23%;
	height: 120px;
	text-align: center;
	color: #fff;
	background: #666;
	border: 1px solid #bbb;
}
.dashboard .bars.top .elements .element.bluesky {
	background: #62d9e2;
	border: 1px solid #4cb1b9;
}
.dashboard .bars.top .elements .element.blue {
	background: #22a1de;
	border: 1px solid #1e85b7;
}
.dashboard .bars.top .elements .element span {
	font-size: 1.5em;
	min-height: 62px;
	line-height: 62px;
}
.dashboard .bars.top .elements .element p {
	font-size: 0.95em;
}
/* -- */
.dashboard .bars .box {
	-ms-flex-preferred-size: 49.5%;
	    flex-basis: 49.5%;
	height: 200px;
	min-height: 260px;
	background: #fff;
	border: 1px solid #bbb;
	overflow-y: auto;
}
.dashboard .bars .box.quarter {
	-ms-flex-preferred-size: 24.3%;
	    flex-basis: 24.3%;
}
.dashboard .bars .box #areaChart {
	width: 92% !important;
	height: 84% !important;
	margin: 3% 4% 0;
}
.dashboard .bars .box.receivable {
	padding-top: 20px;
	text-align: center;
}
.dashboard .bars .box.receivable p.title {
	font-size: 1.05em;
	font-weight: 600;
}
.dashboard .bars .box.receivable p.title:nth-child(2) {
	margin-bottom: 10px;
}
.dashboard .bars .box.receivable p.total {
	margin-top: 10px;
}
.dashboard .bars .box.receivable p.amount {
	font-weight: 600;
	color: #0274c1;
}
.dashboard .bars .box.receivable .invoice-cleared span {
	width: 100px;
	margin: 0 28%;
	height: 100px;
	line-height: 100px;
	font-size: 1.3em;
	color: #efefef;
	text-shadow: 0 1px 6px #0aaab7;
	background-color: rgba(187, 237, 241, 1);
	border-radius: 99em;
}
/* -- */
.dashboard .bars .box.zones {
	padding: 2% 2.5% 0;
}
.dashboard .bars .box.zones header {
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
}
.dashboard .bars .box.zones .zone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 34px; line-height: 34px;
	margin-bottom: 6px;
	background-color: rgba(79, 152, 195, 0.4);
}
.dashboard .bars .box.zones .zone:nth-child(odd) {
	background-color: rgba(187, 237, 241, 1);
}
.dashboard .bars .box.zones .zone .name {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
}
.dashboard .bars .box.zones .zone .amount {
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
}
/* -- */
.dashboard .bars .box h3 {
	padding-left: 25px;
	height: 44px; line-height: 44px;
	font-size: 1em;
	letter-spacing: 0.3px;
	border-bottom: 1px dashed #ccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.dashboard .bars .box article .record {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 25px;
	font-size: 0.95em;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
}
.dashboard .bars .box article .record.header {
	background: #f1f6f4;
}
.dashboard .bars .box article .record .cave.two-half {
	width: 20.83333333333334%;
}
.dashboard .bars .box article .record .cave.three {
	width: 25%;
}
.dashboard .bars .box article .record .cave.three-half {
	width: 29.16666666666667%;
}
.dashboard .bars .box article .record .cave.four-half {
	width: 37.5%;
}
.dashboard .bars .box article .record .cave.homeNo {
	text-align: center;
}
.dashboard .bars .box article .record .cave {
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.dashboard .bars .box article .record .cave a {
	color: #444;
}
.dashboard .bars .box #noRecord {
	margin-top: 3%;
	font-size: 0.95em;
	text-align: center;
	font-style: italic;
	color: #555;
}



/* ----------------------------------------------------------- */
/* ---------------------- workplace -------------------------- */
/* ----------------------------------------------------------- */

.middlebar .positionBar {
	/*float: left;
	width: 96%;*/
	height: 36px; line-height: 36px;
	padding: 0 2%;
	color: #444;
	font-size: 0.95em;
	background: #fff;
}
.middlebar .positionBar i {
	color: #666;
}
.middlebar .positionBar label {
	position: relative;
	left: 10px;
}
.middlebar .contentBar {
	margin: 1% 2%;
	background: #fff;
}

.workplace .bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1% 2% 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.workplace .bar .alert {
	flex-basis: 100%;
	padding: 0 20px;
	font-size: 0.9em;
	color: #555;
	background-color: #ffdc95;
	border: 1px solid #ffc551;
	position: relative;
	opacity: 1;
	display: block;
  	transition: all 1s linear;
}
.workplace .bar .alert.hide {
	display: none;
	opacity: 0;
}
.workplace .bar .alert a {
	color: #555;
}
.workplace .bar .alert strong,
.workplace .bar .alert .alert-text {
	float: left;
	padding: 10px 0;
}
.workplace .bar .alert strong {
	padding-right: 5px;
	letter-spacing: 0.5px;
}
.workplace .bar .alert .close-btn {
	position: absolute;
	right: 20px;
	padding: 6px 10px 7px;
	font-size: 1.5em;
	cursor: pointer;
	transition: 0.3s;
}
.workplace .bar .close-btn:hover {
	background-color: #ffcc65;
}

/* -------- unknown -------- */
.unknown {
	padding: 1.5% 2%;
	min-height: 230px;
	font-size: 0.95em;
	background: #fff url(../images/system/oops.png) 94% 15px no-repeat;
}
.unknown h3 {
	font-size: 1.2em;
	margin-bottom: 1%;
}
.unknown ul {
	margin: 0.5% 0 0.5% 4%;
}
.unknown p, .unknown ul li {
	line-height: 21px;
}


/* ------- load page ------- */

.workplace #loadPage #command,
.workplace #loadPage #dynamicQnd {
	float: left;
	width: 100%;
	padding: 1% 2%;
	border: 1px dotted #999;
	background: #fff;
}
.workplace #loadPage #dynamicQnd {
	margin: 1% 0;
}
.workplace #loadPage #dynamicQnd.transparent {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
/* -- search --*/
.workplace #loadPage #command #searchBox {
	position: relative;
	float: left;
	width: 65%;
}
.workplace #loadPage #command #searchBox.large {
	width: 70%;
}
.workplace #loadPage #command .buttons {
	float: right;
	width: 30%;
}
.workplace #loadPage #command #searchBox input.srchInput {
	float: left;
	width: 100%;
	padding-left: 5%;
	height: 30px;
	background: url(../images/system/bg-search.png) 10px no-repeat;
	border: 1px solid #ccc;
}
.workplace #loadPage #command #searchBox input.srchInput.no-image {
	padding-left: 1%;
	background: none;
}
.workplace #loadPage #command #searchBox input.srchInput.seventy {
	width: 70%;
}
.workplace #loadPage #command #searchBox input.srchInput.fivety {
	width: 50%;
}
.workplace #loadPage #command #searchBox input.srchInput.forty {
	width: 45%;
}
.workplace #loadPage #command #searchBox input.srchInput.twenty {
	width: 25%;
}
.workplace #loadPage #command #searchBox input.srchInput.second {
	margin-left: 10px;
}
.workplace #loadPage #command #searchBox input.srchInput:focus {
	outline: none;
	background-color: #eefaeb;
}
.workplace #loadPage #command #searchBox .page-search-btn {
	padding: 0 20px;
	height: 30px;
    font-size: 0.85em;
    margin-left: 6px;
    background-color: #c2dcea;
    border: 1px solid #78c0e6;
    cursor: pointer;
    outline: none;
}
/*.workplace #loadPage #command #searchBox {
	position: absolute;
	width: 75%;
	margin: 30px 0 0 1px;
	height: auto;
	min-height: 30px;
	max-height: 200px;
	background: #fff;
	outline: 1px solid #bbb;
	z-index: 100;
	overflow-y: scroll;
	display: none;
}*/
.workplace #loadPage #command .suggest {
	position: absolute;
	width: 75%;
	margin: 30px 0 0 1px;
	height: auto;
	min-height: 30px;
	max-height: 200px;
	background: #fff;
	outline: 1px solid #bbb;
	z-index: 100;
	overflow-y: scroll;
	display: none;
}
.workplace #loadPage #command .suggest.sixty {
	width: 60%;
}
.workplace #loadPage #command .suggest.fivety {
	width: 46.7%;
}
/*.workplace #loadPage #command .suggest.eighty {
	width: 82%;
}
.workplace #loadPage #command .suggest.ninety {
	width: 92%;
}*/
.workplace #loadPage #command .suggest.loading::before {
	content: '';
	float: left;
	width: 16px;
	height: 30px; line-height: 30px;
	margin-left: 14px;
	background: url(../images/system/loading.gif) 0 no-repeat;
}
.workplace #loadPage #command .suggest.loading::after {
	float: left;
	margin-left: 15px;
	height: 30px; line-height: 30px;
	font-size: 0.9em;
	color: #888;
	content: 'loading';
}
.workplace #loadPage #command .suggest a {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
	z-index: 500;
}
.workplace #loadPage #command .suggest div.option {
	float: left;
	width: 100%;
	padding: 5px 15px;
	height: auto;
	min-height: 26px;
	font-size: 0.95em;
	border-bottom: 1px dotted #bbb;
}
.workplace #loadPage #command .suggest div.option:hover {
	background: #f3f3f3;
}
.workplace #loadPage #command .suggest div.option p {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #666;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.workplace #loadPage #command .suggest div.option p span {
	font-weight: 600;
}
.workplace #loadPage #command .suggest div.option p span::after {
	content: ': ';
}
.workplace #loadPage #command .suggest div.option p i {
	margin-left: 10px;
	font-style: normal;
	background-color: rgba(255,0,0,0.1);
}
.workplace #loadPage #command .suggest p#notFound {
	float: left;
	width: 100%;
	padding-left: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
	/*text-align: center;*/
}
/*.workplace #loadPage #command #searchBox div.options {
	float: right;
	width: 48%;
	margin-left: 2%;
}
.workplace #loadPage #command #searchBox div.options div.option {
	float: left;
	padding-right: 4%;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.workplace #loadPage #command #searchBox div.options input[type="radio"] {
	float: left;
	margin: 1px 6px 0 2px;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.workplace #loadPage #command #searchBox div.options span {
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 0.85em;
	cursor: pointer;
}*/
.workplace #loadPage div.buttons .btnAddNew {
	float: right;
	padding: 2.2% 6%;
	font-size: 0.9em;
}
.workplace #loadPage div.buttons .btnAddNew.second {
	margin-left: 15px;
}
.workplace #loadPage div.buttons .btnAddNew.gray {
	background: #dfdfdf;
	border:1px solid #ccc;
	color: #666666;
	font-size: 1em;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow:none;
}
/* --- */
.workplace #loadPage #dynamicQnd #foundNum {
	float: left;
	width: 62.7%;
	margin: 0 0 1%;
	padding: 0.5% 1%;
	font-size: 0.9em;
	background: #dff1e0;
	border: 1px dotted #5cd462;
}
.workplace #loadPage #dynamicQnd #foundNum span#refresh {
	position: relative;
	left: 20px;
}
.workplace #loadPage #dynamicQnd #foundNum span#refresh a {
	color: #f00;
	text-decoration: underline;
	cursor: pointer;
	-webkit-animation: blinker is linear infinite;
	        animation: blinker is linear infinite;
}
.workplace #loadPage #dynamicQnd #filters {
	float: right;
	width: 35%;
	margin: 0 0 1%;
}
.workplace #loadPage #dynamicQnd #filters > div {
	float: left;
	width: 50%;
}
.workplace #loadPage #dynamicQnd #filters label {
	float: left;
	width: 45%;
	margin-top: 3.5%;
	text-align: right;
	font-size: 0.9em;
	color: #444;
}
.workplace #loadPage #dynamicQnd #filters select {
	float: right;
	width: 51%;
	height: 30px;
	padding-left: 6px;
	color: #444;
	font-size: 0.8em;
	border: 1px solid #bbb;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.workplace #loadPage #dynamicQnd #filters select:focus {
	outline: none;
	background-color: #eefaeb;
}
/* --- */
.workplace #loadPage #dynamicQnd #dataTable {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 2%;
	min-height: 200px;
	border-top: 1px dotted #999;
}
.workplace #loadPage #dataTable div#loading,
.workplace .twoCols div.dynamicData #loading {
	float: left;
	width: 100%;
	margin: 1% 0 0;
	text-align: center;
	height: 20px;
	display: none;
}
.workplace .twoCols div.dynamicData #loading {
	margin: 2% 0 0;
}
.workplace #loadPage #dataTable div#loading::before,
.workplace .twoCols div.dynamicData #loading::before {
	content: 'loading';
	color: #555;
	font-style: italic;
}
.workplace #loadPage #dataTable div#loading::after,
.workplace .twoCols div.dynamicData #loading::after {
	content: url(../images/system/loading.gif);
	padding-left: 1%;
}
.workplace .twoCols div.dynamicData #loading::after {
	padding-left: 2%;
}
.workplace #loadPage #dataTable p#noRecords {
	float: left;
	width: 100%;
	margin: 2% 0;
	font-size: 0.9em;
	text-align: center;
	color: #666;
}
.workplace #loadPage #dataTable div.record {
	float: left;
	width: 100%;
	font-size: 0.83em;
	border: 1px dotted #999;
	border-top: none;
}
.workplace #loadPage #dataTable div.record:nth-child(even) {
	background:#f3f3f3;
}
.workplace #loadPage #dataTable div.record.header {
	color: #333;
	background: #cdcdcd;
}
.workplace #loadPage #dataTable div.record.suspended:after {
	position: absolute;
	right: 0px;
	content:  '';
	width: 7px;
	height: 30px;
	background-color: #ff8000;
}
.workplace #loadPage #dataTable div.cave {
	position: relative;
	float: left;
	width: auto;
	height: 30px; line-height: 30px;
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px dotted #999;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.workplace #loadPage #dataTable #record.header div.cave {
	height: 32px; line-height: 32px;
	border-left: 1px dotted #fff;
}
.workplace #loadPage #dataTable div.cave:first-child {
	border-left: none !important;
	margin: 0;
}
.workplace #loadPage #dataTable div.cave.half {
	width: 5%;
}
.workplace #loadPage #dataTable div.cave.third {
	width: 6.666666666666667%;
}
.workplace #loadPage #dataTable div.cave.one {
	width: 8.333333333333333%;
}
.workplace #loadPage #dataTable div.cave.one-left {
	width: 10.41666666666667%;
}
.workplace #loadPage #dataTable div.cave.one-half {
	width: 12.5%;
}
.workplace #loadPage #dataTable div.cave.two {
	width: 16.66666666666667%;
}
.workplace #loadPage #dataTable div.cave.two-half {
	width: 20.83333333333334%;
}
.workplace #loadPage #dataTable div.cave.three {
	width: 25%;
}
.workplace #loadPage #dataTable div.cave.three-half {
	width: 29.16666666666667%;
}
.workplace #loadPage #dataTable div.cave.four {
	width: 33.33333333333333%;
}
.workplace #loadPage #dataTable div.cave.four-half {
	width: 37.5%;
}
.workplace #loadPage #dataTable div.cave.five {
	width: 41.66666666666667%;
}
.workplace #loadPage #dataTable div.cave.five-half {
	width: 45.83333333333334%;
}
.workplace #loadPage #dataTable div.cave.six {
	width: 50%;
}
.workplace #loadPage #dataTable div.cave.six-half {
	width: 54.16666666666667%;
}
.workplace #loadPage #dataTable div.cave.seven {
	width: 58.33333333333333%;
}
.workplace #loadPage #dataTable div.cave.seven-half {
	width: 62.5%;
}
.workplace #loadPage #dataTable div.cave.eight {
	width: 66.66666666666667%;
}
.workplace #loadPage #dataTable div.cave.eight-half {
	width: 70.83333333333334%;
}
.workplace #loadPage #dataTable div.cave.nine {
	width: 75%;
}
.workplace #loadPage #dataTable div.cave.nine-half {
	width: 79.16666666666667%;
}
.workplace #loadPage #dataTable div.cave.ten {
	width: 83.33333333333333%;
}
.workplace #loadPage #dataTable div.cave.ten-half {
	width: 87.5%;
}
.workplace #loadPage #dataTable div.cave.eleven {
	width: 91.66666666666667%;
}
.workplace #loadPage #dataTable div.cave.eleven-half {
	width: 95.83333333333334%;
}
.workplace #loadPage #dataTable div.cave.twelve {
	width: 100%;
}
.workplace #loadPage #dataTable div.cave.stopped,
.workplace #loadPage #dataTable div.cave.banned {
	background-color: #ff8000;
}
.workplace #loadPage #dataTable div.cave a.button {
	float: left;
	margin-right: 11%;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
}
.workplace #loadPage #dataTable div.cave a.button:hover {
	opacity: 1;
}
.workplace #loadPage #dataTable div.cave a.button::before {
	position: relative;
	font-size: 1.15em;
	top: 1px !important;
	font-family: "Font Awesome 5 Pro";
	content: "\f06e";
}
.startService.fa-check {
	color: #51a7d4;
	cursor: pointer;
	font-size: 1.2em;
	margin-top: 7px;
}
.workplace #loadPage #dataTable div.cave a.button.view::before {
	content: "\f06e";
}
.workplace #loadPage #dataTable div.cave a.button.edit::before {
	content: "\f040";
}
.workplace #loadPage #dataTable div.cave a.button.delete::before {
	content: "\f2ed";
}
.workplace #loadPage #dataTable div.cave a.button.stop::before {
	content: "\f05e";
	color: #0278b6;
}
.workplace #loadPage #dataTable div.cave a.button.show-text::before {
	margin-right: 6px;
}
.workplace #loadPage #dataTable div.cave.banned span {
	background-color: #ff8000;
	padding: 2px 5px;
}
/* -- */
.workplace #loadPage #dataTable div.cave span.number {
	position: absolute;
	top: 5px;
	right: 0;
	width: 18px;
	height: 18px; line-height: 15px;
	text-align: center;
	font-size: 0.7em;
	border-radius: 99em;

	color: #333;
	border: 1px solid #666;
	background-color: #fff;
}
.workplace #loadPage #dataTable div.cave span.number.second {
	margin-right: 3px;
}
.workplace #loadPage #dataTable div.cave span.number.red {
	color: #fff;
	border: 1px solid #f00;
	background-color: rgba(255,0,0,0.5);
}
.workplace #loadPage #dataTable div.cave span.number.green {
	color: #fff;
	border: 1px solid #008000;
	background-color: rgba(0,128,0,0.6);
}
/* --- */
#dsplyMore {
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), to(#dfdfdf));
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #DCDCDC;
	text-shadow: 0 1px 0 #fff;
}
#dsplyMore:hover {
	background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), to(#ededed));
	background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color: #dfdfdf;
}
#dsplyMore {
	float: left;
	width: 20%;
	margin: 2% 1% 2% 40%;
	min-height: 30px; line-height: 30px;
	color: #555555;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #bbb;
}
.twoCols #dsplyMore {
	width: 30%;
	margin: 2% 1% 2% 35%;
}
#dsplyMore:after {
	content: 'See More';
}
.noneLink {
	display: none;
}
#no_more {
	float: left;
	width: 50%;
	margin: 2% 25%;
	min-height: 36px;
	text-align: center;
}
/* --- two Cols --- */
.workplace .twoCols {
	float: left;
	width: 49%;
	background: #fff;
	border: 1px solid #ccc;
}
.workplace .twoCols:nth-child(even) {
	float: right;
}
.workplace .twoCols.second {
	margin-top: 1.2%;
}
.workplace .twoCols.long {
	width: 100%;
}
.workplace .twoCols header {
	float: left;
	width: 100%;
	height:  33px; line-height: 33px;
	padding: 0 3%;
	color: #333;
	background: #ddd;
}
.workplace .twoCols.long header {
	padding: 0 1.8%;
}
.workplace .twoCols header span {
	position: relative;
	left: 7px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.workplace .twoCols header .addnew  {
	float: right;
	width: 16px;
	height: 31px; line-height: 31px;
	color: #0278b6;
	cursor: pointer;
	text-decoration: none;
}
.workplace .twoCols header .addnew:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	font-size: 1.2em;
}
.workplace .twoCols div#searchBox {
	position: relative;
	float: left;
	width: 94%;
	margin: 1.5% 3%;
}
.workplace .twoCols.long div#searchBox {
	width: 96.4%;
	margin: 0.8% 1.8%;
}
.workplace .twoCols div#searchBox input.srchInput {
	float: left;
	width: 100%;
	padding-left: 7%;
	height: 32px;
	background: url(../images/system/bg-search.png) 10px no-repeat;
	border: 1px solid #ccc;
}
.workplace .twoCols.long div#searchBox input.srchInput {
	padding-left: 3.5%;
}
.workplace .twoCols div#searchBox input.srchInput:focus {
	outline: none;
	background-color: #eefaeb;
	border: 1px solid #aaa;
}
/*.workplace div.suggest.twelve {
	width: 99.5%;
}*/
/* --- */
.workplace .twoCols div.dynamicData {
	position: relative;
	float: left;
	width: 94%;
	margin: 0 3% 3%;
	height: 370px;
	overflow-y: auto;
	border: 1px dotted #999;
}
.workplace .twoCols.long div.dynamicData {
	width: 96.35%;
	margin: 0 1.8% 2%;
	height: 250px;
}
.workplace .twoCols.middle div.dynamicData {
	height: 220px;
}
.workplace .twoCols.short div.dynamicData {
	height: 150px;
}
.workplace .twoCols div.dynamicData div.record {
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 3%;
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
}
.workplace .twoCols div.dynamicData div.record:nth-child(even) {
	background: #f3f3f3;
}
.workplace .twoCols div.dynamicData div.record.header {
	color: #333;
	background: #ddd;
}
.workplace .twoCols div.dynamicData div.record.suspended:after {
	position: absolute;
	right: 0;
	content:  '';
	width: 7px;
	height: 32px;
	background-color: #ff8000;
}
.workplace .twoCols div.record .cave {
	float: left;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.workplace .twoCols div.record .cave.one {
	width: 8.333333333333333%;
}
.workplace .twoCols div.record .cave.two {
	width: 16.66666666666667%;
}
.workplace .twoCols div.record .cave.three {
	width: 25%;
}
.workplace .twoCols div.record .cave.four {
	width: 33.33333333333333%;
}
.workplace .twoCols div.record .cave.five {
	width: 41.66666666666667%;
}
.workplace .twoCols div.record .cave.six {
	width: 50%;
}
.workplace .twoCols div.record .cave.seven {
	width: 58.33333333333333%;
}
.workplace .twoCols div.record .cave.eight {
	width: 66.66666666666667%;
}
.workplace .twoCols div.record .cave.nine {
	width: 75%;
}
.workplace .twoCols div.record .cave.ten {
	width: 83.33333333333333%;
}
.workplace .twoCols div.record .cave.eleven {
	width: 91.66666666666667%;
}
.workplace .twoCols div.record .cave.twelve {
	width: 100%;
}
.workplace .twoCols div.cave a.button {
	float: left;
	margin-right: 11%;
	color: #999;
	text-decoration: none;
	cursor: pointer; font-weight: 300;
}
.workplace .twoCols div.cave a.button:hover {
	color: #333;
}
.workplace .twoCols div.cave a.button::before {
	position: relative;
	font-size: 1.15em;
	top: 1px !important;
}
.workplace .twoCols div.cave a.button.view::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f06e";
}
.workplace .twoCols div.cave a.button.edit::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f040";
}
.workplace .twoCols div.cave a.button.delete::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f2ed";
}
.workplace .twoCols div.cave a.button.show-text::before {
	margin-right: 6px;
}
.workplace .twoCols p#noRecords {
	float: left;
	width: 100%;
	margin: 2% 0;
	font-size: 0.95em;
	text-align: center;
	color: #666;
}
/* ----------------------------------------------------------- */
/* ------------------------- the form ------------------------ */
/* ----------------------------------------------------------- */

.workplace p#info {
	float: left;
	width: 75%;
	padding: 0.5% 2%;
	font-size: 0.9em;
	color: #ca5f5f;
	background: #fff;
	border: 1px dotted #c00;
}
.workplace p#info .hint {
	font-size: 0.95em;
	color: #999;
	margin-left: 10px;
	cursor: pointer;
}
.workplace p#info .hint:hover {
	color: #333;
}
.workplace a#btnCancel,
.workplace .showRecord #rightSide a#back {
	float: right;
	width: 8%;
	height: 30px; line-height: 30px;
	font-size: 0.9em;
	color: #666666;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), to(#dfdfdf));
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #dcdcdc;
}
.workplace .normal-link {
	float: right;
    margin-right: 15px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
    text-decoration: underline;
}
.workplace .theForm {
	float: left;
	width: 100%;
	margin: 1% 0;
	background: #fff;
	display: none;
}
.workplace .theForm.no-color {
	background: none;
}
.workplace .theForm div.record {
	float: left;
	width: 100%;
	padding: 0.7% 2.1%;
}
.workplace .theForm div.record:nth-child(even) {
	background: #e6e6e6;
}
.workplace .theForm div.record.last {
	padding: 0.7% 0;
	border-bottom: none;
	background-color: #e4e4e4;
}
.workplace .theForm.no-color div.record.last {
	background-color: transparent;
}
.workplace .theForm div.record .column {
	float: left;
	width: 49%;
}
.workplace .theForm div.record .column.long {
	width: 100%;
}
.workplace .theForm div.record .column.right {
	float: right;
}
.workplace .theForm div.record .leftPrt {
	position: relative;
	float: left;
	width: 30%;
	height: 29px; line-height: 29px;
	color: #444;
	font-size: 0.87em;
}
.workplace .theForm div.record div.column.long .leftPrt {
	width: 14.7%;
}
.workplace .theForm div.record .rghtPrt {
	float: left;
	width: 70%;
	position: relative;
}
.workplace .theForm div.record .rghtPrt.new-row {
	margin-left: 30%;
	margin-top: 5px;
}
.workplace .theForm div.record div.column.long .rghtPrt {
	width: 85%;
}
.workplace .theForm div.clear {
	float: left;
	width: 100%;
	height: 8px;
	border-bottom: 1px dotted #ccc;
}
.workplace .theForm div.clear.transparent {
	background: #f1f6f4;
}
.workplace .theForm div.clear.hidden {
	height: 0px;
	visibility: hidden;
}
.workplace .theForm div.record .leftPrt.required::after {
	content: ' *';
	color: #f00;
	position: relative;
	left: 0px;
}
.workplace .theForm div.record .leftPrt[title]::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f059';
	font-size: 0.9em;
	top: -5px;
	margin-left: 3px;
	color: #949494;
	cursor: pointer;
	position: absolute;
}
.workplace .theForm .suggest {
	position: absolute;
	width: 75%;
	margin: 30px 0 0 1px;
	height: auto;
	min-height: 30px;
	max-height: 200px;
	background: #fff;
	outline: 1px solid #bbb;
	z-index: 100;
	overflow-y: scroll;
	display: none;
}
/*.workplace .theForm .suggest.sixty {
	width: 60%;
}
.workplace .theForm .suggest.fivety {
	width: 46.7%;
}
.workplace .theForm .suggest.eighty {
	width: 82%;
}*/
.workplace .theForm .suggest.ninety {
	width: 90%;
}
.workplace .theForm .suggest.ninety-two {
	width: 92%;
}
.workplace .theForm .suggest.ninety-three {
	width: 93%;
}
.workplace .theForm .suggest.ninety-four {
	width: 94%;
}
.workplace .theForm div.innerRow div.suggest {
	width: 60%;
	margin-left: 21%;
}
.workplace .theForm .suggest.loading::before {
	content: '';
	float: left;
	width: 16px;
	height: 30px; line-height: 30px;
	margin-left: 14px;
	background: url(../images/system/loading.gif) 0 no-repeat;
}
.workplace .theForm .suggest.loading::after {
	float: left;
	margin-left: 15px;
	height: 30px; line-height: 30px;
	font-size: 0.9em;
	color: #888;
	content: 'loading';
}
.workplace .theForm .suggest a {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
	z-index: 500;
}
.workplace .theForm .suggest div.option {
	float: left;
	width: 100%;
	padding: 5px 15px;
	height: auto;
	min-height: 26px;
	font-size: 0.9em;
	border-bottom: 1px dotted #bbb;
}
.workplace .theForm .suggest div.option:hover {
	background: #f3f3f3;
}
.workplace .theForm .suggest div.option p {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #666;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.workplace .theForm .suggest div.option p span {
	font-weight: 600;
}
.workplace .theForm .suggest div.option p span::after {
	content: ': ';
}
.workplace .theForm .suggest div.option p i {
	margin-left: 10px;
	font-style: normal;
	background-color: rgba(255,0,0,0.1);
}
.workplace .theForm .suggest p#notFound {
	float: left;
	width: 100%;
	padding-left: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}
.workplace input.inputText,
.workplace select,
.workplace textarea {
	float: left;
	height: 30px;
	padding-left: 8px;
	color: #666;
	border: 1px solid #bfbfbf;
}
.workplace input.inputText.highlight,
.workplace select.highlight,
.workplace textarea.highlight,
.workplace .highlight {
	border: 1px solid #f00;
}
.workplace input[type="radio"] {
	float: left;
	-webkit-transform: scale(1.2,1.2);
	    -ms-transform: scale(1.2,1.2);
	        transform: scale(1.2,1.2);
	height: 30px;
	line-height: 30px;
}
.workplace input[type="month"] {
	font-family: lato;
}
.workplace textarea {
	height: auto;
	max-height: 100px;
	padding: 8px;
	font-family: lato;
	font-size: 0.9em;
}
.workplace input.inputText.second,
.workplace input[type="radio"].second,
.workplace select.second {
	margin-left: 10px;
}
.workplace #loadPage #command input.inputText.second,
.workplace #loadPage #command select.second {
	margin-left: 8px;
}
.workplace select {
	padding-left: 8px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve' width='512px' height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpolygon points='0,53.333 106.667,160 213.333,53.333 ' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23999999'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: .70em auto, 100%;
}
.workplace input[type="color"] {
	-webkit-appearance: square-button;
	height: 28px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px;
}
.workplace input.inputText.twelve,
.workplace select.twelve,
.workplace textarea.twelve {
	width: 100%;
}
.workplace input.inputText.eleven-half,
.workplace select.eleven-half,
.workplace textarea.eleven-half {
	width: 95.83333333333334%;
}
.workplace input.inputText.eleven-third,
.workplace select.eleven-third,
.workplace textarea.eleven-third {
	width: 94.75000000000001%;
}
.workplace input.inputText.eleven,
.workplace select.eleven,
.workplace textarea.eleven {
	width: 91.66666666666667%;
}
.workplace input.inputText.ten-half,
.workplace select.ten-half,
.workplace textarea.ten-half {
	width: 87.5%;
}
.workplace input.inputText.ten,
.workplace select.ten,
.workplace textarea.ten {
	width: 83.33333333333333%;
}
.workplace input.inputText.nine-half,
.workplace select.nine-half,
.workplace textarea.nine-half {
	width: 79.16666666666667%;
}
.workplace input.inputText.nine-left,
.workplace select.nine-left,
.workplace textarea.nine-left {
	width: 81.16666666666667%;
}
.workplace input.inputText.nine,
.workplace select.nine,
.workplace textarea.nine {
	width: 75%;
}
.workplace input.inputText.eight-half,
.workplace select.eight-half,
.workplace textarea.eight-half {
	width: 70.83333333333334%;
}
.workplace input.inputText.eight-left,
.workplace select.eight-left,
.workplace textarea.eight-left {
	width: 68.66666666666667%;
}
.workplace input.inputText.eight,
.workplace select.eight,
.workplace textarea.eight {
	width: 66.66666666666667%;
}
.workplace input.inputText.seven-half,
.workplace select.seven-half {
	width: 62.5%;
}
.workplace input.inputText.seven-left,
.workplace select.seven-left {
	width: 60.33333333333333%;
}
.workplace input.inputText.seven,
.workplace select.seven {
	width: 58.33333333333333%;
}
.workplace input.inputText.six-half,
.workplace select.six-half {
	width: 54.16666666666667%;
}
.workplace input.inputText.six-left,
.workplace select.six-left {
	width: 52.16666666666667%;
}
.workplace input.inputText.six,
.workplace select.six {
	width: 50%;
}
.workplace input.inputText.five-half,
.workplace select.five-half {
	width: 45.83333333333334%;
}
.workplace input.inputText.five,
.workplace select.five {
	width: 41.66666666666667%;
}
.workplace input.inputText.four-half,
.workplace select.four-half {
	width: 37.5%;
}
.workplace input.inputText.four-left,
.workplace select.four-left {
	width: 39.5%;
}
.workplace input.inputText.four,
.workplace select.four {
	width: 33.33333333333333%;
}
.workplace input.inputText.three-two,
.workplace select.three-two {
	width: 32.1%;
}
.workplace input.inputText.three-half,
.workplace select.three-half {
	width: 29.16666666666667%;
}
.workplace input.inputText.three,
.workplace select.three {
	width: 25%;
}
.workplace input.inputText.two-half,
.workplace select.two-half {
	width: 20.83333333333334%;
}
.workplace input.inputText.two,
.workplace select.two {
	width: 16.66666666666667%;
}
.workplace input.inputText.one-half,
.workplace select.one-half {
	width: 12.5%;
}
.workplace input.inputText.one,
.workplace select.one {
	width: 8.333333333333333%;
}
.workplace input.inputText:focus,
.workplace select:focus,
.workplace select:focus optgroup,
.workplace textarea:focus {
	outline: none;
	background-color: #dfefdb;
	border: 1px solid #999;
}
.workplace input:-moz-read-only:focus, .workplace textarea:-moz-read-only:focus {
	outline: none;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}
.workplace input:read-only:focus,
.workplace textarea:read-only:focus {
	outline: none;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}
.workplace input.inputText::-webkit-input-placeholder, .workplace textarea::-webkit-input-placeholder{
	color: #aaa;
}
.workplace input.inputText::-moz-placeholder, .workplace textarea::-moz-placeholder{
	color: #aaa;
}
.workplace input.inputText:-ms-input-placeholder, .workplace textarea:-ms-input-placeholder{
	color: #aaa;
}
.workplace input.inputText::-ms-input-placeholder, .workplace textarea::-ms-input-placeholder{
	color: #aaa;
}
.workplace input.inputText::placeholder,
.workplace textarea::placeholder{
	color: #aaa;
}
.workplace .theForm .search-btn {
	float: left;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #6bb5dd;
	border: 1px solid #51a7d6;
	outline: none;
}
.workplace .theForm .search-btn:hover {
	background-color: #4fb5ea;
}
.workplace .theForm div#tweet_feed {
	float: left;
	width: 50%;
	margin: 0.5% 0 0 1%;
	font-size: 0.85em;
	color: #666;
	font-style: italic;
}
.workplace .theForm .addNew {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #999;
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #ccc;
	border-left: none;
}
.workplace .theForm .addNew:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f067";
	font-size: 1.1em;
}
.workplace .theForm .addNew:hover {
	color: #666;
}
.workplace .theForm .auto-next  {
	float: left;
	margin-left: 10px;
	width: 16px;
	height: 31px; line-height: 31px;
	cursor: pointer;
	text-decoration: none;
}
.workplace .theForm .auto-next:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 1.2em;
	content: "\f061";
	color: #bbb;
}
.workplace .theForm .auto-next.started:before {
	content: "\f364";
	color: #4ca5d4;
}
.workplace div label.error {
	float: left;
	margin-top: 3px;
	width: 100%;
	font-size: 0.87em;
	color: #f00;
	line-height: 22px;
	display: none;
}
.workplace div label.error::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f06a';
	color: #f00;
	margin-right: 8px;
}
/* -- */
.workplace .theForm div.record div.displayInfo {
	float: left;
	width: 100%;
	margin: 0.5% 0 0;
	display: none;
}
.workplace .theForm div.record div.displayInfo.visible {
	display: inline;
}
.workplace .theForm div.record div.column.long div.displayInfo.long {
	width: 80%;
	margin-left: 14.8%;
}
.workplace .theForm div.record div.displayInfo label#header {
	float: left;
	width: 100%;
	height: 30px; line-height: 30px;
	padding-left: 15px;
	font-size: 0.9em;
	color: #fff;
	background: #777;
}
.workplace .theForm div.record div.displayInfo div.infoWrap {
	float: left;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}
.workplace .theForm div.record div.displayInfo .info-row {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 15px;
	/*min-height: 26px; line-height: 26px;*/
	font-size: 0.85em;
	/*font-style: italic;
	border-left: 1px dotted #999;*/
	border-bottom: 1px dotted #999;
}
.workplace .theForm div.record div.displayInfo p {
	float: left;
	width: 67%;
	padding: 5px 0 5px 10px;
	/*min-height: 26px; line-height: 26px;
	font-size: 0.85em;*/
	font-style: italic;
	/*border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;*/
}
.workplace .theForm div.record div.displayInfo p.title {
	width: 30%;
	padding-left: 0;
	border-right: 1px dotted #999;
}
.workplace .theForm div.record div.displayInfo p span {
	padding: 1% 2%;
}
.workplace .theForm div.record div.displayInfo p span.bg-red {
	background: #f00;
	color: #fff;
}
.workplace .theForm div.record div.displayInfo p span.bg-green {
	background: #328814;
	color: #fff;
}
.workplace .theForm div.record div.displayInfo .info-row:last-child {
	border-bottom: none;
}
.workplace .theForm div.displayInfo .inline-check-box-wrap {
	position: absolute;
	right: 15px;
	top: 1px;
	/*display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(255,0,0,0.3);*/
}
.workplace .theForm div.displayInfo .inline-check-box-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.workplace .theForm div.displayInfo .inline-check-box-wrap .checkmark {
	text-align: center;
	color: #999;
	height: 24px;
	line-height: 24px;
	width: 24px;
	margin-right: 6px;
	font-size: 1.1em;
	background-color: #dad8d8;
    border: 1px solid #d2d2d2;
}
.workplace .theForm div.displayInfo .inline-check-box-wrap .check-text {
	line-height: 24px;
	cursor: pointer;
}
.workplace .theForm div.displayInfo .inline-check-box-wrap input:checked ~ .checkmark {
	color: #fff;
	background-color: #6bb5dd;
    border: 1px solid #51a7d6;
}
.workplace .theForm div.displayInfo .inline-check-box-wrap input ~ .checkmark:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f00d';
}
.workplace .theForm div.displayInfo .inline-check-box-wrap input:checked ~ .checkmark:after {
	content: '\f00c';
}
/*--- user add ---*/
.workplace .theForm div#header {
	float: left;
	width: auto;
	padding: 1% 0;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.workplace .theForm div#header label.error {
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: normal;
}
/* -- checkbox and radio buttons -- */
.workplace .theForm input[type='checkbox'] {
	float: left;
	margin: 10px 8px 0 2px;
	-webkit-transform: scale(1.3,1.3);
	    -ms-transform: scale(1.3,1.3);
	        transform: scale(1.3,1.3);
}
.workplace .theForm input[type='checkbox'].second {
	margin-left: 13px;
}
.workplace .theForm input[type='checkbox'] + span {
	float: left;
	line-height: 29px;
	font-size: 0.85em;
	cursor: pointer;
}
.workplace .theForm input[type='radio'] {
	float: left;
}
.workplace input[type='radio'] + label,
.workplace input[type='checkbox'] + label {
	float: left;
	margin: 6px 10px 0 5px;
	color: #444;
	font-size: 0.85em;
	cursor: pointer;
}
.workplace span.hint {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	font-size: 0.85em;
	color: #666;
}
.workplace .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;
}
.workplace .theForm.user div.column.long {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5%;
}
.workplace .theForm div#userRights {
	float: left;
	width: 100%;
	margin: 1% 0 0.5%;
}
.workplace .theForm div#userRights div.rights {
	float: left;
	width: 23%;
	margin-right: 2%;
}
.workplace .theForm section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.workplace .theForm fieldset {
	position: relative;
	-ms-flex-preferred-size: 49.3%;
	    flex-basis: 49.3%;
	padding: 44px 0 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.workplace .theForm fieldset.no-lengend {
	padding: 15px 0 8px;
}
.workplace .theForm fieldset.grey {
	background: #f5f5f5;
}
.workplace .theForm fieldset.white {
	background: #ededed;
}
.workplace .theForm fieldset.button {
	padding: 0;
	background: transparent;
	border: none;
}
.workplace .theForm fieldset.jumbo {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.workplace .theForm fieldset.second {
	margin-top: 15px;
}
.workplace .theForm fieldset legend {
	position: absolute;
	width: 100%;
    top: 0;
	padding: 7px 14px;
	font-size: 0.87em;
	background: #dedede;
	border-bottom: 1px solid #c1c1c1;
}
.workplace .theForm fieldset.white legend {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.workplace .theForm fieldset.orange legend {
	background: #cde0d8;
    color: #11a963;
    border-bottom: 1px solid #a1d2bd;
}
.workplace .theForm div#userRights fieldset > div {
	float: left;
	width: 90%;
	margin-left: 6%; margin-bottom: 1%;
}
.workplace .theForm .btnSubmit {
	float: right;
	padding: 0.7% 2.5%;
	font-size: 1em;
}
.workplace .theForm fieldset.button button.btnSubmit {
	padding: 1.6% 5%;
}
.workplace .theForm.chngPass .btnSubmit {
	float: left;
	margin-left: 16.2%;
	padding: 0.6% 3%;
}
.workplace .theForm label.process {
	float: right;
	margin-right: 10px;
	width: 20px;
	height: 30px;
	background: url(../images/system/loading.gif) center no-repeat;
	display: none;
}
.workplace .theForm.chngPass label.process {
	float: left;
	margin: 1.3% 0 0 2%;
}
/* -- reception form */
.workplace .theForm fieldset .innerRow {
	float: left;
	width: 100%;
	padding: 0 15px 7px;
}
.workplace .theForm.notary div.record .innerColumn {
	position: relative;
	float: left;
	width: 100%;
}
.workplace .theForm .innerRow div.label {
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 11px;
	width: 20%;
	height: 28px; line-height: 28px;
	color: #333;
	font-size: 0.83em;
}
.workplace .theForm .innerRow div.label.second {
	margin-left: 11px;
	width: auto;
}
.workplace .theForm .innerRow div.label.required::after {
	content: ' *';
	color: #f00;
	position: relative;
	left: 0px;
}
.workplace .theForm .innerRow div.label[title]::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f059';
	font-size: 0.9em;
	top: -5px;
	margin-left: 3px;
	color: #949494;
	cursor: pointer;
	position: absolute;
}
.workplace .theForm .innerRow span.hinter {
	float: left;
	margin-right: 10px;
	font-size: 0.85em;
	color: #666;
}
.workplace .theForm .innerRow span.hinter.xmedium {
	width: 22.5%;
}
.workplace .theForm .innerRow span.hinter.medium {
	width: 16.8%;
}
.workplace .theForm fieldset .innerRow label.error.margin-left {
	margin-left: 22%;
	width: 75%;
}
/* --- */
.workplace .theForm .check-box-wrap {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.workplace .theForm .check-box-wrap.second {
	margin-left: 10px;
}
.workplace .theForm .check-box-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.workplace .theForm .check-box-wrap .checkmark {
	float: none !important;
	font-size: 1em !important;

	text-align: center;
	color: #999;
	height: 30px;
	line-height: 30px !important;
	width: 30px;
	margin-right: 6px;
	background-color: #dad8d8;
    border: 1px solid #d2d2d2;
}
.workplace .theForm .check-box-wrap .check-text {
	font-size: 0.9em;
}
.workplace .theForm .check-box-wrap input:checked ~ .checkmark {
	color: #fff;
	background-color: #6bb5dd;
    border: 1px solid #51a7d6;
}
.workplace .theForm .check-box-wrap input ~ .checkmark:after {
	font-family: "Font Awesome 5 Pro";
	content: '\f00d';
}
.workplace .theForm .check-box-wrap input:checked ~ .checkmark:after {
	content: '\f00c';
}
.workplace .theForm .sms-help {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.2em;
	color: #666;
}
.workplace .sms-help[data-tooltip] {
	position: relative;
	z-index: 10;
}
.workplace .sms-help[data-tooltip]:before,
.workplace .sms-help[data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	bottom: calc(100% + 5px);
	pointer-events: none;
	transition: 0.2s;
	will-change: transform;
}
.workplace .sms-help[data-tooltip]:before {
	content: attr(data-tooltip);
	padding: 15px 18px;
	min-width: 50px;
	max-width: 300px;
	width: max-content;
	width: -moz-max-content;
	font-size: 0.8em;
	background-color: rgba(114, 114, 114);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
	color: #fff;
	white-space: pre-wrap;
	transform: translate(-50%, -5px) scale(0.5);
}
.workplace .sms-help[data-tooltip]:after {
	content: '';
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
	transition-duration: 0s;
	transform-origin: top;
	transform: translateX(-50%) scaleY(0);
}
.workplace .sms-help[data-tooltip]:hover:before,
.workplace .sms-help[data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}
.workplace .sms-help[data-tooltip]:hover:before {
	transition-delay: 0.3s;
	transform: translate(-50%, -5px) scale(1);
}
.workplace .sms-help[data-tooltip]:hover:after {
	transition-delay: 0.5s;
	transition-duration: 0.2s;
	transform: translateX(-50%) scaleY(1);
}
/* right */
.workplace .sms-help[data-tooltip-location="right"]:before,
.workplace .sms-help[data-tooltip-location="right"]:after {
	left: calc(100% + 5px);
	bottom: 50%;
}
.workplace .sms-help[data-tooltip-location="right"]:before {
	transform: translate(5px, 50%) scale(0.5);
}
.workplace .sms-help[data-tooltip-location="right"]:hover:before {
	transform: translate(5px, 50%) scale(1);
}
.workplace .sms-help[data-tooltip-location="right"]:after {
	border-width: 5px 5px 5px 0px;
	border-color: transparent rgba(114, 114, 114) transparent transparent;
	transform-origin: right;
	transform: translateY(50%) scaleX(0);
}
.workplace .sms-help[data-tooltip-location="right"]:hover:after {
	transform: translateY(50%) scaleX(1);
}

/* -- list of invoices in Receipt Form -- */
.workplace .theForm fieldset .no-record.receipt-form {
    margin: 1% 3%;
	text-align: center;
    color: #aaa;
    font-size: 0.95em;
    font-style: italic;
    line-height: 70px;
    background: #fcfcfc;
    border: 1px solid #ccc;
}
.workplace .theForm fieldset .receipt-process {
    text-align: center;
    display: block;
    line-height: 180px;
    display: none;
}
.workplace .theForm fieldset .receipt-process i {
    font-size: 1.3em;
    margin-right: 10px;
    -webkit-animation: spinner 1s linear infinite;
            animation: spinner 1s linear infinite;
    color: #0278b6;
}
.workplace .theForm fieldset article {
	float: left;
	width: 94%;
	margin: 0 3% 1%;
	height: 240px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	overflow-y: auto;
	display: none;
}
.workplace .theForm fieldset article div.line {
	float: left;
	width: 100%;
	padding: 5px 25px;
	height: 42px;
	line-height: 32px;
	border-bottom: 1px dotted #ccc;
}
.workplace .theForm fieldset article div.line.header {
	background: #f1f6f4;
	padding: 0 25px;
	height: 32px;
	font-weight: 600;
}
.workplace .theForm fieldset article p.noRecord {
	float: left;
	width: 100%;
	margin-top: 3%;
	font-size: 0.95em;
	text-align: center;
	font-style: italic;
	color: #555;
}
.workplace .theForm fieldset article div.line div.cave {
	float: left;
	font-size: 0.95em;
	height: 32px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
}
.workplace .theForm fieldset article div.line div.cave.four {
	width: 33.33333333333333%;
}
.workplace .theForm fieldset article div.line div.cave.three {
	width: 25%;
}
.workplace .theForm fieldset article div.line div.cave.two {
	width: 16.66666666666667%;
}
/* ---- */
..workplace .theForm div.record .check-list {
	margin: 10px 0;
}
.workplace .theForm div.record .check-list .empty-list {
	margin: 2% 0 2% 15%;
	font-size: 0.95em;
	font-style: italic;
	color: #888;
}
.workplace .theForm div.record .check-list .empty-list.error {
	color: #f00;
}
.workplace .theForm div.record .check-list .the-zone {
	border: 1px solid #ccc;
	border-top: none;
	display: block;
}
.workplace .theForm div.record .check-list .the-zone:first-child {
	border-top: 1px solid #ccc;
}
.workplace .theForm div.record .check-list .zone-name {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	display: flex;
	padding: 0 20px;
}
.workplace .theForm div.record .check-list .zone-name h4 {
	padding: 8px 0;
	margin-left: 15px;
	font-size: 0.95em;
}
.workplace .theForm div.record .check-list .home-record {
	display: flex;
	padding: 0 20px;
	border-bottom: 1px dotted #999;
}
.workplace .theForm div.record .check-list .home-record:last-child {
	border-bottom: none;
}
.workplace .theForm div.record .check-list .home-record .home-cell {
	padding-left: 10px;
	height: 28px; line-height: 28px;
	font-size: 0.9em;
	border-left: 1px dotted #999;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.workplace .theForm div.record .check-list .home-record:last-child .home-cell {
	height: 38px;
}
.workplace .theForm div.record .check-list .home-record .home-cell.no-padding {
	padding-left: 0;
	border-left: none;
}
.workplace .theForm div.record .check-list .home-record .home-cell.twelve {
	width: 100%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.eleven-half {
	width: 95.83333333333334%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.eleven {
	width: 91.66666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.ten-half {
	width: 87.5%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.ten {
	width: 83.33333333333333%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.nine-half {
	width: 79.16666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.nine {
	width: 75%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.eight-half {
	width: 70.83333333333334%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.eight {
	width: 66.66666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.seven-half {
	width: 62.5%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.seven {
	width: 58.33333333333333%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.six-half {
	width: 54.16666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.six {
	width: 50%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.five-half {
	width: 45.83333333333334%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.five {
	width: 41.66666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.four-half {
	width: 37.5%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.four {
	width: 33.33333333333333%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.three-half {
	width: 29.16666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.three {
	width: 25%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.two-half {
	width: 20.83333333333334%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.two {
	width: 16.66666666666667%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.one-half {
	width: 12.5%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.one {
	width: 8.333333333333333%;
}
.workplace .theForm div.record .check-list .home-record .home-cell.half {
	width: 3%;
}
/* ------  add to list ------ */
.workplace .theForm div.record .listCaves,
.workplace #loadPage div.record .listCaves {
	float: left;
	width: 100%;
	padding: 0.5% 0;
}
.workplace .theForm #topCaves,
.workplace .theForm #btmCaves,
.workplace #loadPage #topCaves,
.workplace #loadPage #btmCaves {
	float: left;
	width: 100%;
	color: #555;
	margin-bottom: 1%;
}
.workplace .theForm .listCaves div.cave,
.workplace #loadPage .listCaves div.cave {
	float: left;
	width: 8.333333333333333%;
	padding-left: 1%;
	font-size: 0.95em;
}
.workplace .theForm .listCaves div.cave.required:after,
.workplace #loadPage.listCaves div.cave.required:after {
	content: '*';
	color: #f00;
	position: relative;
	left: 3px;
}
/* --- */
.workplace .theForm div.cave input,
.workplace .theForm div.cave select,
.workplace #loadPage div.cave input,
.workplace #loadPage div.cave select {
	width: 99%;
	height: 30px;
	padding-left: 10px;
}
.workplace .theForm div.cave select,
.workplace #loadPage div.cave select {
	height: 29px;
}
.workplace .theForm a.addToList,
.workplace #loadPage a.addToList {
	float: left;
	width: 100%;
	height: 29px; line-height: 29px;
	text-align: center;
	font-size: 0.85em;
	color: #fff;
	background: #0278b6;
	cursor: pointer;
	text-decoration: none;
}
.workplace .theForm a.addToList.second {
	margin-left: 10px;
}
.workplace .theForm a.addToList:hover {
	background-color: #163b99;
}
.workplace .theForm div.cave a.addToList:focus {
	outline: none;
}
/* -- the list -- */
.workplace .theForm div.list {
	float: left;
	width: 100%;
	margin-bottom: 1%;
	counter-reset: section;
	border: 1px solid #cacaca;
	border-bottom: none;
}
.workplace .theForm div.list header,
.workplace .theForm div.list div.listItem {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cacaca;
}
.workplace .theForm div.list div.listItem:nth-child(odd) {
	background: #f7f7f7;
}
.workplace .theForm div.list header {
	background: #e5e5e5;
}
.workplace .theForm div.list div.cave {
	position: relative;
	float: left;
	width: auto;
	margin-left: 1%;
	font-size: 0.85em;
	border-right: 1px solid #cacaca;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.workplace .theForm div.list div.cave.tiny {
	width: 7%;
}
.workplace .theForm div.list div.cave.small {
	width: 15%;
}
.workplace .theForm div.list div.cave.medium {
	width: 25%;
}
.workplace .theForm div.list div.cave.large {
	width: 35%;
}
.workplace .theForm div.list div.cave.xlarge {
	width: 45%;
}
.workplace .theForm div.list div.cave.jumbo {
	width: 50%;
}
.workplace .theForm div.list header div.cave {
	height: 30px; line-height: 30px;
}
.workplace .theForm div.list div.listItem div.cave {
	height: 28px; line-height: 28px;
}
.workplace .theForm div.list div.cave.serial {
	width: 5%;
}
.workplace .theForm div.list div.listItem div.cave.serial::before {
	counter-increment: section;
	content: counter(section)".";
}
.workplace .theForm div.list div.cave:last-child {
	width: 10%;
	border: none;
}
.workplace .theForm div.list div.cave input {
	width: 96%;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.workplace .theForm div.list div.cave input:focus {
	outline: none;
}
.workplace .theForm div.list div.cave input.changeable {
	width: 90%;
	padding-left: 6px;
	border: 1px solid #cccccc;
	background: #fff;
}
.workplace .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;
}
/* --- input file for image upload --- */
.workplace .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.workplace .inputfile + label {
    max-width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.workplace .inputfile.second + label {
	margin-left: 10px;
}
.workplace .no-js .inputfile + label {
    display: none;
}
.workplace .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.workplace .inputfile6 + label {
    color: #1a2758;
}
.workplace .inputfile6 + label {
    border: 1px solid #ccc;
	background: #fff;
}
.inputfile6 + label span,
.inputfile6 + label strong {
    padding: 8px 15px;
}
.inputfile6 + label span {
    width: 100px;
	display: inline-block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
	font-size: 0.9em;
}
.inputfile6 + label strong {
   	height: auto;
    color: #fff;
    background-color: #8a8276;
    display: inline-block;
	font-size: 0.9em;
	border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	-webkit-border-radius: 0 1px 1px 0;
}
.inputfile6:focus + label strong,
.inputfile6.has-focus + label strong,
.inputfile6 + label:hover strong {
    background-color: #ccc;
	color: #333;
}











/* ----------------------------------------------------------- */
/* ----------------------- show Record ----------------------- */
/* ----------------------------------------------------------- */
.workplace .showRecord {
	float: left;
	width: 100%;
	padding: 1.5% 2%;
	font-size: 0.95em;
	min-height: 300px;
	background: #fff;
}
.workplace .showRecord #leftSide {
	float: left;
	width: 64%;
}
.workplace .showRecord #rightSide {
	float: right;
	width: 32%;
}
.workplace .showRecord #leftSide header {
	float: left;
	width: 100%;
	padding: 1.1% 2%;
	font-weight: 600;
	letter-spacing: 0.5px;
	background: #e6e6e6;
	border: 1px dotted #999;
}
.workplace .showRecord div.details {
	float: left;
	width: 100%;
	border: 1px dotted #999;
	border-top: none;
}
.workplace .showRecord #leftSide div#separate,
.workplace .showRecord #leftSide div#separate.responsive {
	float: left;
	width: 100%;
	height: 12px;
	border-bottom: 1px dotted #bbb;
}
.workplace .showRecord div.details.responsive,
.workplace .showRecord #leftSide div#separate.responsive {
	display: none;
}
.workplace .showRecord #leftSide .record {
	position: relative;
	float: left;
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px dotted #999;
}
.workplace .showRecord #leftSide .record:last-child {
	border-bottom: none;
}
.workplace .showRecord #leftSide .colLeft {
	float: left;
	width: 28%;
	margin-left: 2%;
	padding: 1% 0;
}
.workplace .showRecord #leftSide .colRight {
	float: right;
	width: 70%;
	padding: 1% 2%;
	min-height: 27px;
	color: #666;
	border-left: 1px dotted #999;
}
.workplace .showRecord #leftSide .colRight.remarks {
	line-height: 20px;
}
.workplace .showRecord #leftSide .colRight.no-padding {
	padding: 0;
}
.workplace .showRecord #leftSide .colRight p {
	float: left;
	width: 100%;
	margin: 0 0 1.5%;
	position: relative;
}
.workplace .showRecord #leftSide .colRight p.half {
	width: 49%;
}
.workplace .showRecord #leftSide .colRight p.quarter {
	width: 20%;
}
.workplace .showRecord #leftSide .colRight p .sms-error {
	position: absolute;
    top: -3px;
    padding: 2px 10px 0;
    margin-left: 10px;
    background-color: #ffe600;
    outline: 1px solid #efd700;
}
.workplace .showRecord #leftSide .colRight div.clear {
	float: left;
	width: 100%;
	height: 2px;
}
.workplace .showRecord #leftSide .colRight.remarks ul,
.workplace .showRecord #leftSide .colRight.remarks ol {
	float: left;
	margin-left: 18px;
}
.workplace .showRecord #leftSide .colRight .btn-close-account {
	padding: 6px 20px;
    color: #fff;
    background-color: #f95736;
    border: 1px solid #c52e0f;
    outline: none;
    cursor: pointer;
}
.workplace .showRecord #leftSide .colRight .btn-close-account:hover {
	background-color: #ce3819;
}
.workplace .showRecord #leftSide span.status {
	padding: 3px 10px;
	font-size: 0.95em;
	color: #111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.workplace .showRecord #leftSide span.status.active {
	background-color: #75ed93;
}
.workplace .showRecord #leftSide span.status.pending {
	background-color: #d7d7d7;
}
.workplace .showRecord #leftSide span.status.suspended,
.workplace .showRecord #leftSide span.status.stopped {
	background-color: #ff8000;
	color: #fff;
}
.workplace .showRecord #leftSide span.status.banned {
	background-color: #f00;
	color: #fff;
	padding: 3px 10px;
}
.workplace .showRecord #leftSide span.status.cancelled {
	background-color: #db0101;
	color: #fff;
}
.workplace .showRecord #leftSide .colRight p#notFound {
	margin: 0;
	padding: 8px 10px;
  	font-style: italic;
  	color: #888;
  	border-bottom: 1px solid #ccc;
}
.workplace .showRecord #leftSide .button {
	position: absolute;
	right: 3%;
	color: #999;
	text-decoration: none;
	cursor: pointer;
	height: 30px; line-height: 30px;
}
.workplace .showRecord.settings #leftSide .button {
	line-height: 20px;
}
.workplace .showRecord #leftSide .button:hover {
	color: #333;
}
.workplace .showRecord #leftSide .button::before {
	font-size: 1.15em;
}
.workplace .showRecord #leftSide .button.view::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f06e";
}
.workplace .showRecord #leftSide .button.edit::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f040";
}
.workplace .showRecord #leftSide .button.delete::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f2ed";
}
.workplace .showRecord #leftSide .button.show-text::before {
	margin-right: 6px;
}
.workplace .showRecord #leftSide div.cave-row {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #999;
}
.workplace .showRecord #leftSide div.cave-row:last-child {
	border-bottom: none;
}
.workplace .showRecord #leftSide div.cave-row div.cave {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 3%;
	height: 30px; line-height: 30px;
	border-left: 1px dotted #ccc;
}
.workplace .showRecord #leftSide div.cave-row div.cave.small {
	width: 33%;
}
.workplace .showRecord #leftSide div.cave-row div.cave.medium {
	width: 50%;
}
.workplace .showRecord #leftSide div.cave-row div.cave:first-child {
	border-left: none;
}
.workplace .showRecord #rightSide div.imgHolder {
	float: left;
	width: 35%;
	margin: 0 0 2%;
	border: 1px solid #999;
}
.workplace .showRecord #rightSide div.imgHolder img {
	float: left;
	width: 100%;
	border: none;
}
.workplace .showRecord #rightSide a#back {
	width: auto;
	margin: 0 0 3%;
	padding: 0 8%;
}
.workplace .showRecord #rightSide .print {
	float: left;
	margin: 0 2%;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
.workplace .showRecord #rightSide .print::before {
	position: relative;
	left: -5px;
	font-family: "Font Awesome 5 Pro";
	content: "\f02f";
	font-size: 1.1em;
}
/* -- print-drop-down */
.workplace .showRecord #rightSide .print-list {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 50px;
	height: 30px; line-height: 30px;
	color: #665132;
	border: 1px solid #ccc;
	cursor: pointer;
}
.workplace .showRecord #rightSide .print-list::before,
.workplace .showRecord #rightSide .print-list::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f02f';
	width: 38px;
	text-align: center;
}
.workplace .showRecord #rightSide .print-list::before {
	left: 0;
	border-right: 1px solid #ddd;
}
.workplace .showRecord #rightSide .print-list::after {
	content: '\f107';
	width: 28px;
	right: 0;
	font-weight: 600;
}
.workplace .showRecord #rightSide .print-list label {
	cursor: pointer;
}
.workplace .showRecord #rightSide .print-drop-down {
	position: absolute;
	margin-top: 33px;
	width: 260px;
	padding: 10px 0;
    color: #333;
	background: #fff;
	border: 1px solid #ccc;

	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.workplace .showRecord #rightSide .print-drop-down a {
	display: block;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	font-size: 0.9em;
	color: #665132;
	text-decoration: none;
}
.workplace .showRecord #rightSide .print-drop-down a:hover {
	background-color: #ddd;
}
.workplace .showRecord #rightSide h3#title {
	float: left;
	width: 100%;
	padding: 2% 5%;
	color: #fff;
	font-size: 1.05em;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 1px #000;
	background: #8b8b8b;
	border: 1px dotted #000;
}
.workplace .showRecord #rightSide div.details {
	float: left;
	width: 100%;
	background: #f2f9f9;
	border: 1px dotted #bbb;
	border-top: none;
	border-bottom: none;
}
.workplace .showRecord #rightSide div.details.stopped {
	background: #ffd0a0;
}
.workplace .showRecord #rightSide div.details.banned {
	background: #ffd4d4;
}
.workplace .showRecord #rightSide #record {
	float: left;
	width: 100%;
	padding: 3% 5%;
	font-size: 0.9em;
	border-bottom: 1px dotted #bbb;
}
.workplace .showRecord #rightSide p,
.workplace .showRecord #rightSide label {
	float: left;
	width: 90%;
	margin: 0 0 1%;
}
.workplace .showRecord #rightSide p {
	font-weight: 600;
}
/* -- profile -- */
.workplace .showRecord #rightSide div#prflePic {
	position: relative;
	float: left;
	width: 51%;
	margin: 0 0 2%;
}
.workplace .showRecord #rightSide div.imgWrap {
	float: left;
	width: 100%;
	border: 1px solid #999;
}
.workplace .showRecord #rightSide div.imgWrap img {
	float: left;
	width: 100%;
	border: none;
}
.workplace .showRecord div.imgWrap .progressBar {
	background: none repeat scroll 0 0 #e0e0e0;
	padding: 3px 0;
	top: 45%;
	position: absolute;
	width: 100%;
	display: none;
}
.workplace .showRecord div.imgWrap .progressBar .bar {
	width: 0;
	height: 14px;
	background-color: #b86a16;
}
.workplace .showRecord div.imgWrap .progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%;
}
.workplace .showRecord div.imgWrap div#imgChange {
	float: left;
	background: #0278b6;
	color: #fff;
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #999;
	cursor: pointer;
	z-index: 100;
}
.workplace .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;
}
.workplace .showRecord div#prflePic a#remove {
	float: left;
	margin-top: 5%;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/system/b_delete.png) left 1px no-repeat;
}
/* --- show user -- */
.workplace .showRecord div#rights {
	float: left;
	width: 100%;
}
.workplace .showRecord div#rights div.userRights {
	float: left;
	width: 24%;
	margin: 2% 0;
}
.workplace .showRecord div.userRights:first-child {
	margin: 2% 0 2% 2%;
}
.workplace .showRecord div.userRights fieldset {
	float: left;
	width: 90%;
	margin-bottom: 10px;
	padding: 3% 1%;
	border: 1px solid #ccc;
}
.workplace .showRecord div.userRights fieldset.second {
	margin-top: 10px;
}
.workplace .showRecord div.userRights fieldset legend {
	position: relative;
	margin-left: 10px;
	padding: 6px 20px;
	color: #333333;
	font-size: 0.9em;
	border: 1px solid #ccc;
}
.workplace .showRecord div.userRights fieldset > div {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1%;
}
.workplace .showRecord div.userRights fieldset > div:last-child {
	margin-bottom: 2%;
}
.workplace .showRecord div.userRights span {
	float: left;
	width: 16px;
	height: 16px;
	margin: 1.2% 0 1% 1%;
	color: #4bb966;
}
.workplace .showRecord div.userRights span.red {
	color: #db0101;
}
.workplace .showRecord div.userRights label {
	float: left;
	margin: 1% 0 1% 3%;
	font-size: 0.9em;
	color: #333;
}
/* --- popup form -- */
.workplace .state {
	position: absolute;
	top: 0;
	left: -100vw;
}
.workplace .state:checked ~ .content {
	-webkit-transform: none;
	-ms-transform: none;
	    transform: none;
}
.workplace .state:checked ~ .backdrop {
	bottom: 0;
	opacity: 1;
	z-index: 1;
}
.workplace .popUpForm {
	position: fixed;
	top: 30px; right: 0; left: 0;
	height: 0;
	z-index: 3000;
}
.workplace .popUpForm.no-header {
	top: 0;
}
.workplace .popUpForm.less-down {
	top: 50px;
}
.workplace .popUpForm.top-down {
	top: 80px;
}
.workplace .popUpForm .content {
	overflow: hidden;
	position: relative;
	z-index: 2000;
	width: 500px;
	max-height: 95vh;
	margin: 20px auto;
	background: #fff;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	    transform: translateY(-200%);
	-webkit-transition: 0.3s -webkit-transform ease-in-out;
	transition: 0.3s -webkit-transform ease-in-out;
	-o-transition: 0.3s 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;
}
.workplace .popUpForm.jumbo .content {
	width: 1024px;
}
.workplace .popUpForm.large .content {
	width: 830px;
}
.workplace .popUpForm.middle .content {
	width: 600px;
}
.workplace .popUpForm.three-height .content {
	min-height: 300px;
}
.workplace .popUpForm.no-header .content {
	top: 100px;
}
.workplace .popUpForm div.header {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 3%;
	height: 36px; line-height: 36px;
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #666;
}
.workplace .popUpForm div.header h3 {
	float: left;
	width: 100%;
	font-size: 0.95em;
	font-weight: 500;
}
.workplace .popUpForm div.header label.close {
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px; line-height: 36px;
	text-align: center;
	font-size: 1.3em; font-weight: 600;
	color: #000;
	background-color: #ccc;
	cursor: pointer;
	border-bottom: 1px solid #666;
}
.workplace .popUpForm div.header label.close:hover {
	background: #aaa;
}
.workplace .popupBody {
	float: left;
	width: 100%;
	padding: 2.5% 3% 4%;
}
.workplace .popupBody .tab-panel {
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
}
.workplace .popupBody .tab-panel.second {
	border-top: none;
}
.workplace .popupBody div.section {
	float: left;
  	width: 49%;
}
.workplace .popUpForm.jumbo div.section {
	width: 48%;
}
.workplace .popupBody div.section.right {
	float: right;
}
.workplace .popUpForm div.row {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}
.workplace .popUpForm div.row.hide {
	display: none;
}
.workplace .popUpForm div.lftPart {
	float: left;
	width: 30%;
	height: 30px; line-height: 30px;
	font-size: 0.85em;
	color: #333;
}
.workplace .popupBody div.lftPart.full,
.workplace .popupBody div.rightPrt.full {
	width: 100%;
}
.workplace .popUpForm div.lftPart.required::after {
	content: '*';
	color: #f00;
	position: relative;
	left: 3px;
}
.workplace .popUpForm div.rightPrt {
	float: right;
	width: 70%;
}
.workplace .popUpForm div.row.text div.lftPart,
.workplace .popUpForm div.row.text div.rightPrt {
	height: auto; line-height: normal;
	font-size: 0.87em; color: #666;
}
.workplace .popUpForm div.row > p {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.workplace .popUpForm .addNew {
	float: left;
	width: 30px;
	height: 30px; line-height: 29px;
	color: #a8a8a8;
	text-align: center;
	background-color: #e1e1e1;;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ccc;
	border-left: none;
}
.workplace .popUpForm .addNew:before {
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
}
.workplace .popupBody span#clear {
	float: left;
	width: 100%;
	height: 10px;
	border-top: 1px dotted #999;
}
/* -- */
.workplace .popUpForm div.idnttyWrap {
	float: left;
	width: 18%;
	height: 90px;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	border: 1px solid #666;
	cursor: pointer;
}
.workplace .popUpForm div.idnttyWrap div.icon {
	float: left;
	width: 100%;
	height: 65px; line-height: 65px;
	border-bottom: 1px solid #666;
}
.workplace .popUpForm div.idnttyWrap div.name {
	float: left;
	width: 100%;
	height: 25px; line-height: 25px;
	font-size: 0.8em;
}
.workplace .popUpForm h4 {
	text-align: center;
	margin: 10px 0;
}
.workplace .popUpForm div.tempWrap {
	float: left;
	width: 99.5%;
	margin-bottom: 2%;
}
.tempWrap input[type="checkbox"] {
  	display: none;
}
.tempWrap input[type="checkbox"]:checked + .box {
  	outline: 1px solid #007e90;
  	background-color: rgba(24, 157, 209, 0.1);
}
.tempWrap input[type="checkbox"]:checked + .box span {
	-webkit-transform: translateY(70px);
	    -ms-transform: translateY(70px);
	        transform: translateY(70px);
}
.workplace .popUpForm div.tempWrap .box {
	float: left;
	width: 100%;
	margin-bottom: 1%;
	outline: 1px solid #ccc;
  	cursor: pointer;
}
.workplace .popUpForm div.tempWrap .column {
	float: left;
	height: 36px; line-height: 36px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}
.workplace .popUpForm div.tempWrap .column.tick::after {
	content: '\f00d';
	font-family: "Font Awesome 5 Pro";
	color: #ddd;
}
.tempWrap input[type="checkbox"]:checked + .box .column.tick::after {
	content: '\f00c';
	color: #0ed60e;
}
.workplace .popUpForm div.tempWrap .column.tick {
	width: 8.5%;
}
.workplace .popUpForm div.tempWrap .column.label {
	width: 70%;
}
.workplace .popUpForm div.tempWrap .column.num {
	width: 20%;
	border-right: none;
}
.workplace .popupBody input.inputText,
.workplace .popupBody select,
.workplace .popupBody textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.workplace .popupBody input[type='checkbox'] {
	float: left;
	margin: 9px 8px 0 2px;
	-webkit-transform: scale(1.3,1.3);
	    -ms-transform: scale(1.3,1.3);
	        transform: scale(1.3,1.3);
}
.workplace .popupBody input[type='checkbox'].second {
	margin-left: 10px;
}
.workplace .popupBody input[type='checkbox'] + span {
	float: left;
	line-height: 29px;
	font-size: 0.85em;
	cursor: pointer;
}
.workplace .popupBody button.btnSubmit {
	float: left;
	margin-left: 30%;
	padding: 8px 24px;
}
.workplace .popupBody button.btnSubmit.no-left {
	margin-left: 0;
	padding: 7px 25px;
}
.workplace .popupBody button.btnSubmit.right {
	float: right;
	padding: 1.7% 6.7%;
}
.workplace .popupBody textarea {
	padding: 8px;
	height: auto; line-height: 18px;
	font-size: 0.85em;
}
.workplace .popUpForm .backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s opacity ease-in-out;
	-o-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
}
.workplace .popUpForm .tab-buttons {
	float: left;
	width: 100%;
  	padding: 10px 0 0;
}
.workplace .popUpForm .tab-buttons button.btnSubmit {
	float: right;
	margin-left: 0;
	padding: 7px 23px;
}
/* --- */
.workplace .popUpForm .popupBody.hint {
	padding: 8% 10% 10%;
}
.workplace .popUpForm .popupBody.hint .title {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.workplace .popUpForm .popupBody.hint p {
	font-size: 0.95em;
	margin-top: 10px;
}
.workplace .popUpForm .popupBody.hint p.less-top {
	margin-top: 2px;
}
.workplace .popUpForm .popupBody.hint p.large-top {
	margin-top: 20px;
}
.workplace .popUpForm .popupBody.hint ol,
.workplace .popUpForm .popupBody.hint ul {
	font-size: 0.95em;
	margin-top: 5px;
	margin-left: 30px;
}
.workplace .popUpForm .popupBody.hint ol.alpha {
	list-style-type: upper-alpha;
}
.workplace .popUpForm .popupBody.hint li {
	padding-left: 8px;
}
.workplace .popUpForm .popupBody .under-hint {
    float: left;
	width: 86%;
    margin: 5px 0;
    font-size: 0.9em;
    font-style: italic;
    color: #777;
}
/* -- show list items -- */
.workplace .showRecord div.details.long {
	margin-top: 2%;
	border: none;
}
.workplace .showRecord div#header {
	float: left;
	width: 97%;
	padding: 0 1.5% 1%;
	color: #333;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.workplace .showRecord div#header span {
	font-weight: 500;
}
.workplace .showRecord a.addnew,
.workplace .showRecord label.addnew,
.workplace .showRecord label.editOld,
.workplace .showRecord label.remove {
	position: relative;
	left: 45px;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
	color: #003399;
	cursor: pointer;
	z-index: 300;
}
.workplace .showRecord a.addnew.second,
.workplace .showRecord label.addnew.second,
.workplace .showRecord label.editOld.second,
.workplace .showRecord label.remove.second {
	margin-left: 15px;
}
.workplace .showRecord a.addnew:before,
.workplace .showRecord label.addnew:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
	content: "\f067";
}
.workplace .showRecord label.editOld:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
	content: "\f044";
}
.workplace .showRecord label.remove:before {
	position: relative;
	top: 0.5px; left: -7px;
	padding-left: 7px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
	content: "\f014";
}
.workplace .showRecord div#header a.print {
	position: relative;
	margin-left: 80px;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
}
.workplace .showRecord div#header a.print:before {
	position: relative;
	left: -7px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
	content: "\f02f";
}
.workplace .showRecord div.details.long div.listItems {
	float: left;
	width: 100%;
	font-size: 0.9em;
	border: 1px dotted #999;
}
.workplace .showRecord div.details.long div.listItems.second {
	border-top: none;
}
.workplace .showRecord div.details.long div.listItems div.listItem {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #999;
}
.workplace .showRecord div.details.long div.listItems div.listItem:last-child {
	border-bottom: none;
}
.workplace .showRecord div.details.long header,
.workplace .showRecord div.details.long div.listItems .record {
	float: left;
	width: 100%;
	padding: 0 5px;
}
.workplace .showRecord div.details.long div.listItems header {
	font-weight: 600;
}
.workplace .showRecord div.details.long div.listItems header.reprsntvse {
	background-color: #eff7ee;
}
.workplace .showRecord div.details.long div.listItems .record {
	color: #666666;
	border-top: 1px dotted #bbb;
}
.workplace .showRecord div.details.long div.listItems .record:first-child {
	border-top: none;
}
.workplace .showRecord div.details.long div.listItems p#notFound,
.workplace .showRecord div.column.medium fieldset p#notFound {
	float: left;
	width: 100%;
	height: 38px; line-height: 38px;
	padding-left: 15px;
	font-size: 1em;
	color: #555;
	font-style: italic;
}
/* -- boxes -- */
.workplace .showRecord div.details.long div.listItems div.box {
	position: relative;
	float: left;
	padding-left: 1%;
	height: 32px; line-height: 32px;
	border-left: 1px dotted #bbb;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.workplace .showRecord div.details.long div.listItems div.box.auto {
	height: auto; line-height: 22px;
	padding-top: 3px; padding-bottom: 3px;white-space: normal;
}
.workplace .showRecord div.details.long div.listItems div.box:nth-child(1) {
	border-left: none;
}
.workplace .showRecord div.details.long div.listItems .box.twelve {
	width: 100%;
}
.workplace .showRecord div.details.long div.listItems .box.eleven-half {
	width: 95.83333333333334%;
}
.workplace .showRecord div.details.long div.listItems .box.eleven {
	width: 91.66666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.ten-half {
	width: 87.5%;
}
.workplace .showRecord div.details.long div.listItems .box.ten {
	width: 83.33333333333333%;
}
.workplace .showRecord div.details.long div.listItems .box.nine-half {
	width: 79.16666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.nine {
	width: 75%;
}
.workplace .showRecord div.details.long div.listItems .box.eight-half {
	width: 70.83333333333334%;
}
.workplace .showRecord div.details.long div.listItems .box.eight {
	width: 66.66666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.seven-half {
	width: 62.5%;
}
.workplace .showRecord div.details.long div.listItems .box.seven {
	width: 58.33333333333333%;
}
.workplace .showRecord div.details.long div.listItems .box.six-half {
	width: 54.16666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.six {
	width: 50%;
}
.workplace .showRecord div.details.long div.listItems .box.five-half {
	width: 45.83333333333334%;
}
.workplace .showRecord div.details.long div.listItems .box.five {
	width: 41.66666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.four-half {
	width: 37.5%;
}
.workplace .showRecord div.details.long div.listItems .box.four {
	width: 33.33333333333333%;
}
.workplace .showRecord div.details.long div.listItems .box.three-half {
	width: 29.16666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.three {
	width: 25%;
}
.workplace .showRecord div.details.long div.listItems .box.two-half {
	width: 20.83333333333334%;
}
.workplace .showRecord div.details.long div.listItems .box.two {
	width: 16.66666666666667%;
}
.workplace .showRecord div.details.long div.listItems .box.one-half {
	width: 12.5%;
}
.workplace .showRecord div.details.long div.listItems .box.one {
	width: 8.333333333333333%;
}
.workplace .showRecord div.details.long div.listItems .box.serial {
	width: 5%;
}
/* -- totals -- */
.workplace .showRecord div.totals {
	float: right;
	width: 100%;
	margin: 2% 0;
}
.workplace .showRecord div.totals div {
	float: left;
	width: 8.333333333333333%;
	border: 1px dotted #999;
	border-bottom: none;
	background: #e9efff;
}
.workplace .showRecord div.totals div.colorise {
	background: #cad6f4;
}
.workplace .showRecord div.totals div:last-child {
	border-bottom: 1px dotted #bbb;
}
/* -- show fieldsets -- */
.workplace .showRecord div.details.long div.fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.workplace .showRecord div.details.long div.fields .field {
	position: relative;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding: 10px 0;
	border: 1px dotted #999;
	background-color: #fdf9f5;
}
.workplace .showRecord div.details.long div.fields .field.medium {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.workplace .showRecord div.details.long div.fields .field.xxlsmall {
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
}
.workplace .showRecord div.details.long div.fields .field.left {
	border-right: none;
}
.workplace .showRecord div.details.long div.fields .field.second {
	border-top: none;
}
.workplace .showRecord div.details.long div.fields .field.begin-balance {
	background-color: #cfeee0cc;
}
.workplace .showRecord div.details.long div.fields fieldset legend {
	position: relative;
	margin-left: 20px;
	padding: 0 15px;
	height: 28px; line-height: 28px;
	font-size: 0.9em;
	color: #444;
	border: 1px dotted #999; background-color: #fdf9f5;
}
.workplace .showRecord div.fields .field p {
	position: relative;
	float: left;
	width: 92%;
	margin: 0 20px;
	height: 23px; line-height: 23px;
	font-size: 0.9em;
}
.workplace .showRecord div.fields .field.auto p {
	width: 96%;
	height: auto;
}
.workplace .showRecord div.fields .field p.second {
	margin-left: 38px;
}
.workplace .showRecord div.fields .field p span.title {
	float: left;
	width: 27%;
}
.workplace .showRecord div.fields .field p span.value {
	float: left;
	width: 73%;
	color: #666;
}
.workplace .showRecord div.fields .button {
	position: absolute;
	right: 20px;
}
.workplace .showRecord div.details.long .button {
	float: left;
	color: #999;
	text-decoration: none;
	cursor: pointer;
	z-index: 1000;
}
.workplace .showRecord div.details.long .button.right {
	float: right;
	margin-right: 20px;
}
.workplace .showRecord div.details.long .button:hover {
	color: #333;
}
.workplace .showRecord div.details.long .button::before {
	position: relative;
	font-size: 1.15em;
	top: 1px !important;
}
.workplace .showRecord div.details.long .button.view::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f06e";
}
.workplace .showRecord div.details.long .button.edit::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f040";
}
.workplace .showRecord div.details.long .button.delete::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f2ed";
}
.workplace .showRecord div.details.long .button.show-text::before {
	margin-right: 6px;
}
.workplace .showRecord div.details.long .button.second {
	margin-left: 10px;
}
/* --- reports --- */
.workplace .reportArea {
	float: left;
	width: 100%;
	padding: 1.2% 2%;
	font-size: 0.95em;
	background: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.workplace .reportArea.second {
	margin-top: 10px;
}
.workplace .reportArea div.rprtType {
	-ms-flex-preferred-size: 21%;
	    flex-basis: 21%;
	margin-top: 13px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
}
.workplace .reportArea div.rprtType:nth-child(-n+4) {
	margin-top: 0;
}
.workplace .reportArea div.rprtType input[type="radio"] {
	float: left;
	margin-top: 4px;
	height: auto;
	line-height: normal;
	-ms-transform: scale(1.2,1.2);
	    transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}
.workplace .reportArea div.rprtType input[type="radio"] ~ span {
	float: left;
	margin-left: 8px;
	height: 20px; line-height: 20px;
	font-size: 0.95em;
	cursor: pointer;
}
/* -- */
.workplace .reportArea div#filterCmdPrcess {
	float: left;
	width: 100%;
}
.workplace .reportArea div#filterCmdPrcess #filterWrap {
	float: left;
	width: 74%;
	margin-right: 25%;
}
.workplace .reportArea button {
	float: left;
	width: 12%;
	margin-left: 16.3%;
	height: 32px;
	border: 1px solid #bbb;
	outline: none;
}
.workplace .reportArea button:hover {
	background-color: #ddd;
	cursor: pointer;
}
.workplace .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;
}
.workplace .reportArea label.error {
	float: left;
	width: auto; margin: 0;
	margin-left: 14px;
	height: 32px; line-height: 32px;
}
.workplace .reportArea div#filterWrap div.filter {
	position: relative;
	float: left;
	margin-bottom: 0.8%;
	display: none;
}
.workplace .reportArea div#filterCmdPrcess div.filter.byOffice,
.workplace .reportArea div#filterCmdPrcess div.filter.byDate {
	display: inline;
}
.workplace .reportArea div#filterCmdPrcess #filterWrap div {
	float: left;
	width: 100%;
}
.workplace .reportArea div#filterWrap div.filter label {
	float: left;
	width: 22%;
	margin-top: 0.7%;
	font-size: 0.95em;
	color: #555;
}
.workplace .reportArea div#filterWrap div.filter label.second {
	margin-left: 18px;
	width: 14%;
}
.workplace .reportArea .suggest {
	position: absolute;
	width: 74.4% !important;
	margin-top: 30px;
	margin-left: 22.2%;
	height: auto;
	min-height: 30px;
	max-height: 200px;
	background: #fff;
	outline: 1px solid #bbb;
	z-index: 100;
	overflow-y: scroll;
	display: none;
}
.workplace .reportArea .suggest.loading::before {
	content: '';
	float: left;
	width: 16px;
	height: 30px; line-height: 30px;
	margin-left: 14px;
	background: url(../images/system/loading.gif) 0 no-repeat;
}
.workplace .reportArea .suggest.loading::after {
	float: left;
	margin-left: 15px;
	height: 30px; line-height: 30px;
	font-size: 0.9em;
	color: #888;
	content: 'loading';
}
.workplace .reportArea .suggest a {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
	z-index: 500;
}
.workplace .reportArea .suggest div.option {
	float: left;
	width: 100%;
	padding: 5px 15px;
	height: auto;
	min-height: 26px;
	font-size: 0.95em;
	border-bottom: 1px dotted #bbb;
}
.workplace .reportArea .suggest div.option:hover {
	background: #f3f3f3;
}
.workplace .reportArea .suggest div.option p {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	color: #666;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.workplace .reportArea .suggest div.option p span {
	font-weight: 600;
}
.workplace .reportArea .suggest div.option p span::after {
	content: ': ';
}
.workplace .reportArea .suggest div.option p i {
	margin-left: 10px;
	font-style: normal;
	background-color: rgba(255,0,0,0.1);
}
.workplace .reportArea .suggest p#notFound {
	float: left;
	width: 100%;
	padding-left: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}
/* -- report show -- */
.workplace #loadPage.report #dynamicQnd {
	width: 100%;
	margin: 0.5% 0;
	padding: 2% 2.5%;
}
.workplace #loadPage.report div#dynamicQnd h3.title,
.workplace #loadPage.report div#dynamicQnd h5.dates {
	float: left;
	width: 100%;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	text-align: center;
}
.workplace #loadPage.report div#dynamicQnd h5.dates {
	margin-top: 7px;
	font-size: 0.95em;
	font-weight: normal;
}
.workplace #loadPage.report div#dynamicQnd h5.dates.second {
	margin-bottom: 7px;
}
.workplace #loadPage.report div#dynamicQnd h5.dates i {
	margin-left: 10px;
	background-color: #ff752a;
	padding: 0 5px;
	font-size: 0.95em;
	font-stretch: normal;
}
.workplace #loadPage.report #dynamicQnd #foundNum {
	width: 74%;
	margin: 0;
	margin-top: 15px;
	padding: 0 1%;
	height: 30px; line-height: 30px;
	font-size: 0.9em;
}
.workplace #loadPage.report #buttons {
	float: left;
	width: 26%;
	margin-top: 15px;
	height: 30px;
}
.workplace #loadPage.report a#back {
	float: right;
	padding: 0 30px;
	font-size: 0.85em;
	height: 29px; line-height: 29px;
	color: #666;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), to(#dfdfdf));
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	border: 1px solid #dcdcdc;
}
.workplace #loadPage.report a#print {
	float: left;
	margin-left: 10%;
	padding-left: 5%;
	height: 29px; line-height: 29px;
	font-size: 0.9em;
	color: #665132;
	cursor: pointer;
	text-decoration: none;
}
.workplace #loadPage.report a#print::before {
	position: relative;
	left: -15%;
	font-family: "Font Awesome 5 Pro";
	content: "\f02f";
	font-size: 1.1em;
}
.workplace #loadPage.report a#excel {
	float: left;
	margin-left: 10%;
	padding-left: 5%;
	height: 29px; line-height: 29px;
	font-size: 0.9em;
	color: #0cb558;
	cursor: pointer;
	text-decoration: none;
}
.workplace #loadPage.report a#excel::before {
	position: relative;
	left: -15%;
	font-family: "Font Awesome 5 Pro";
	content: "\f33d";
	font-size: 1.1em;
}
.workplace #loadPage.report #dynamicQnd #dataTable {
	margin: 1% 0;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan {
	float: right;
	margin-top: 1.5%; margin-right: -0.2%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.twelve {
	width: 100%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.eleven {
	width: 91.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.ten {
	width: 83.33333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.nine {
	width: 75%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.eight {
	width: 66.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.seven {
	width: 58.33333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.six {
	width: 50%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.five {
	width: 41.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.four {
	width: 33.33333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.three {
	width: 25%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.two {
	width: 16.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan.one {
	width: 8.333333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan #header,
.workplace #loadPage.report #dynamicQnd .lastDiwan #record {
	float: left;
	width: 100%;
	border: 1px dotted #999;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan #header {
	color: #333;
	background: #d8d8d8;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan #record {
	border-top: none;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan div.total {
	float: left;
	margin: 0 0 0 2%;
	padding-left: 10px;
	height: 30px; line-height: 30px;
	font-size: 0.85em;
	overflow: hidden;
	border-left: 1px dotted #999;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan div.total:first-child {
	margin: 0;
	border-left: none;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.twelve {
	width: 100%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.eleven {
	width: 91.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.ten {
	width: 83.33333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.nine {
	width: 75%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.eight {
	width: 66.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.seven {
	width: 58.33333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.six {
	width: 50%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.five {
	width: 41.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.four {
	width: 33.33333333333333%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.three {
	width: 25%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.two {
	width: 16.66666666666667%;
}
.workplace #loadPage.report #dynamicQnd .lastDiwan .total.one {
	width: 8.333333333333333%;
}
/* -- income statement -- */
.workplace #loadPage.report .incomeWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: 90%;
	    flex-basis: 90%; min-height: 400px;
	margin: 1% 3%;
	font-size: 0.95em;
}
.workplace #loadPage.report .incomeWrap .header {
	position: relative;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	text-align: center;
}
.workplace #loadPage.report .incomeWrap .header h3,
.workplace #loadPage.report .incomeWrap .header h4,
.workplace #loadPage.report .incomeWrap .header h5 {
	margin-bottom: 1%;
}
.workplace #loadPage.report .incomeWrap .header h3 {
	font-size: 1.1em;
}
.workplace #loadPage.report .incomeWrap .header h4 {
	font-size: 1.1em;
}
.workplace #loadPage.report .incomeWrap .header h5 {
	font-size: 1em;
	font-weight: normal;
}
.workplace #loadPage.report .incomeWrap .header .buttons {
	position: absolute;
	right: 0; top: 46px;
	width: 25%;
}
/* --- */
.workplace #loadPage.report .incomeWrap .details {
	padding: 6% 13%;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	background: #f2f9f9;
	border: 1px dotted #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.workplace #loadPage.report .incomeWrap .details .title {
	margin-bottom: 1%;
	font-size: 0.95em;
	text-transform: uppercase;
	font-weight: bold;
}
.workplace #loadPage.report .incomeWrap .details .second {
	margin-top: 4%;
}
.workplace #loadPage.report .incomeWrap .oneRec {
	margin: 0.2% 0;
	padding: 0.5% 0;
	font-size: 0.95em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.workplace #loadPage.report .incomeWrap .oneRec.net {
	margin-top: 4%;
	font-weight: bold;
	background-color: #e6f1f1;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.workplace #loadPage.report .incomeWrap .oneRec:hover {
	background-color: #e6f1f1;
}
.workplace #loadPage.report .incomeWrap .oneRec span:nth-child(1) {
	-ms-flex-preferred-size: 88%;
	    flex-basis: 88%;
	padding-left: 3%;
}
.workplace #loadPage.report .incomeWrap .oneRec span:nth-child(2) {
	-ms-flex-preferred-size: 12%;
	    flex-basis: 12%;
	text-align: right;
	padding-right: 3%;
}
.workplace #loadPage.report .incomeWrap .oneRec.total span {
	padding-left: 6%;
	font-weight: bold;
	text-transform: uppercase;
}
.workplace #loadPage.report .incomeWrap .oneRec.total span:nth-child(2) {
	border-bottom: 1px solid #666;
}
.workplace #loadPage.report .incomeWrap .oneRec.net span {
	padding-left: 0;
}
.workplace #loadPage.report .incomeWrap .oneRec.net span:nth-child(2) {
	border-bottom: 2px solid #666;
}
.workplace #loadPage.report .incomeWrap .oneRec.net span:nth-child(2)::after {
	content: ' ';
	display: block;
	width: 130%;
	padding-top: 2px;
	border-top: 1px solid #666;
}
/* -- balance sheet -- */
.workplace #loadPage.report .balance-sheet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: 90%;
	    flex-basis: 90%;
	margin: 1% 3%;
	font-size: 0.95em;
}
.workplace #loadPage.report .balance-sheet .header {
	position: relative;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	text-align: center;
}
.workplace #loadPage.report .balance-sheet .header h3,
.workplace #loadPage.report .balance-sheet .header h4,
.workplace #loadPage.report .balance-sheet .header h5 {
	margin-bottom: 1%;
}
.workplace #loadPage.report .balance-sheet .header h3 {
	font-size: 1.1em;
}
.workplace #loadPage.report .balance-sheet .header h4 {
	font-size: 1.1em;
}
.workplace #loadPage.report .balance-sheet .header h5 {
	font-size: 1em;
	font-weight: normal;
}
.workplace #loadPage.report .balance-sheet .header .buttons {
	position: absolute;
	right: 0; top: 46px;
	width: 25%;
}
/* -- */
.workplace #loadPage.report .balance-sheet .details {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	margin-top: 10px;
	border: 1px solid #ccc;
}
.workplace #loadPage.report .balance-sheet .record {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.workplace #loadPage.report .balance-sheet .column {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	padding: 0 20px;
}
.workplace #loadPage.report .balance-sheet .column:nth-child(1) {
	border-right: 1px solid #ccc;
}
.workplace #loadPage.report .balance-sheet .record:nth-child(1) .column {
	text-align: center;
	font-weight: 600;
	height: 34px;
	line-height: 34px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
.workplace #loadPage.report .balance-sheet .record:nth-child(2) .column {
	min-height: 300px;
	padding: 10px 25px 40px;
	border-bottom: 1px solid #ccc;
}
.workplace #loadPage.report .balance-sheet .record:nth-child(3) .column {
	height: 34px;
	line-height: 34px;
}
/* -- */
.workplace #loadPage.report .balance-sheet .record .line {
	margin-bottom: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.workplace #loadPage.report .balance-sheet .record .line:hover {
	background-color: #e6f1f1;
}
.workplace #loadPage.report .balance-sheet .record .bold {
	font-weight: 600;
}
.workplace #loadPage.report .balance-sheet .record .line.sub-title {
	padding-left: 15px;
}
.workplace #loadPage.report .balance-sheet .record .line.inner {
	padding-left: 25px;
}
.workplace #loadPage.report .balance-sheet .record span.border-bottom {
	border-bottom: 1px solid #333;
}
.workplace #loadPage.report .balance-sheet .record .second {
	margin-top: 15px;
}



/* ----------------------------------------------------------- */
/* ---------------------- popup center ----------------------- */
/* ----------------------------------------------------------- */

.popup-center {
	height: 100vh;
	background-color: #fff;
}
.popup-center header {
	padding: 0 20px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
    background-color: #ededed;
    border-bottom: 1px solid #aaa;
}
.popup-center .content {
	padding: 10px 20px 20px;
}
.popup-center .content.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup-center .content .section {
    display: inline-block;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
    padding: 5px 0;
}
.popup-center .content .btn-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 15px 0 10px;
    padding: 10px 0;
    border-top: 1px solid #c3bd11;
}
.popup-center .content .row {
	margin-top: 2%;
}
.popup-center .content .row.full-w {
	width: 99%;
}
.popup-center .content .row.half {
	width: 49%;
	display: inline-block;
}
.popup-center .content .row.third {
	width: 32%;
	display: inline-block;
}
.popup-center .content .row.fourth {
	width: 24%;
	display: inline-block;
}
.popup-center .content .label-part {
	font-size: 0.9em;
	margin-bottom: 5px;
}
.popup-center .content .label-part.required::after {
	content: ' *';
	color: #f00;
	position: relative;
	left: 0px;
}
.popup-center .content .value-part.flex {
	display: flex;
}
.popup-center .content .input-text,
.popup-center .content .drop-box,
.popup-center .content textarea {
	height: 27px;
	line-height: 17px;
	padding-left: 8px;
	color: #4e4e4e;
	font-family: lato;
	font-size: 0.9em;
	border: 1px solid #ccc;
	outline: none;
}
.popup-center .content .twelve {
	width: 100%;
}
.popup-center .content .eleven-half {
	width: 95.83333333333334%;
}
.popup-center .content .eleven-third {
	width: 94.75000000000001%;
}
.popup-center .content .eleven {
	width: 91.66666666666667%;
}
.popup-center .content .ten-half {
	width: 87.5%;
}
.popup-center .content .ten {
	width: 83.33333333333333%;
}
.popup-center .content .nine-half {
	width: 79.16666666666667%;
}
.popup-center .content .nine-left {
	width: 81.16666666666667%;
}
.popup-center .content .nine {
	width: 75%;
}
.popup-center .content .eight-half {
	width: 70.83333333333334%;
}
.popup-center .content .eight-left {
	width: 68.66666666666667%;
}
.popup-center .content .eight {
	width: 66.66666666666667%;
}
.popup-center .content .seven-half {
	width: 62.5%;
}
.popup-center .content .seven-left {
	width: 60.33333333333333%;
}
.popup-center .content .seven {
	width: 58.33333333333333%;
}
.popup-center .content .six-half {
	width: 54.16666666666667%;
}
.popup-center .content .six-left {
	width: 52.16666666666667%;
}
.popup-center .content .six {
	width: 50%;
}
.popup-center .content .five-half {
	width: 45.83333333333334%;
}
.popup-center .content .five {
	width: 41.66666666666667%;
}
.popup-center .content .four-half {
	width: 37.5%;
}
.popup-center .content .four-left {
	width: 39.5%;
}
.popup-center .content .four {
	width: 33.33333333333333%;
}
.popup-center .content .three-two {
	width: 32.1%;
}
.popup-center .content .three-half {
	width: 29.16666666666667%;
}
.popup-center .content .three {
	width: 25%;
}
.popup-center .content .two-half {
	width: 20.83333333333334%;
}
.popup-center .content .two {
	width: 16.66666666666667%;
}
.popup-center .content .one-half {
	width: 12.5%;
}
.popup-center .content .one {
	width: 8.333333333333333%;
}
.popup-center .content .input-text.highlight,
.popup-center .content .drop-box.highlight,
.popup-center .content textarea.highlight {
	border: 1px solid #f00;
}
.popup-center .content .input-text::-webkit-input-placeholder,
.popup-center .content textarea::-webkit-input-placeholder{
	color: #aaa;
}
.popup-center .content .input-text::-moz-placeholder,
.popup-center .content textarea::-moz-placeholder{
	color: #aaa;
}
.popup-center .content .input-text:-ms-input-placeholder,
.popup-center .content textarea:-ms-input-placeholder{
	color: #aaa;
}
.popup-center .content .input-text::-ms-input-placeholder,
.popup-center .content textarea::-ms-input-placeholder{
	color: #aaa;
}
.popup-center .content .input-text::placeholder,
.popup-center .content textarea::placeholder{
	color: #aaa;
}
.popup-center .content textarea {
	height: auto;
	max-height: 100px;
	line-height: 20px;
	padding: 8px;
	resize: none;
	resize: vertical;
}
.popup-center .content .input-text:focus,
.popup-center .content .drop-box:focus,
.popup-center .content .drop-box:focus optgroup,
.popup-center .content textarea:focus {
	outline: none;
	background-color: #dfefdb;
	border: 1px solid #999;
}
.popup-center .content .drop-box:focus {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve' width='512px' height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpolygon points='0,53.333 106.667,160 213.333,53.333 ' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23979214'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.popup-center .content label.error {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.87em;
	color: #f00;
	line-height: 22px;
	display: none;
}
.popup-center .content label.error::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f06a';
	color: #f00;
	margin-right: 8px;
}
.popup-center .content .addNew {
	width: 30px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	color: #999;
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #ccc;
	border-left: none;
}
.popup-center .content .addNew:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f067";
	font-size: 1.1em;
}
.popup-center .content .addNew:hover {
	color: #666;
}
.popup-center .content .btnSubmit {
	margin-top: 10px;
	padding: 8px 22px;
}

.popUpForm-in-frame .state {
	position: absolute;
	top: 0;
	left: -100vw;
}
.popUpForm-in-frame .state:checked ~ .content {
	-webkit-transform: none;
	-ms-transform: none;
	    transform: none;
}
.popUpForm-in-frame .state:checked ~ .backdrop {
	bottom: 0;
	opacity: 1;
	z-index: 1;
}
.popUpForm-in-frame {
	position: fixed;
	top: 30px; right: 0; left: 0;
	height: 0;
	z-index: 3000;
}
/*.popUpForm-in-frame.no-header {
	top: 0;
}
.popUpForm-in-frame.less-down {
	top: 50px;
}
.popUpForm-in-frame.top-down {
	top: 80px;
}*/
.popUpForm-in-frame .content {
	overflow: hidden;
	position: relative;
	z-index: 2000;
	width: 500px;
	max-height: 95vh;
	margin: 20px auto;
	background: #fff;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	    transform: translateY(-200%);
	-webkit-transition: 0.3s -webkit-transform ease-in-out;
	transition: 0.3s -webkit-transform ease-in-out;
	-o-transition: 0.3s 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;
}
/*.popUpForm-in-frame.jumbo .content {
	width: 1024px;
}
.popUpForm-in-frame.large .content {
	width: 830px;
}
.popUpForm-in-frame.middle .content {
	width: 600px;
}
.popUpForm-in-frame.three-height .content {
	min-height: 300px;
}
.popUpForm-in-frame.no-header .content {
	top: 100px;
}*/
.popUpForm-in-frame div.header {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 3%;
	height: 36px; line-height: 36px;
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #666;
}
.popUpForm-in-frame div.header h3 {
	float: left;
	width: 100%;
	font-size: 0.95em;
	font-weight: 500;
}
.popUpForm-in-frame div.header label.close {
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px; line-height: 36px;
	text-align: center;
	font-size: 1.3em; font-weight: 600;
	color: #000;
	background-color: #ccc;
	cursor: pointer;
	border-bottom: 1px solid #666;
}
.popUpForm-in-frame div.header label.close:hover {
	background: #aaa;
}
.popUpForm-in-frame .popupBody {
	float: left;
	width: 100%;
	padding: 2.5% 3% 4%;
}
/*.popUpForm-in-frame .popupBody .tab-panel {
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
}
.popUpForm-in-frame .popupBody .tab-panel.second {
	border-top: none;
}
.popUpForm-in-frame .popupBody div.section {
	float: left;
  	width: 49%;
}
.popUpForm-in-frame.jumbo div.section {
	width: 48%;
}
.popUpForm-in-frame .popupBody div.section.right {
	float: right;
}*/
.popUpForm-in-frame div.row {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}
/*.popUpForm-in-frame div.row.hide {
	display: none;
}*/
.popUpForm-in-frame div.lftPart {
	/*float: left;
	width: 30%;*/
	height: 30px; line-height: 30px;
	font-size: 0.85em;
	color: #333;
}
/*.popUpForm-in-frame .popupBody div.lftPart.full,
.popUpForm-in-frame .popupBody div.rightPrt.full {
	width: 100%;
}*/
.popUpForm-in-frame div.lftPart.required::after {
	content: '*';
	color: #f00;
	position: relative;
	left: 3px;
}
.popUpForm-in-frame div.rightPrt {
	/*float: right;
	width: 70%;*/
}
/*.popUpForm-in-frame div.row.text div.lftPart,
.popUpForm-in-frame div.row.text div.rightPrt {
	height: auto; line-height: normal;
	font-size: 0.87em; color: #666;
}
.popUpForm-in-frame div.row > p {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.popUpForm-in-frame .addNew {
	float: left;
	width: 30px;
	height: 30px; line-height: 29px;
	color: #a8a8a8;
	text-align: center;
	background-color: #e1e1e1;;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ccc;
	border-left: none;
}
.popUpForm-in-frame .addNew:before {
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
}
.popUpForm-in-frame .popupBody span#clear {
	float: left;
	width: 100%;
	height: 10px;
	border-top: 1px dotted #999;
}*/



.popUpForm-in-frame .content .input-text,
.popUpForm-in-frame .content .drop-box,
.popUpForm-in-frame .content textarea {
	height: 27px;
	line-height: 17px;
	padding-left: 8px;
	color: #4e4e4e;
	font-family: lato;
	font-size: 0.9em;
	border: 1px solid #ccc;
	outline: none;
}
.popUpForm-in-frame .content .twelve {
	width: 100%;
}
.popUpForm-in-frame .content .eleven-half {
	width: 95.83333333333334%;
}
.popUpForm-in-frame .content .eleven-third {
	width: 94.75000000000001%;
}
.popUpForm-in-frame .content .eleven {
	width: 91.66666666666667%;
}
.popUpForm-in-frame .content .ten-half {
	width: 87.5%;
}
.popUpForm-in-frame .content .ten {
	width: 83.33333333333333%;
}
.popUpForm-in-frame .content .nine-half {
	width: 79.16666666666667%;
}
.popUpForm-in-frame .content .nine-left {
	width: 81.16666666666667%;
}
.popUpForm-in-frame .content .nine {
	width: 75%;
}
.popUpForm-in-frame .content .eight-half {
	width: 70.83333333333334%;
}
.popUpForm-in-frame .content .eight-left {
	width: 68.66666666666667%;
}
.popUpForm-in-frame .content .eight {
	width: 66.66666666666667%;
}
.popUpForm-in-frame .content .seven-half {
	width: 62.5%;
}
.popUpForm-in-frame .content .seven-left {
	width: 60.33333333333333%;
}
.popUpForm-in-frame .content .seven {
	width: 58.33333333333333%;
}
.popUpForm-in-frame .content .six-half {
	width: 54.16666666666667%;
}
.popUpForm-in-frame .content .six-left {
	width: 52.16666666666667%;
}
.popUpForm-in-frame .content .six {
	width: 50%;
}
.popUpForm-in-frame .content .five-half {
	width: 45.83333333333334%;
}
.popUpForm-in-frame .content .five {
	width: 41.66666666666667%;
}
.popUpForm-in-frame .content .four-half {
	width: 37.5%;
}
.popUpForm-in-frame .content .four-left {
	width: 39.5%;
}
.popUpForm-in-frame .content .four {
	width: 33.33333333333333%;
}
.popUpForm-in-frame .content .three-two {
	width: 32.1%;
}
.popUpForm-in-frame .content .three-half {
	width: 29.16666666666667%;
}
.popUpForm-in-frame .content .three {
	width: 25%;
}
.popUpForm-in-frame .content .two-half {
	width: 20.83333333333334%;
}
.popUpForm-in-frame .content .two {
	width: 16.66666666666667%;
}
.popUpForm-in-frame .content .one-half {
	width: 12.5%;
}
.popUpForm-in-frame .content .one {
	width: 8.333333333333333%;
}
.popUpForm-in-frame .content .input-text.highlight,
.popUpForm-in-frame .content .drop-box.highlight,
.popUpForm-in-frame .content textarea.highlight {
	border: 1px solid #f00;
}
.popUpForm-in-frame .content .input-text::-webkit-input-placeholder,
.popUpForm-in-frame .content textarea::-webkit-input-placeholder{
	color: #aaa;
}
.popUpForm-in-frame .content .input-text::-moz-placeholder,
.popUpForm-in-frame .content textarea::-moz-placeholder{
	color: #aaa;
}
.popUpForm-in-frame .content .input-text:-ms-input-placeholder,
.popUpForm-in-frame .content textarea:-ms-input-placeholder{
	color: #aaa;
}
.popUpForm-in-frame .content .input-text::-ms-input-placeholder,
.popUpForm-in-frame .content textarea::-ms-input-placeholder{
	color: #aaa;
}
.popUpForm-in-frame .content .input-text::placeholder,
.popUpForm-in-frame .content textarea::placeholder{
	color: #aaa;
}
.popUpForm-in-frame .content textarea {
	height: auto;
	max-height: 100px;
	line-height: 20px;
	padding: 8px;
	resize: none;
	resize: vertical;
}
.popUpForm-in-frame .content .input-text:focus,
.popUpForm-in-frame .content .drop-box:focus,
.popUpForm-in-frame .content .drop-box:focus optgroup,
.popUpForm-in-frame .content textarea:focus {
	outline: none;
	background-color: #dfefdb;
	border: 1px solid #999;
}
.popUpForm-in-frame .content .drop-box:focus {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 213.333 213.333' style='enable-background:new 0 0 213.333 213.333;' xml:space='preserve' width='512px' height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpolygon points='0,53.333 106.667,160 213.333,53.333 ' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23979214'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.popUpForm-in-frame .content label.error {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.87em;
	color: #f00;
	line-height: 22px;
	display: none;
}
.popUpForm-in-frame .content label.error::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f06a';
	color: #f00;
	margin-right: 8px;
}
.popUpForm-in-frame button.btnSubmit {
	margin-top: 10px;
	padding: 8px 24px;
}


.popUpForm-in-frame .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;
	-o-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
}



@-webkit-keyframes spinner {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}






@keyframes spinner {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
