﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "“" "”" "‘" "’"; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }


html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px; }

a {
  text-decoration: none;
  color: black; }
body {
    height: 100%;
}
html, body {    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.header {
  width: 100%;
  min-width: 982px;
  height: 65px;
  background-color: #fff; }

.wrapper {
  width: 100%;
  min-width: 982px;
  float: left;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  background-color: #eee; }

.sidebar {
  width: 100px;
  min-width: 100px;
  background-color: #5180da;
  float: left; }

.content {
  background-color: #eee;
  float: left; }

.autoSize {
  flex: 1;
  -webkit-flex: 1; }

.logo {
  height: 65px;
  width: 250px;
  float: left; }

.sub-sidebar {
  height: 65px;
  float: right; }
  .sub-sidebar ul li {
    float: left; }

.notice {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #d71d1d;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  position: absolute;
  margin: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.store-logo {
  float: left; }
  .store-logo img {
    width: 50px;
    height: 50px;
    margin: 7px 0;
    border: 2px solid #eee;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    -ms-border-radius: 99em;
    border-radius: 99em; }

.store-info {
  display: inline-block;
  margin: 18px 10px 2px 10px;
  color: #555; }
  .store-info span {
    font-size: 12px;
    color: #888; }

#subnav .mainlevel {
  margin: 0 15px;  
  position: relative;
  cursor:pointer;
}
  #subnav .mainlevel ul {
    position: absolute;
    top: 60px;
    display: none;
    border-bottom: 1px solid #ccc;
    z-index: 3; }
#subnav .mainlevel li {
background-color: #fff;
padding: 10px 10px 10px 40px;
width: 180px;
max-height: 100px;
clear: both;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px dotted #d7d7d7;
overflow: hidden;
}

#subnav .mainlevel li a {
    padding: 0 10px;
    line-height: 22px;
    display: inline-block;
    font-size: 14px;
    color: #555;    
}

#subnav .mainlevel li p {
    padding: 0 10px;
    line-height: 22px;
    display: inline-block;
    font-size: 12px;
    color: #aaa;
    display: block;
    cursor:pointer;
}

#subnav .mainlevel li span {
    color: #ff0000;
    font-weight: bold;
    padding: 0 2px;
}

#subnav .mainlevel li:hover {
background-color: #edf0f5;
}

#mainlevel_04 ul {
  right: 10px; }
  #mainlevel_04 ul li {
    width: 100px !important; }
  #mainlevel_04 ul .triangle {
    background-position: 110px 0; }
  #mainlevel_04 ul .title {
    width: 130px; }

.mainlevel .triangle {
  height: 10px;
  background-image: url(../img/bird.png);
  background-position: 20px 0;
  background-repeat: no-repeat;
  display: block;
  z-index: 2;
  top: 1px;
  position: relative; }

.mainlevel .title {
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  width: 210px;
  line-height: 20px;
  height: 22px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px dotted #d7d7d7;
  background-color: #fff; }

.mainlevel li .tab_button{
    text-decoration:underline;
}

.info, .inventory, .cloud, .video, .user, .lock, .logout {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 28px; }

.info {
  background-image: url(../img/warning-0.png); }

.inventory {
  background-image: url(../img/warning-1.png); }

.cloud {
  background-image: url(../img/warning-2.png); }

.video {
  background-image: url(../img/warning-3.png); }

.user {
  background-image: url(../img/warning-4.png); }

.lock {
  background-image: url(../img/warning-5.png); }

.logout {
  background-image: url(../img/warning-6.png); }

.sidebar ul li {
  text-align: center;
  color: #dce6f8;
  padding-bottom: 6px; }
  .sidebar ul li img {
    opacity: 0.8; }

#nav {
  position: relative;
  z-index: 1;
  background-color: #5180da; }
  #nav .mainCate {
    position: relative;
    zoom: 1; }
  #nav .subCate {
    display: none;
    background-color: #d9e3ea;
    position: absolute;
    left: 100px;
    top: 0;

    padding: 0 0 20px 20px;
    color: #222;
    border-top: 3px solid #3b67ba;
    -webkit-box-shadow: 2px 2px 10px -2px #aaa;
    -moz-box-shadow: 2px 2px 10px -2px #aaa;
    -ms-box-shadow: 2px 2px 10px -2px #aaa;
    box-shadow: 2px 2px 10px -2px #aaa; }
  #nav .on {
    background-color: #3b67ba; }
    #nav .on .subCate {
      display: block !important; }



.sub-ul {
  text-align: left;
  padding: 20px 0 10px 0; }
  .sub-ul h1 {
    margin-bottom: 15px;
    color: #777;
    font-size: 16px; }
  .sub-ul ul {
    margin-bottom: 30px;
    width: 180px;
    display: inline-block; }
    .sub-ul ul li {
      text-align: left;
      display: inline-block; }
      .sub-ul ul li a {
        color: #333; }

.sub-ul ul{
  float: left;
}

.sub-ul .addReceipt {
  width: 25px;
  float: right;
  margin-left: 10px; }

.sub-ul .item {
  width: 120px;
  float: left; }

.sub-ul .item a{
  line-height: 30px;
  padding: 8px; }
  .sub-ul .addReceipt img {
    background-color: #3f6cc0;
    padding: 7px;
    opacity: 1;
  }
  
  .sub-ul .addReceipt img:hover{
  background-color: #ec4054; }
.sub-ul .item:hover{
  background-color: #3f6cc0; }
  .sub-ul .item:hover a, .sub-ul .addReceipt:hover a {
    color: #fff; }

 
.tab-closeicon .btn-close {
  display: none !important; }

.tab-index {
  width: 80px; }

.fastSection {
  width: 75%;
  background-color: #fff; }
  .fastSection section ul li {
    background-color: #fff;
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
    border-right: 1px dashed #dedede;
    border-bottom: 1px dashed #dedede;
    /*========2016.0301add======== */
    cursor: pointer;
    /*========End2016.0301add======== */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .fastSection section ul li .text {
      color: #7c8389;
      padding-top: 5px;
      font-size: 15px; }
    .fastSection section ul li:hover {
      background-color: #f8f8f8; }
  .fastSection section ul .clearborderR {
    border-right: 0; }
  .fastSection section ul .clearborderB {
    border-bottom: 0; }

.report {
  width: 75%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.boxright {
  float: right;
  width: 23%; }

.report, .immediateView {
  background-color: #fff;
  padding: 15px; }

.immediateView .top10 h3{
    margin:4px 0 10px 0;
    display:inline-block;
    text-align:center;
    width:100%;
}
.immediateView .top10 table{
    width:100%;
    margin:0 0 10px 0;    
}
.immediateView .top10 td{
    text-align:right;
    background-color:#fff;
    border: 0 none #fff;
}
.report {
  margin-top: 10px; }

.fixclear {
  clear: both; }

.view {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  color: #555; }
  .view p {
    padding: 8px 10px; }
  .view h6 {
    font-size: 14px;
    padding: 10px 10px 0 10px; }
  .view span, .view .last-detail {
    font-size: 12px;
    padding-left: 5px;
    color: #555; }
  .view .last-detail {
    color: #fff; }
  .view .detail p {
    font-size: 25px; }

.orange {
  background-color: #fff7da; }
  .orange .detail p {
    color: #f29f13; }
  .orange .last-detail {
    background-color: #feb42f; }

.blue {
  background-color: #ecfbff; }
  .blue .detail p {
    color: #3cb7d6; }
  .blue .last-detail {
    background-color: #63d2ed; }

.green {
  background-color: #f0ffd8; }
  .green .detail p {
    color: #80b134; }
  .green .last-detail {
    background-color: #a1ce59; }

/*========2016.0301add======== */
.ui-tabs-panel {
  min-height: 380px;
  height: auto!important;
 }

li.addTab.button.ui-state-default.ui-corner-top {
  display: none; }

.toolbar, .editDetail, .infoRow {
  width: 100%;
  background-color: #fff;
  padding: 10px 4px 2px 4px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  overflow-x:auto;
}
/* PC 版面微調 */
body.PcClient .toolbar, body.PcClient .infoRow, body.PcClient .editDetail {
    overflow-x: visible;
}
body.PcClient {
    height: auto;
}
.button {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
    background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
    background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
    background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
    display: inline-block;
    color: #666;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    padding: 2px 10px;
}
  .button:hover {
    background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background: -moz-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background: -o-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background: -ms-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    cursor: pointer;
    color: #666; }

.blueButton {
  border: 1px solid #2091fc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #28b5fd;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
  background: -moz-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
  background: -o-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
  background: -ms-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
  color: #FFF; }
  .blueButton:hover {
    background-color: #6ecdff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
    background: -moz-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
    background: -o-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
    background: -ms-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
    color: #FFF; }

.toolbar, .editBar {
  /*========2016.0309add======== */
  /*========End 2016.0309add======== */ }
  .toolbar .icon, .editBar .icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 6px 5px 0 0; }
  .toolbar .right, .editBar .right {
    float: right;
    margin-left: 10px; }
  .toolbar .add, .editBar .add {
    background-image: url(../img/button-add.png); }
  .toolbar .excelIn, .editBar .excelIn {
    background-image: url(../img/button-excelIn.png); }
  .toolbar .excelOut, .editBar .excelOut {
    background-image: url(../img/button-excelOut.png); }
  .toolbar .barcode, .editBar .barcode {
    background-image: url(../img/button-barcode.png); }
  .toolbar .search, .editBar .search {
    background-image: url(../img/button-search.png); }
  .toolbar .printer, .editBar .printer {
    background-image: url(../img/printer.png); }
  .toolbar .allList, .editBar .allList {
    background-image: url(../img/button-all.png); }
  .toolbar .preview, .editBar .preview {
    background-image: url(../img/button-preview.png); }
  .toolbar .upload, .editBar .upload {
    background-image: url(../img/button-upload.png); }
  .toolbar .save, .editBar .save {
    background-image: url(../img/button-save.png); }
  .toolbar .invoice, .editBar .invoice {
    background-image: url(../img/button-invoice.png); }
  .toolbar .clear, .editBar .clear {
    background-image: url(../img/button-clear.png); }
    .toolbar .distribution, .editBar .distribution {
    background-image: url(../img/button-distribution.png); }

.inputTxt, .inputSlt {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  color: #666;
  width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 2px 5px; }
  .inputTxt:focus, .inputSlt:focus {
    border-color: #3bb4f2; }

.infoList,.gridstyle {
  margin-top: 10px; }

.inputSlt, .inputChk, .inputFile {
  height: 28px;
  line-height: 28px;
  color: #666; }
  .inputSlt:focus, .inputChk:focus, .inputFile:focus {
    border-color: #3bb4f2; }

.inputSlt, .inputFile {
  width: 107%; }

/*========2016.0309add======== */
.inputMore, .inputCalendar {
  background-repeat: no-repeat;
  float: left;
  width: 28px;
  height: 28px;

  top: 0px;
  right: -5px;
  cursor: pointer;
  position: absolute; }

.inputMore {
  background-image: url(../img/input-more.png); }
  .inputMore:hover {
    background-image: url(../img/input-more-hover.png); }

.inputCalendar {
  background-image: url(../img/input-calendar.png); }
  .inputCalendar:hover {
    background-image: url(../img/input-calendar-hover.png); }

/*========END2016.0309add======== */
.editDetail {
  margin-top: 10px;
  display: none; }
  .editDetail .editForm {
    width: 100%;
    display: inline-block;
    padding-bottom: 2px; }
    .editDetail .editForm .row4 {
        width: 25%;
        /*border-left: 1px solid #ddd;*/
        border-left: 0px none #ddd;
        float: left;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
      .editDetail .editForm .row4 .pic {
        border: 1px dashed #ccc;
        margin-bottom: 10px;
        padding: 8px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block; }
        .editDetail .editForm .row4 .pic img {
          opacity: 0.8;
          float: left;
          padding-right: 8px; }
        .editDetail .editForm .row4 .pic .picRelate {
          font-size: 12px;
          color: #888;
          line-height: 20px; }
        .editDetail .editForm .row4 .pic .clearPic {
          display: block;
          color: #5998ce;
          margin-top: 30px;
          font-size: 14px; }
          .editDetail .editForm .row4 .pic .clearPic:hover {
            color: #0c72c8; }
      .editDetail .editForm .row4 .editCtl {
        width: 100%;
        font-size: 15px;
        color: #666;
        padding-bottom: 10px;
        display: inline-block; }
        .editDetail .editForm .row4 .editCtl .captionCtl {
          width: 34%;
          float: left;
          line-height: 25px;
          text-align: left; }
        .editDetail .editForm .row4 .editCtl .colKey {
          color: #f22a3c; }
        .editDetail .editForm .row4 .editCtl .inputCtl {
          width: 60%;
          float: left;
          position: relative; }
    .editDetail .editForm .firstRow {
      border: 0; }
  .editDetail .editBar {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: right; }

.infoRow {
  margin-top: 10px;
  display: inline-block;
 }
 .tablebar{
  overflow-x: auto;
  width: 75%;
  float: left;
 }
  .infoRow .showNum{
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 10px; }

div.gridFooterIcon span {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.infoRow .showNum .inputSlt , div.gridFooterIcon .inputSlt{
      width: 50px;
      font-size: 12px;
      color: #666;
      height: 24px;
      line-height: 24px;
      vertical-align: middle;
      background-color: #fff;
      padding: 2px 4px; }
  .infoRow .changePage #first, .infoRow .changePage #pre, .infoRow .changePage #next, .infoRow .changePage #last {
    display: inline;
    cursor: pointer; }
  .infoRow .changePage .inputTxt ,div.gridFooterIcon input.pagebox {
    width: 25px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0 5px;
    bottom: 6px;
    position: relative; }
  .infoRow .changePage span, div.gridFooterIcon .paging {
    color: #666;
    bottom: 5px;
    font-size: 12px;
    position: relative; }
  .infoRow .changePage .totalPage {
    margin-right: 5px; }

  div.gridFooterIcon img{
      margin: 2px;
  }


table.infoList tr:nth-child(even) ,table.gridstyle tr:nth-child(even) {
  background-color: #fafafa; }
table.infoList tr:nth-child(even):hover ,table.gridstyle tr:nth-child(even):hover {
    background-color: #e4f3ff; }

table.infoList tr:nth-child(odd) ,table.gridstyle tr:nth-child(odd) {
  background-color: #f4f4f4; }
  table.infoList tr:nth-child(odd):hover ,table.gridstyle tr:nth-child(odd):hover {
    background-color: #e4f3ff; }

table.infoList th ,table.gridstyle thead td {
  background-color: #f4f4f4; }

table, th, td {
  border: 1px solid #d7d7d7;
  border-collapse: collapse; }

table {
  border-spacing: 5px;
  font-size: 12px;
  color: #555; }
  table tr {
    text-align: center; }

th, td {
  padding: 5px;
  line-height: 28px; }

th,thead td {
  text-align: center;
  font-weight: bold;
  font-size: 13px; }

.operateButton {
  vertical-align: middle;
  padding: 0; }

.operate {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
  margin-top: 5px; }

.details {
  background-image: url(../img/operate-details.png); }
  .details:hover {
    background-image: url(../img/operate-details-hover.png); }

.copy {
  background-image: url(../img/operate-copy.png); }
  .copy:hover {
    background-image: url(../img/operate-copy-hover.png); }

.del {
  background-image: url(../img/operate-del.png); }
  .del:hover {
    background-image: url(../img/operate-del-hover.png); }

table.gridstyle td span.linkSpanLink{
    text-decoration:underline;    
    display:inline;
    overflow:auto;
}

.mask-bg-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; 
}

.cssHelpForm_Main {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: auto;
  padding: 15px;
  border-radius: 5px;
  text-align: center;  
  position:absolute;
  left: 50%;
  top: 30%;
  margin-left: -200px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
}
div.cssHelpForm_Main_800{
  left: 30%;
  top: 30%;
}
  @media all and (max-width: 540px) {
    .sweet-alert,.cssHelpForm_Main {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; 
    } 
  }
  
 
.cssHelpForm_Main div.winFormHeader{
  color: #666;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  display: block; 
  cursor: move;
}
.cssHelpForm_Main div.editCtl .captionCtl {
    display:inline-block;
    margin-right:4px;
    margin-bottom :4px;
    width:100px;
    text-align:right;
     
}
.cssHelpForm_Main div.editCtl div.inputCtl {
    display:inline-block;
    width:280px;
    margin-right:4px;
    margin-left:4px;    
    position:relative;
    vertical-align:bottom;
}
.cssHelpForm_Main .editCtl {
  margin: 10px 0;
  color: #666; 
  position: relative;
  width:100%;
  text-align:left;  
}
.cssHelpForm_Main div.blockLine {
    font: normal normal normal 16px "微軟正黑體", "標楷體";
    height: 56px;
    text-align:left;
    margin:0 0 4px 0;
}
.cssHelpForm_Main div.blockLine span,.cssHelpForm_Main div.blockLine input {
    display: inline-block; 
    margin:1px 6px;
}
.cssHelpForm_Main div.blockLine a{
    text-decoration:underline;
}
.cssHelpForm_Main .editCtl .inputTxt, .cssHelpForm_Main .editCtl .inputSlt{
    width:100%;
    margin:0;
    display:inline-block;
}
.cssHelpForm_Main input.inputTxt_two,.cssHelpForm_Main .editCtl .inputCtl input.inputTxt_two{
    width:40%;
}
.cssHelpForm_Main .contentPanelDiv{
    padding-top: 4px;
    padding-bottom: 10px;
    display: inline-block;    
    border-bottom: 1px solid #ddd;
    width:100%;
}

.cssHelpForm_Main .qryHelpFormToolPane2{
    display: inline-block;
}
.cssHelpForm_Main div.blockLine .withBtnBlock{
    display: inline-block;
    float:left;
    padding: 0;
    margin: 15px 4px 0 4px;
}
.cssHelpForm_Main .sebutton{
    color: white;
    float: left;
    border: 0;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 30px;
    margin: 15px 10px 0 10px;
    cursor: pointer;
    background-color: #28b5fd;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -o-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
}

.cssHelpForm_Main .sebutton:hover{
    background-color: #6ecdff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	background: -o-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
}

.cssHelpForm_Main div.cancel{
    background-color: #C1C1C1;
}

.cssHelpForm_Main div.cancel:hover{
    background-color: #b9b9b9;
}
.cssHelpForm_Main div.btn-primary{
    background-color: #006dcc;
}
.cssHelpForm_Main div.btn-primary:hover{
    color: #ffffff;
    background-color: #0044cc;
}

.cssHelpForm_Main div.filterBar span{
    width:30%;    
} 
.cssHelpForm_Main div.filterBar input{
    width:40%;
    margin-left:10px;
}
.cssHelpForm_Main div.filterBar div{
    display:inline-block;
    float:none;
    margin: 4px 4px 4px 4px;
}
 
.showEdit {
  display: block; }

table.tableEdit tr:nth-child(even) {
  background-color: #fff; }
  table.tableEdit tr:nth-child(even):hover {
    background-color: #f1f1f1; }

table.tableEdit tr:nth-child(odd) {
  background-color: #fff; }
  table.tableEdit tr:nth-child(odd):hover {
    background-color: #f1f1f1; }

table.tableEdit th {
  background-color: #f4f4f4; }

table.tableEdit td {
  color: #7c8389; }

.actionArea {
  display: none;
  width: 12px;
  height: 12px;
  margin: 0 15px;
  cursor: pointer; }

.actionAreaShow {
  display: block; }

.atcionDel {
  background-image: url(../img/actionArea-del.png); }
  .atcionDel:hover {
    background-image: url(../img/actionArea-del-hover.png); }

.choseItemArea {
  float: left;
  width: 75%; }

.spanproductname {
  display: none; }

.receiptsInputText {
  width: 90%;
  color: #7c8389;
  border: 1px solid #fff;
  background-color: #FFF;
  height: 15px;
  line-height: 15px;
  padding: 5px 0;
  text-indent: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .receiptsInputText:hover, .receiptsInputText:focus {
    border-color: #3bb4f2; }

.textLeft {
  text-align: left; }

.choseItem {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #FFF;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.editBar {
  width: 24%;
  float: right;
}

/*========End 2016.0309add======== */
.footer {
  border-top: 1px solid #cfcfcf;
  color: #999;
  margin-top: 15px;
  padding-top: 10px;
  font-size: 12px;
  font-weight:normal;
  line-height: 20px; }

.copyright p a {
  color: #999; }

/*# sourceMappingURL=mainv2.css.map */


/*7/1新增*/

.login .login-box{
  width: 350px;

  margin: 0 auto;
  margin-top: 20px;

}
.login .login-box img{
  position: relative;
  top: 3px;
  left: 35%;
}
.login .login-box .login-info{
  width: 350px;
  background: #fff;
  height: 500px;
  margin: 0;
  text-align: center;
  color: #666;
  padding: 20px 0;
  border-radius: 10px;
}
.login .login-box .login-info h3{
  color: #444;;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
input.login-input{
  margin: 10px 10px;
  padding: 5px;
  width: 180px;
  color: #555;
}
input.login-btn{
  background: #0088ec;
  color: #fff;
  width: 85%;
  padding: 10px 0;
  margin: 10px 0;
  border: 0
}
.login .login-box .login-info form{
  margin-top: 10px;
}
.forgetpwd a{
  font-size: 12px;
  color: #666;

}
.forgetpwd a:hover{
  text-decoration: underline;
}
.editBar .editData{
  text-align: right;
  margin: 5px 0;
  color: #666;
}
.editBar .editData span{
  width: 40%;
  padding-right:10px;
}
.editBar .editData input{
  width: 60%;
}
.colKey {
  color: #f22a3c;
}
.btnbar{
  text-align: right;
  padding: 10px 0;
}


/*tab 0705*/
/**
  * PWS Tabs jQuery Plugin
  * Author: Alex Chizhov
  * Author Website: http://alexchizhov.com/pwstabs
  * GitHub: https://github.com/alexchizhovcom/pwstabs
  * Version: 1.2.1
  * Version from: 23.01.2015
  * Licensed under the MIT license
  */
@media only screen and (max-width: 60em) {
  .pws_tabs_container.pws_tabs_responsive {
    width: 100% !important;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll {
    width: 100%;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li {
    vertical-align: top;
    text-align: center;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li a {
    margin: 0;
    font-size: 1em;
    line-height: 1.125em;
    overflow: hidden;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll li a i {
    display: block;
    margin: 0 0 5px 0;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical {
    display: block;
    position: relative;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical:after {
    display: block;
    content: '';
    clear: both;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll {
    width: 100%;
    position: relative;
    float: none;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll li {
    display: inline-block;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical ul.pws_tabs_controll li a {
    margin: 0;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_vertical .pws_tabs_list {
    position: relative;
    float: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .pws_tabs_container.pws_tabs_responsive {
    width: 100% !important;
    position: relative;
  }
  .pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu {
    width: 100%;
    height: 40px;
    background-color: #9bd7d5;
    display: block;
  }
  .pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu a {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 32px;
    font-size: 2em;
    text-align: center;
    padding: 3px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .pws_tabs_container.pws_tabs_responsive .pws_responsive_small_menu a:hover {
    background-color: #70c5c2;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 40px;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup li {
    display: block;
    float: none;
  }
  .pws_tabs_container.pws_tabs_responsive ul.pws_tabs_controll.pws_tabs_menu_popup li a i {
    display: inline-block;
    margin: 0 3px 0 0;
    margin: 0 0.1875em 0 0;
  }
  .pws_tabs_container.pws_tabs_responsive.pws_tabs_rtl ul.pws_tabs_controll.pws_tabs_menu_popup li a i {
    display: inline-block;
    margin: 0 0 0 3px;
    margin: 0 0 0 0.1875em;
  }
}
.pws_tabs_container {
  width: 100%;
}
.pws_tabs_container ul.pws_tabs_controll {
  list-style: none;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.pws_tabs_container ul.pws_tabs_controll li {
  display: inline-block;
}
.pws_tabs_container ul.pws_tabs_controll li a {
  display: block;
  background-color: #f7f7f7;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
  background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
  background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
  background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
  border: 1px solid #d1d1d1;
  border-bottom: 0px;
  padding: 15px 20px;
  padding: 0.9375em 1.25em;
  text-decoration: none;
  color: #666;
  margin-right: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pws_tabs_container ul.pws_tabs_controll li a:hover {
  background-color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background: -moz-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background: -o-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background: -ms-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
}
.pws_tabs_container ul.pws_tabs_controll li a i {
  margin-right: 8px;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
  margin-right: 0;
  margin-left: 0;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
  background-color: white;
  color: #505050;

}

.pws_tabs_list {
  display: block;
  background-color: #fff;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  -ms-transition: all .3s ease-in-out .3s;
  -o-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.pws_tab_single {
  position: absolute;
  padding-right: 20px;
  padding-right: 1.25em;
  -webkit-transition: all .3s ease-in-out .0;
  -moz-transition: all .3s ease-in-out .0;
  -ms-transition: all .3s ease-in-out .0;
  -o-transition: all .3s ease-in-out .0;
  transition: all .3s ease-in-out .0;
}

/**
  * ######################################################
  * Right To Left Styles
  * ######################################################
  */
.pws_tabs_container.pws_tabs_rtl {
  text-align: right;
  direction: rtl;
}
.pws_tabs_container.pws_tabs_rtl ul.pws_tabs_controll li a {
  margin-right: 0;
  margin-left: 3px;
}
.pws_tabs_container.pws_tabs_rtl ul.pws_tabs_controll li a i {
  margin-left: 8px;
  margin-right: 0;
}
.pws_tabs_container.pws_tabs_rtl .pws_tab_single {
  padding-right: 0;
  padding-left: 20px;
  padding-left: 1.25em;
}

/**
  * ######################################################
  * Vertical Position
  * ######################################################
  */
.pws_tabs_container.pws_tabs_vertical {
  display: block;
  position: relative;
}
.pws_tabs_container.pws_tabs_vertical:after {
  display: block;
  content: '';
  clear: both;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll {
  width: auto;
  position: relative;
  float: left;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li {
  display: block;
}
.pws_tabs_container.pws_tabs_vertical ul.pws_tabs_controll li a {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3px;
}
.pws_tabs_container.pws_tabs_vertical .pws_tabs_list {
  position: relative;
  float: left;
}

/**
  * ######################################################
  * Colors - Themes @1.2.0
  * ######################################################
  */
/**
* ###########################
* violet
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_violet .pws_responsive_small_menu {
  background-color: #c72c66;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_violet .pws_responsive_small_menu a:hover {
  background-color: #a6164c;
}

.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a {
  background-color: #c72c66;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a:hover {
  background-color: #a6164c;
}
.pws_tabs_container.pws_theme_violet ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* green
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_green .pws_responsive_small_menu {
  background-color: #86c447;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_green .pws_responsive_small_menu a:hover {
  background-color: #539312;
}

.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a {
  background-color: #86c447;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a:hover {
  background-color: #539312;
}
.pws_tabs_container.pws_theme_green ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* yellow
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_yellow .pws_responsive_small_menu {
  background-color: #fdb813;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_yellow .pws_responsive_small_menu a:hover {
  background-color: #ffa500;
}

.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a {
  background-color: #fdb813;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a:hover {
  background-color: #ffa500;
}
.pws_tabs_container.pws_theme_yellow ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* gold
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_gold .pws_responsive_small_menu {
  background-color: #f89827;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_gold .pws_responsive_small_menu a:hover {
  background-color: #fa7b00;
}

.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a {
  background-color: #f89827;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a:hover {
  background-color: #fa7b00;
}
.pws_tabs_container.pws_theme_gold ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* orange
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_orange .pws_responsive_small_menu {
  background-color: #f15b42;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_orange .pws_responsive_small_menu a:hover {
  background-color: #fd2e0b;
}

.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a {
  background-color: #f15b42;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a:hover {
  background-color: #fd2e0b;
}
.pws_tabs_container.pws_theme_orange ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* red
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_red .pws_responsive_small_menu {
  background-color: #e41937;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_red .pws_responsive_small_menu a:hover {
  background-color: #d70726;
}

.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a {
  background-color: #e41937;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a:hover {
  background-color: #d70726;
}
.pws_tabs_container.pws_theme_red ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* purple
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_purple .pws_responsive_small_menu {
  background-color: #672e8d;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_purple .pws_responsive_small_menu a:hover {
  background-color: #470871;
}

.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a {
  background-color: #672e8d;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a:hover {
  background-color: #470871;
}
.pws_tabs_container.pws_theme_purple ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
* ###########################
* grey
* ###########################
*/
.pws_tabs_container.pws_tabs_responsive.pws_theme_grey .pws_responsive_small_menu {
  background-color: #4d4d4f;
}
.pws_tabs_container.pws_tabs_responsive.pws_theme_grey .pws_responsive_small_menu a:hover {
  background-color: #000000;
}

.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a {
  background-color: #4d4d4f;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a:hover {
  background-color: #000000;
}
.pws_tabs_container.pws_theme_grey ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff;
}

/**
  * ######################################################
  * Effect: none
  * ######################################################
  */
.pws_tabs_noeffect .pws_tabs_list {
  -webkit-transition: all .1s ease-in-out 0;
  -moz-transition: all .1s ease-in-out 0;
  -ms-transition: all .1s ease-in-out 0;
  -o-transition: all .1s ease-in-out 0;
  transition: all .1s ease-in-out 0;
}
.pws_tabs_noeffect .pws_tab_single {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.pws_tabs_none_hide {
  display: none;
}

.pws_tabs_none_show {
  display: block;
}

/**
  * ######################################################
  * Effect: scale
  * ######################################################
  */
.pws_tabs_scale_hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.pws_tabs_scale_show {
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

/**
  * ######################################################
  * Effect: slideleft
  * ######################################################
  */
.pws_tabs_slide_left_hide {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.pws_tabs_slide_left_show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

/**
  * ######################################################
  * Effect: slideright
  * ######################################################
  */
.pws_tabs_slide_right_hide {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.pws_tabs_slide_right_show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

/**
  * ######################################################
  * Effect: slidetop
  * ######################################################
  */
.pws_tabs_slide_top_hide {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.pws_tabs_slide_top_show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

/**
  * ######################################################
  * Effect: slidedown
  * ######################################################
  */
.pws_tabs_slide_down_hide {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.pws_tabs_slide_down_show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

 
table.gridstyle td span.boolChecked
{
    margin:0 auto;
    display:block;
    height:20px;
    width:20px;
    background: url(../img/checked.gif) no-repeat;
}
table.gridstyle td span.boolUnChecked
{
    margin:0 auto;
    display:block;
    height:20px;
    width:20px;
    background: url(../img/unchecked.gif) no-repeat;
}

div.btnCtl {
    margin-right:4px;
}
div.editCtl div.inputCtl input.colorWinHelp{width:70%;}

/* 挑選視窗 */
div.contentPanelDiv table { width:100%;}
div.contentPanelDiv table td{border:1px solid #B7CAF6; padding-left:2px; cursor:pointer;}
div.contentPanelDiv table td.trOdd{background-color:#DEFEE4;}
div.contentPanelDiv table td.trEven{background-color:#FFEEFF;}
div.contentPanelDiv table tr.trClick td.trOdd,div.contentPanelDiv table tr.trClick td.trEven{background-color:#98fb98;}
/* 顏色挑選輔助 */
div.colorPanel div,div.colorPanel td{border:0px none #fff; padding:0;}
div.colorPanel { height:auto; width:270px;}

div.editCtl div.inputCtl img.btnHelpColor{width:20px; height:20px;vertical-align:middle; cursor:pointer;}
 
  
div.editCtl div.inputCtl input.txtDate{width:70%;}
div.editCtl div.inputCtl input.txtDate_2 ,div.editCtl div.inputCtl input.txtString_2{width:34%;}
            
 /* 第二層編輯功能 UI */
 div.mainContent div.editDetail {
     padding-top:2px;
     margin-top:2px;
 }
div.mainContent div.tabsAndPanels
{
    width:100%;
    height:300px;
    position:relative;
}
div.mainContent div.tabPanel 
{
    border:1px solid #666;
    border-bottom-style:none;
    height:300px;
}
/* 表格 Scroll 設定處理 */
div.mainContent div.tabsAndPanels div.gridBody{width:auto; overflow:visible;}
div.mainContent div.tabsAndPanels div.gridBodyCol{width:auto; overflow:visible;}
    
div.mainContent div.tabsAndPanels div.relaTableGrid
{
    width:75%;
    height:300px;
    overflow:auto;
    float:left;
}
div.mainContent div.tabsAndPanels div.relaTableEditForm
{
    width:24%;        
    float:right;
    overflow-y:auto;overflow-x:hidden;
}
div.mainContent div.tabsAndPanels div.relaTableGrid { overflow-x:auto;}

/* 第二畫面編輯資料列的寬度處理 */
div.tabsAndPanels div.editForm div.editCtl {width:100%;padding-right:20px; margin: 12px 0 0 0;}
div.tabsAndPanels div.editForm div.editCtl div.captionCtl {max-width:140px;text-align:right;min-height:22px; display:inline-block; padding:0px 4px 0px 0px; margin:0px 0px 4px 0px;}    
div.tabsAndPanels div.editForm div.editCtl div.colKey {color:Red;}
div.editForm div.editCtl div.reqCol {color:#0831D6;}
div.tabsAndPanels div.editForm div.editCtl div.inputCtl{
    min-width:140px;
    max-width:180px;
    display:inline-block;
    margin:0 4px 0 4px;
    position:relative;
    vertical-align:bottom;
}
div.tabsAndPanels div.editForm div.editCtl div.inputCtl .inputTxt{
    min-width:140px;
    max-width:180px;
}

/* 第二畫面分頁定義 */  
div.tabsAndPanels .tabs {
    height: 28px;
    margin: 0 !important;
    padding: 0;
	border-bottom: 1px solid #666666;
}
div.tabsAndPanels .tabs li {
    float: left;
    list-style: outside none none;
    margin: 1px 4px 0 0;
    padding: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555555;
    font-weight: normal;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
div.tabsAndPanels .tabs span {    
    border: 0px none #fff;
    color: #777777;
    float: left;
    font-family: "微軟正黑體","標楷體";
    font-size: 12pt;
    margin-right: 2px;
    padding: 5px 8px;
    position: relative;
    text-decoration: none;
}
 
div.tabsAndPanels .tabs li:hover,div.tabsAndPanels .tabs li:active {
    background-color: #eee;
    color: #333333;
    font-weight: bold;
    cursor:pointer;
}
div.tabsAndPanels .tabs li.current {
    background-color: #eee;
}
div.tabsAndPanels .tabs span.current {
    color: #333333;        
    font-weight: bold;
}    


span.showLabel {
    width: 95%;
    display:inline-block;    
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    height: 22px;
    line-height: 22px;
    padding: 2px 5px;
    background: #eee none repeat scroll 0 0;
}
.pinBtnImg {
    margin-right :4px;
    display:inline-block;
}
.txtCheckbox{
    width : 40px;
            
}
div.pinEditPanelBtn span ,div.pinHelpFormBtn span{
    display:inline-block;
}

div.editForm input.actFuncBtn {
	border: 1px solid #2091fc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #28b5fd;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -o-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	color: #FFF; 
	display: inline-block;	 
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	padding: 2px 20px; 
}
div.editForm input.linkActFuncBtn {
    border: 1px solid #2091fc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #28b5fd;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
    background: -moz-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
    background: -o-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
    background: -ms-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    /*height: 36px;*/
    line-height: 36px;
    padding: 2px 20px;
}
div.editForm input.actFuncBtn:hover,div.editForm input.linkActFuncBtn:hover {
	background-color: #6ecdff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	background: -o-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc));
	color: #FFF; 
	cursor: pointer;
}
 

/* 等候畫面 */
#loadingScreen {
    background: url(../img/loading.gif) no-repeat 5px 8px;
    padding-left: 50px;
    
}

.loadingScreenWindow .ui-dialog-titlebar-close {
    display: none;    
}
.ui-dialog.ui-widget-content { 
    background: #ecfbff; 
    border: 2px solid rgba(0, 0, 0, 0.333);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
img.grdIconImgLink{
    cursor: pointer; 
}
div.cssHelpForm_Main div.contentPanelDiv div.keyWordSearch {
    color:blue;
}

table.fixWidth{
    table-layout:fixed;
    width:100%;   
}
table.fixWidth td{
     overflow: hidden;
}
.cssHelpForm_Main div.btnRight {
    float:right;
}
.cssHelpForm_Main div.btnLeft {
    float:left;
} 

.cssHelpForm_Main div.helpSNCodeForm{
    border: 1px solid #c0c0c0;
}
.cssHelpForm_Main div.helpSNCodeForm div.blockLine {    
    height:32px;
}
/* 提供自動輸入完成的選單樣式設定 */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	color: blue;
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	/*font-size: 12px;*/
	overflow: hidden;
}

.ac_loading {    
    background: Window url('../img/loader.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
div.btnCtl span {
    font-size:15px;
}
.desc {
    color: blue;
}

#mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: gray;
    background: rgba(10%,10%,10%,0.3) /* You can make this slightly transparent black rgba(30%,0%,0%,.3); or transparent */;
    top: 0;
    left: 0;
    display: none;
    z-index: 20001;
    text-align: center;
}

#mask span {
    position: fixed;
    top: 45%;
    background-color: #f1f3eb;
    padding: 20px;
    border-radius: 4px;
    padding-left: 50px;
    line-height: 20px;
    background: url('../img/loading.gif') no-repeat 10px 13px;
}