.login {
    max-width : 20em;
    text-align: center;
    margin: 10% auto ;
}
.login .ui-block-a
{
    width : 30%;
}
.login .ui-block-b
{
    width : 70%;
}
.norecord {
    position:relative;  z-index:1;
    max-width : 20em;
    text-align: center;
    margin: 20% auto ;
}
.condition
{
    position:absolute;  z-index:2;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background:#f9f9f9;
    width:100%;
    padding:0.6em 0em 0.1em 0em;
    top:40px; left:0px;
}
div[passport] {
    position:absolute; z-index:1;
    top:190px; bottom:0px; left:0px;
    width:100%;
    background:#f9f9f9;
    overflow:auto;
}

#scrollerDiscountrule {
    top:-50px !important;
}

div[passport] div[scroller] {
    position:absolute; z-index:1;
    /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
    top:0px;
}

div[passport] div[pullUp] {
    margin-bottom: 45px;
}

div[wrapper] {
    position:absolute; z-index:1;
    top:44px; bottom:0px; left:0px;
    width:100%;
    background:white;
    overflow:auto;
}

div[wrapper] div[scroller] {
    position:absolute; z-index:1;
    /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
    top:0px;
}

div[wrapper] div[scroller] ul {
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    text-align:left;
}

table {
    font-size: 0.8em;
}

div[wrapper] div[scroller] table th,
div[wrapper] div[scroller] table td{
    white-space: nowrap;
}

/**
 *
 * Pull down styles
 *
 */
div[pullDown], div[pullUp] {
    background:#fff;
    height:40px;
    line-height:40px;
    padding:5px 10px;
    /*border-bottom:1px solid #ccc;*/
    font-weight:bold;
    font-size:14px;
    color:#888;
}
div[pullDown] .pullDownIcon, div[pullUp] .pullUpIcon  {
    display:block; float:left;
    width:40px; height:40px;
    background:url(../images/pull-icon@2x.png) 0 0 no-repeat;
    -webkit-background-size:40px 80px; background-size:40px 80px;
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:250ms;
}
div[pullDown] .pullDownIcon {
    -webkit-transform:rotate(0deg) translateZ(0);
}
div[pullUp] .pullUpIcon  {
    -webkit-transform:rotate(-180deg) translateZ(0);
}

div[pullDown].flip .pullDownIcon {
    -webkit-transform:rotate(-180deg) translateZ(0);
}

div[pullUp].flip .pullUpIcon {
    -webkit-transform:rotate(0deg) translateZ(0);
}

div[pullDown].loading .pullDownIcon, div[pullUp].loading .pullUpIcon {
    background-position:0 100%;
    -webkit-transform:rotate(0deg) translateZ(0);
    -webkit-transition-duration:0ms;

    -webkit-animation-name:loading;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}

@-webkit-keyframes loading {
    from { -webkit-transform:rotate(0deg) translateZ(0); }
    to { -webkit-transform:rotate(360deg) translateZ(0); }
}

#addtherent .ui-grid-a td
{
    min-width : 140px;
}
#addtherent .ui-grid-a table input,
#addtherent .ui-grid-a table select{
    font-size: 0.8em;
    box-sizing: border-box;
    border:0.1em solid green;
    padding:0.1em;
    margin:0.1em;
    box-shadow: 0;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    color:#330099;
}

.ui-icon-stats:after {
    background-image: url("../images/query/stats.png");
    background-size: 16px 16px;
}

.detail-table .ui-block-a,
.detail-table .ui-block-b{
    min-width: 14em;
}
.detail-table table,
.detail-table table tr,
.detail-table table td {
    margin: 0 .1em 0 .1em;
    padding: 0 .1em 0 0.1em;
}
.detail-table table {
    width:100%;
}
.detail-table table td {
    width:50%;
    text-align: right;
}
.detail-table table .field-title {
    font-size: 0.9em;
    font-weight:500;
    margin: 0;
    padding: 0 0 0 0.3em;
}
.detail-table table .field-value {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    color:#330099;
    word-break: break-all;
}
.feeDetail-input {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.button-input {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
    padding: 10px 0 10px 0;
}
.ui-icon-download:after {
    background-image: url("../images/download.png");
    background-size: 20px 20px;
}
.footer-button-left,
.footer-button-right {
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 0.24em;
}
.footer-button-left {
    left: 0.8em;
}
.footer-button-right {
    right: 0.8em;
}

.progressBarContainer{
    position:relative;
    margin-top:10px;
    height:8px;
    background:#f6f6f6;
    border-radius:3px;
    width:100%;
}
.progressBarContainer>#loadingBar{
    position:absolute;
    height:8px;
    background:#09bb07;
    border-radius:3px;
}
.progressBarContainer>#percentBar{
    position:absolute;
    margin-top:22px;
}
.upload{position: relative;width: 12em;height: 2em;line-height: 2em;background: #2fc7c9;text-align: center;
    color: #FFF;padding: 0px 0.5em;-webkit-border-radius: 0.3em;border-radius: 0.3em;
    margin: 0 auto;
}
.upload form{width:100%;position:absolute; left:0; top:0;opacity:0; filter:alpha(opacity=0);}
.upload form input{width: 100%;}

/*plupload style*/
.progress{
    margin-top:2px;
    width: 200px;
    height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{
    background-color: rgb(92, 184, 92);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
    width: 266.188px;
}
.query_condition{
    max-width:20em;
    text-align:center;
    margin:auto;
}
.query_condition button{
    text-align: center;
    margin: 0 5% 0 5% !important;
    width: 90%;
}
@media (min-width: 35em) {
    .query_condition{
        max-width:25em;
    }
}

::-webkit-scrollbar
{
    width: 9px;
    height: 9px;
}
::-webkit-scrollbar-track-piece
{
    background-color: #ebebeb;
    -webkit-border-radius: 4px;
}
::-webkit-scrollbar-thumb:vertical
{
    height: 32px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
}
::-webkit-scrollbar-thumb:horizontal
{
    width: 32px;
    background-color: #ccc;
    -webkit-border-radius: 4px;
}
.dashboard {
    width: 100%;
}
/* Homepage */
.dashboard .ui-grid-a,
.dashboard .ui-grid-b,
.dashboard .ui-grid-c,
.dashboard .ui-grid-d {
    margin: 0.0em -.5em -.5em;
}
.dashboard-block {
    position: relative;
    overflow:hidden;
    padding: .1em .5em 0.8em .5em;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: .3125em;
    font-family: 'Open Sans', sans-serif;
}
.dashboard-block h3 {
    font-size: 1.0em;
    font-weight: 300;
    color: #3eb249;
    border-bottom: 1px solid #ddd;
    padding-top: .5em;
    padding-bottom: .5em;
    margin: 0 0 .1em;
}
.dashboard-condition {
    position: absolute;
    top: 0.2em;
    right: 0.5em;
}
.dashboard-condition ul {
    margin: 0;
}
.dashboard-condition >ul {
    list-style: none;
    display: inline-flex;
}
.dashboard-block input,
.dashboard-block .mySelect {
    width: 6em;
    height: 2em;
    font-size: 0.9em;
    box-sizing: border-box;
    border:0.1em solid darkgray;
    padding:0.1em;
    margin:0.1em;
    box-shadow: 0;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    color:#330099;
}
.qqbchart {
    width: 100%;
    min-width: 25em;
    min-height: 25em;
}
.mySelect{
    position: relative;
}
.mySelect .inputWrap{
    width:100%;
    min-height: 20px;
    border-radius: 3px;
    padding: 0.2em;
    position: relative;
    cursor: pointer;
}
.mySelect .inputWrap>i{
    position: absolute;
    padding: 5px 13px 0 0;
    right: 0;
    top: 0;
}
.mySelect ul{
    padding:0 5px ;
    margin: 0;
    padding-right: 35px;
}
.mySelect ul,li{
    list-style: none;
}
.mySelect li{
    display: inline-block;
    border-radius: 5px;
}
.mySelect .fa-close{
    cursor: pointer;
}
.mySelect .fa-close:hover{
    color: #237eff;
}
.mySelect .mySelect-option{
    width: 100%;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    background: white;
    z-index: 100;
}
.mySelect .mySelect-option div{
    padding: 10px;
}
.mySelect-option div{
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    margin: 5px;
}
.mySelect-option div i{
    float: right;
    color: #ffffff;
}
.mySelect-option div.selected{
    background: #009688;
    color: #ffffff;
    border-radius: 5px;
}
.mySelect-option div:hover{
    /*background: #9ec6ff;*/
    color: #9ec6ff;
    border-bottom: 1px solid #9ec6ff;
}
.pc-action-table {
    width:100%;
    padding:0.5em 0 0 0;
    background-color:#fff;
    right:0;
    left:0;
}
.pc-action-table:after {
    content:"";
    top:160px;
}
.pc-action-title {
    width:90%;
    color: blue;
    padding-left: 0.3em;
}
.pc-action-return {
    width:5%;
}
.pc-action-return button {
    width:80px;
    margin-right: 20px;
    color:#5f9ea0;
}
.pc-action-action {
    width:5%;
}
.pc-action-action button {
    min-width:80px;
    color:#2b81af;
    background-color: #c0e5f7;
    white-space: nowrap;
}
.pc-tab {
    border-bottom: blue !important;
    border-bottom-style: solid !important;
}
.pc-query-action {
    position: absolute;
    top: 60px;
    z-index: 2;
    padding-top: 10px;
}
.pc-query-condition {
    position: relative;
    top:20px;
    height: 800px;

}
.pc-query-condition::-webkit-scrollbar {
    display: none;
}
.pc-query-condition-row
{
    position:absolute;  z-index:2;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background:#f9f9f9;
    width:100%;
    padding:0.6em 0em 0.1em 0em;
    top:100px; left:0px;
}
.pc-wrapper-no-scroller {
    position:absolute; z-index:1;
    top:100px; bottom:0px; left:0px;
    width:100%;
    background:white;
    overflow:auto;
}
.pc-ul a {
    font-size: 14px;
    font-weight: 600;
}
.pc-ul h2 {
    font-size: 1em;
    font-weight: 600;
}
div[wrapperForm] {
    position:absolute; z-index:1;
    top:105px; bottom:0px;
    width:100%;
    overflow: visible;
    overflow-x: hidden;
}

div[wrapperForm] div[scroller] {
    position:absolute; z-index:1;
    /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:98%;
    padding:0;
    top:0px;
}

div[wrapperForm] div[scroller] .cmxform {
    top:0;
    margin-top:0;
    margin-right:20px;
}

div[wrapperForm] div[scroller] .queryform {
    width:25em;
    text-align:center;
    margin:auto;
}

div[wrapperForm] div[scroller] form button,div[wrapperForm] div[scroller] button{
    text-align: center;
    margin: 0 5% 0 5% !important;
    width: 90%;
}

div[wrapperList] {
    position:absolute; z-index:1;
    top:115px; bottom:0px;left:0px;
    width:100%;
    overflow: visible;
    overflow-x: hidden;
}
div[wrapperList] div[scroller] {
    position:absolute; z-index:1;
    /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
    top:0;
}
div[wrapperList] div[scroller] ul {
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    text-align:left;
}
div[wrapperList] div[scrollerInput] {
    position:absolute; z-index:1;
    /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:96%;
    padding:0;
    top:0;
    margin: 0 2% 0 2%;
}
div[wrapperList] div[scrollerInput] ul {
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    text-align:left;
}