html, body{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
    font: 10pt Helvetica,Arial,Tahoma,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

#page {
    /*background:  #FFFFFF url(../images/logo/bg-header.png) top center no-repeat;*/
    border: medium none;
    height: auto !important;
    margin-bottom: 0;
    min-height: 100%;
    position: relative;
}

#header {
    background: url(../images/logo/SC_ALIPAY.jpg) #ffffff left center no-repeat;
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 100px;
    margin: 0;
    min-width: 1000px;
    padding: 0;
}

#img-header {

}

#user-header {
    display: block;
    height: 80px;
    width: 500px;
    float:right;
    margin-top: 15px;
    margin-right: 20px;
    background: transparent;
}

#user-login {
    padding: 5px 0 0 5px;
    display: block;
    height: 65px;
    width: 330px;
    float: right;
    /*background: #EFEFEF;*/
    background: #f2f0df;
}

#user-login span{
    float: left;
    width: 160px;
    height: 35px;
    text-align: left;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

#user-login span img{
    vertical-align: bottom;
    margin-right: 5px;
    width: 22px;
}

#user-login .link:hover{
    cursor: pointer;
    color: blue;
}

#top-nav{
    height: 30px;
    border-bottom: 1px solid #dfdfdf;
    color: #ffffff;
    background-color: #4C9ED9;
    /*background-color: #404A4C;*/
    font-weight: bold;
    margin: 0;
}
/*
#top-nav{
    height: 30px;
    border-bottom: 1px solid #dfdfdf;
    color: #ffffff;
    background-color: #1E74C4;
    *background-color: #1A6ABB;
    background-image: -moz-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E74C4), to(#1A6ABB));
    background-image: -webkit-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -o-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: linear-gradient(to bottom, #1E74C4, #1A6ABB);
    background-repeat: repeat-x;
    border-color: #1A6ABB #1A6ABB #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E74C4', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-weight: bold;
    margin: 0;
}
*/
.nav-active,
.nav-active a{
    background: #C8CEF9;
    color: #1A6ABB !important;
    text-shadow: 0 -1px 0 #ffffff;
}
#div-breadcrumbs{
    padding: 0 20px 0 30px;
    background: #F3F3F3;
    font-size: 9pt;
    text-align: left;
    border-bottom: 1px solid #b4b2b2;
    height: 20px;
}
/*
#tag-breadcrumbs li{
    display: inline;
    list-style: none;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: bold;
    color: #6996C5;
}
#tag-breadcrumbs>li.first{
    background: #EEEEEE url(../images/bg-breadcrumbs.png) right center no-repeat;
}
#tag-breadcrumbs>li.middle{
    background: #EEEEEE url(../images/bg-breadcrumbs.png) right center no-repeat;
}
#tag-breadcrumbs>li.last,
#tag-breadcrumbs>li.last>a{
    color: #E11837;
}*/
#content{
    padding: 20px 20px 80px 20px;
}

.readonly{
    background-color: rgb(235, 235, 228) !important;
}
.div-form {
    margin-top: 10px;
    background-color: #efefef;
    overflow: auto;
    padding-bottom: 10px;
    display: block;

    /*
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    */
}

.div-title {
    font-size: 11pt;
    font-weight: bold;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-weight: bold;
    /*background-color: #3498db;*/
    background-color: #3A9AC4;
    /*
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1E74C4;
    *background-color: #1A6ABB;
    background-image: -moz-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E74C4), to(#1A6ABB));
    background-image: -webkit-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -o-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: linear-gradient(to bottom, #1E74C4, #1A6ABB);
    background-repeat: repeat-x;
    border-color: #1A6ABB #1A6ABB #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E74C4', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    */
}
.div-form table, table, label, dt, dd {
    background: transparent;
    color: #000000;
    /*margin-top: 10px;*/
    /*margin-left: 10px;*/
    border-collapse: separate;
    border-spacing: 3px;
}
.div-form table td.tab, table td.tab {
    text-align: left;
    width: 10px;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: top;
    white-space:nowrap;
}
.div-form table td.title, table td.title, .div-form table td.input, table td.input, label, dt, dd {
    text-align: left;
    font-size: 9pt;
    font-weight: bold;
}
.div-form table td.changed, table td.changed {
    color:blue !important;
}
.div-form table td.title, table td.title{
    text-align:right !important;
}
.div-form table td.title, table td.title{
    vertical-align:top;
}
.div-form table td.subheader, table td.subheader{
    text-align:left !important;
    background-color:#CEECF5;
    font-weight:bold;
    padding:2px;
}
.div-form table td.subheader_center, table td.subheader_center{
    text-align:center !important;
    background-color:#CEECF5;
    font-weight:bold;
    padding:2px;
}
.div-form table td.subheader2, table td.subheader2{
    text-align:center !important;
    background-color:#CEECF5;
    font-weight:bold;
    padding:2px;
}
.div-form table td.subheadernobg, table td.subheadernobg{
    text-align:left !important;
    font-weight:bold;
    padding:2px;
}
.div-button {
    text-shadow: none;
    font-size: 11pt;
    font-weight: bold;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    color: #064594;
    padding: 10px 10px 0px 10px;
    text-align: right;
}

.div-button ul li{
    list-style-type: none;
    display: block;
    width: 50%;
    float: left;
}
.btn {
    text-shadow: none;
    color: #ffffff;
    font-weight: bold;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    /*border-radius: 4px;*/
    border-width: 0px 0px 2px 0px;
    cursor: pointer;
    /*background-color: #3498DB;*/
    background-color: #3A9AC4;
    border-bottom: 3px solid #2980b9;
}
/*.btn.reject {
    background-color: #e74c3c;
    border-bottom: 3px solid #c0392b;
}
.btn.reject:hover {
    background-color: #c0392b;
    border-bottom: 3px solid #c0392b;
}*/
.btn.reject,.btn:after  {
    color: #702526;
    text-shadow: 0 1px #ea8f99;
    background: #e46565;
    border-color: #e1696e #c85252 #a03a38;
    background-image: -webkit-linear-gradient(top, #eb9093, #e46565 70%, #e25755);
    background-image: -moz-linear-gradient(top, #eb9093, #e46565 70%, #e25755);
    background-image: -o-linear-gradient(top, #eb9093, #e46565 70%, #e25755);
    background-image: linear-gradient(to bottom, #eb9093, #e46565 70%, #e25755);
    -webkit-box-shadow: inset 0 1px #dcaaaa, inset 0 0 0 1px #df777a, 0 1px #a03a38, 0 1px #be4b49, 0 2px #a03a38;// 0 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px #dcaaaa, inset 0 0 0 1px #df777a, 0 1px #a03a38, 0 1px #be4b49, 0 2px #a03a38;// 0 5px 2px rgba(0, 0, 0, 0.4);
}
.btn.reject:hover,.btn.reject:active,.btn.reject:focus {
    color: #702526;
    background: #e46565;
    border-top-color: #d0585a;
}

.btn.approve {
    background-color: #2ecc71;
    border-bottom: 3px solid #27ae60;
}
.btn.approve:hover {
    background-color: #27ae60;
    border-bottom: 3px solid #27ae60;
}
.btn.orange{
    background-color: #f39c12;
    border-color: #e67e22;
}
.btn.orange:hover{
    background-color: #e67e22;
}
.btn.green{
    background-color: #1abc9c;
    border-color: #16a085;
}
.btn.green:hover{
    background-color: #16a085;
}
.btn.grey{
    background-color: #bdc3c7;
    border-color: #95a5a6;
}
.btn.grey:hover{
    background-color: #95a5a6;
}
.btn.darkGrey{
    background-color: #71757A;
    border-color: #46494E;
}
.btn.darkGrey:hover{
    background-color: #46494E;
}
.btn {
    padding-left: 10px;
    padding-right: 10px;
    /* IE10 only */
    padding-top: 3px;
    padding-bottom: 3px;
    /* IE6-9 */
    padding-top: 1px\9 !important;
    padding-bottom: 1px\9 !important;
}

.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn:hover {
    color: #ffffff;
    /*background-color: #2980B9;*/
    background-color: #3083a7;
    *background-color: #003bb3;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 -20px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

/*input[type=submit] {
    margin-bottom: 0;
    margin-top: -8px;
    text-decoration: none;
    float: left;
    display: block;
    color: #ffffff;
    font-size: 9pt;
    font-family: Tahoma ,sans-serif;
    border: none;
    padding: 3px 10px 3px 10px;
    transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    background-color:#3A9AC4;
    text-transform:uppercase;
    border-radius: 0;
}

input[type=submit]:hover {
    margin-bottom: 0;
    margin-top: -8px;
    background-color:#42484d;
    text-decoration: none;
    float: left;
    display: block;
    color: #f5f4f2;
    font-size: 9pt;
    font-family: Tahoma,sans-serif;
    border: none;
    padding: 3px 10px 3px 10px;
    text-transform:uppercase;
    border-radius: 0;
}*/

/* div float center */
.m-center {
    margin: 10px auto;
}
/* manage text align */
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

.tblData {
    border: 1px solid #d3d3d3;
    border-spacing: 1px;
}
.rptName {
    background: #E2E2E2;
    color: #333333;
    font-weight: bold;
    /*line-height: 25px;*/
}
.rptName td, .rptName th {
    padding: 5px 10px;
}
.colHeader {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    white-space:nowrap;
}

.colHeaderVertical {
    background: none repeat scroll 0 0 #EFEFEF;
    white-space: nowrap;
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -ms-transform: rotate(-90.0deg);  /* IE9+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg);  /* Standard */
}

.colHeader td, .colHeader th {
    padding: 5px 10px;
}
.odd {
    background-color: #ffffff;
    /*font-size: 9pt;*/
}
.even{
    background-color: #ECF9FF;
    /*font-size: 9pt;*/
}
.odd, .even {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 20px;
}
.odd td, .even td{
    padding-left: 5px;
    padding-right: 5px;
}
.odd:hover,
.even:hover,
.odd.hover,
.even.hover
{
    background-color: #FCD58D;
}
.notchangeable{
    background-color: #FFBF00;
    font-size: 9pt;
}
.notfound, .notfound td{
    color: #E11837;
    text-align: center;
}
.notfound td:hover{
    background-color: #FFFFFF;
}

.warning{
    color:#C4A017;
    font-weight:bold;
}

table.tblResult{
    border-collapse:collapse;
    /*border:1px solid #818384;*/
    border: 1px solid #EFEFEF;
    margin-top:10px;
}
table.tblResult tr td,table.tblResult tr th{
    border:1px solid #EFEFEF;
    /*padding-top: 3px;
    padding-bottom: 3px;*/
}
table.tblResult tbody tr:hover{
    /*font-size:90%;*/
    cursor:pointer;
    background-color: #FCD58D;
}
table.tblResult tbody tr.subHeader{
    background-color:#dee0e1;
    border-top:1px solid #a2a5a6;
    border-bottom:1px solid #a2a5a6;
    font-weight: bold;
}
table.tblResult tbody tr.subHeaderBlue{
    background-color:#6DCAEC;
    border-top:1px solid #a2a5a6;
    border-bottom:1px solid #a2a5a6;
    font-weight: bold;
}
table.tblResult tbody tr.noborder td
, table.tblResult tbody tr.noborder th{
    border-left:0px !important;
    border-right:0px !important;
    border-top:0px !important;
    border-bottom:0px !important;
}
table.tblResult tbody tr.subHeader:hover{
    background-color:#dee0e1;
    font-size:100%;
    font-weight: bold;
}

table.tblResult tbody tr.rptName:hover{
    background-color:#E2E2E2;
    font-size:100%;
    font-weight: bold;
}
table.tblResult tbody tr.subHeaderBlue:hover{
    background-color:#6DCAEC;
    font-size:100%;
    font-weight: bold;
}
table.tblResult caption{
    font-size:1.5em;
    padding-left:50px;
    text-align:center;
    background-color:#1E74C4;
    color:#ffffff;
}
table.tblResult tr th.header{
    background-color:#1E74C4;
    color:#ffffff;
    padding:5px;
}
.noHover{
    background: transparent !important;
}
.noHover:hover{
    background: transparent !important;
}
.errormsg{
    color:#ff0000;
}
table.tblNonBD tr th,
table.tblNonBD tr td{
    border:0px;
}

table tr td hr, table tr th hr{
    height: 1px;
    color: #3f3f3f;
    margin: auto;
    bottom: 0;
}

.disabled {
    background: #d8d8d8 !important;
    color: #333333;
}

.row-menu {
    height: 70px;
    padding-top: 5px;
}

.blockMenuHead {
    width: 800px;
    height: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    color: #2980B9;
}

.blockMenuLine {
    width: 800px;
    border-bottom: 1px  #ccc;
    border-bottom-style: dotted;
    clear: both;
    margin: 5px 0 5px 0;
}

.blockMenu {
    height: 60px;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 1px;
    text-align: left;
    background-color: #cbd0d3;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.blockMenu img{
    height: 60px;
    border-width: none;
    cursor: pointer;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.blockMenu span{
    height: 40px;
    width: 85%;
    margin: 8px 10px 5px 15px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
}

.blockMenu .menuImage{
    float:left;
    width: 20%;
}
.blockMenu .menuText{
    float:left;
    text-align: left;
    width: 80%;
    /*padding-left: 10px;*/
}
.txtLogin {
    width: 180px;
    height: 20px;
    color: #3083a7;
    /* border: none;*/
    border: 1px solid gray;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.tag-add {
    line-height: 20px;
    text-align: left;
    margin-bottom:4px;
}
.tag-add img{
    padding-top: 2px;
    width: 16px;
    border: none;
    vertical-align:top;
}
.tag-add a{
    vertical-align: top;
}


.header1{
    text-align:left;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.total{
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color: #c0c0c0;
    padding-right: 5px;
}

.total-center{
    text-align:center;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color: #c0c0c0;
    padding-right: 5px;
}

.total-right{
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color: #c0c0c0;
    padding-right: 5px;
}

.total td{
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.grouptotal td {
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color:#b1f0f0;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.currtotal td {
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color:#8bacf9;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.mertotal td {
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color:#b1f0f0;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.grandtotal td{
    text-align:right;
    color:#000000;
    font-size: 9pt;
    font-weight:bold;
    background-color:#c9c9c9;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.content1{
    color:#000000;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.content2{
    color:#000000;
    text-align: right;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title1{
    background-color:#474747;
    font-weight:bold;
    color:#ffffff;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title2{
    background-color:#dcdcdc;
    color:#000000;
    font-weight:bold;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title3{
    background-color: #ffcc00;
    color:#000000;
    font-weight: bold;
    padding-left: 5px;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title4{
    background-color:#FFFFC2;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 3px;
}
.grandtotal2{
    text-align:right;
    color:#000000;
    background-color:#0BA9AA;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
    padding-right: 5px;
}



/* Table form for profile management */
table.tblFormProfile{
    background-color:#CEE7FF;
    text-align:center;
    border:1px solid navy;
    padding:10px;
}

table.tblFormProfile td,th {
    padding:0.1em;
    vertical-align: top;
}

table.tblFormProfile .tdLabel{
    font-weight: bold;
    text-align:right;
}

table.tblFormProfile .tdValue{
    text-align:left;
}

table.tblFormProfile .tdValueText{
    text-align:left;
    color:blue;
}

table.tblFormProfile .tdBtn{
    text-align:center;
    padding-top:10px;
}

table.tblFormProfile input[type="text"] {
    width:200px;
}

table.tblFormProfile input[type="text"].width {
    width:300px;
}

table.tblFormProfile input,textarea {
    margin:0;
}

.btReset {
    background: url(../images/reset.png) no-repeat scroll center center #E0DBDC;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    height: 30px;
    margin-left: 5px;
    padding: 5px 15px;
    position: absolute;
    cursor: pointer;
}

.innerTable td{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.required:after{
    content: " *";
    color: #E11837;
}

.optional:after{
    content: " +";
    color: #A2B2C2;
}

/********* Filter Form *********/
#filter-form{
    border: 1pt solid #D3D3D3;
    background-color: #F5F5F5;
    overflow: hidden;
}
#filter-form p {
    /*background: #3DC4B6;*/
    background: #3A9AC4;
    line-height: 30px;
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    cursor:pointer;
}
#filter-form div {
    overflow: hidden;
    /*margin-left: 20px;*/
    float: center;
}
#filter-form div table{
    width: 100%;
}
#filter-form div table td.button{
    text-align:right;
    padding-top:5px;
    padding-bottom:5px;
}
/********* Filter Form *********/

.showSearchFormButton{
    margin-left:20px;
}

#filter-form .showsearchform {
    background-image:url(../images/searchform/V3_2.png) !important;
    background-repeat: no-repeat !important;
    background-position:99% 5% !important;
}

#filter-form .hidesearchform {
    background-image:url(../images/searchform/V3.png) !important;
    background-repeat: no-repeat !important;
    background-position:99% 5% !important;
}

.imgLink {
    cursor: pointer;
}



/*== Div for radio botton vertical ==*/
div.radiov{
    text-align: left;
    margin-left: 110px !important;
    margin-top: 20px;
}

div.radiov label{
    font-weight: bold;
    margin-left: 5px !important;
}

div.radiov input{
    margin-top: 5px !important;
}

div.submitbtn{
    text-align: right;
    margin-right: 10px;
}

/*== Style for group role table ==*/
.grprole{
    border: 1px solid #ddd;
    border-collapse:collapse;
}
.grprole td , .grprole th, .grprole caption {
    border:1px solid #ddd;
    vertical-align: middle;
}

.grprole th.subhead{
    background-color: #efefef;
    padding: 0px;
}

.grprole caption{
    text-align: left !important;
}

.grprole td.grpbody{
    text-align: left;
}

.grprole th.titlehead{
    background-color: #C3D9FF;
}

.grprole td.colhead{
    white-space: nowrap;
    font-weight: bold;
}


#appversion {
    top: 0;
    left: 14px;
    position: absolute;
    font-size: 10px;
}
/*Preload image*/
div#screenMask {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99998;
    background-color: #3a3939;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    /*    visibility: hidden;*/
    _width: 100%;
    _height: 100%;
}

div#screenMask iframe{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter: mask();/*must have*/
    width:2000px;/*must have for any big value*/
    height:3000px/*must have for any big value*/;
}

div#preload {
    width: 200px;
    height: 200px;
    border: none;
    text-align: left;
    /*top: 200;*/
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3a3939;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#footer {
    position: fixed;
    margin-top: -50px;
    height: 20px;
    bottom: 0;
    background-color: #F3F3F3;
    border-top: 2px solid #d3d3d3;
    clear:both;
    width:100%;
}

#footer p{
    min-width: 950px;
    padding-top: 3px;
    font-size: 9pt;
    color: #ADADAD;
}

.CreUpdTable {
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    vertical-align: top;
    /*border: 1px solid #999999;*/
    /*padding: 15px*/
}

.searchdatedescr {
    font-size: 0.85em ;
    text-align: right;
}

legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

span.readonly{
    background: none repeat scroll 0 0 #bdbdbd;
    border: 1px solid #d3d3d3;
    color: #000000;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 2px;
    display: inline-block;
    *display: inline;
    height: 18px;
}

table.tableCmd {
    width:auto !important;
    text-align: left !important;
}

span.mer-criteria{
    width:100px;
    text-align:left !important;
    display:block;
    font-weight: bold;
    white-space:nowrap;
}

label.label-mer-criteria{
    margin-left:2px;
}

.upper{
    text-transform:uppercase;
}

.lowwer{
    text-transform:lowercase;
}

form table td.input label {
    display:inline;
}
form table td.input input[type="radio"]
, form table td.input input[type="checkbox"]
, .div-form td input[type="radio"]
, .div-form td input[type="checkbox"] {
    margin:0px;
}
.div-form form, #input-form form {
    margin-top:10px;
}
.div-form label {
    display:inline;
}

label {
    font-weight: bold;
}

dl{
    margin-bottom: 5px;
}

dt:after{
    content: ' :';
}

div.title, dt.title {
    text-align: right;
    font-weight: bold;
}

div.title:not(.nocolon):after, dt.title:not(.nocolon):after{
    content: ' :';
}

div.pagination{
    font-size:9pt;
    text-align:left;
    margin-top:10px;
}
div.pagination span,a{
    padding-left: 4px;
}

.title label, .input label{
    display: inline;
}

.input {
    text-align:left;
}

fieldset {
    margin: 10px;
    border: 1px solid;
}

legend {
    display: block;
    width: auto;
    padding: 0px 5px 0px 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #444;
    border: 0;
}

.ui-widget {
    font-size: 10pt;
}

.ui-widget-content a {
    color: #4d90fe;
}

/* Override Tabs BootPlus */
.nav {
    margin: 0px;
}

/*.nav-tabs {*/
/*border: 1px solid #d1d4ca;*/
/*background-color: #C4B9D7;*/
/*font-weight: bold;*/
/*color: #4f2a81;*/
/*}*/

/*.nav-tabs > li {*/
/*border: 1px solid #C4B9D7;*/
/*background-color: #C4B9D7;*/
/*color: #4f2a81;*/
/*}*/

/*.nav-tabs > li > a {*/
/*color: #4f2a81;*/
/*}*/

/*.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {*/
/*border: 1px solid #4F2A81;*/
/*background-color: #C4B9D7;*/
/*color: #fff;*/
/*}*/

/*.tab-content {*/
/*border: 1px solid #dfdfdf;*/
/*color: #34495e;*/
/*}*/

.card-design {
    position: relative;
}

.overlimit {
    color:#FF0000;
    background-color: #ffbf80;
    text-align: center;
}

.subtitleRepot{
    text-align: center;
    background-color:#c0c0c0;
    color:#000000;
    white-space:nowrap;
}

div.row-fluid div.nopadding {
    padding-top:0px;
    padding-bottom:0px;
}

.ui-dialog-buttonset button {
    padding: 0 12px 0 12px;
    height: 24px;
    line-height: 25px;
    font-weight: bold;
    color: #41505b;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    text-decoration: none;
    text-shadow: 0 1px #c2d0db;
    background: #90aabd;
    border-color: #909eab #768791 #50606e;
    border-width: 1px 1px 0;
    border-style: solid;
    border-radius: 3px 3px 2px 2px;
    outline: 0;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #bccbd7, #90aabd 70%, #83a0b4);
    background-image: -moz-linear-gradient(top, #bccbd7, #90aabd 70%, #83a0b4);
    background-image: -o-linear-gradient(top, #bccbd7, #90aabd 70%, #83a0b4);
    background-image: linear-gradient(to bottom, #bccbd7, #90aabd 70%, #83a0b4);
    -webkit-box-shadow: inset 0 1px #d0dae2, inset 0 0 0 1px #99b5ce, 0 1px #50606e, 0 1px #627786, 0 2px #50606e;//, 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px #d0dae2, inset 0 0 0 1px #99b5ce, 0 1px #50606e, 0 1px #627786, 0 2px #50606e;//, 0 5px 10px rgba(0, 0, 0, 0.4);
}

a {
    cursor: pointer;
}

fieldset legend{
    text-align: left;
}

.error label, .error .help-block, .error .help-inline {
    color: #dd4b39
}

.error .checkbox, .error .radio, .error input, .error select, .error textarea {
    color: #dd4b39
}

.error input, .error select, .error textarea {
    border-color: #dd4b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.error input:hover, .error select:hover, .error textarea:hover {
    border-color: #dd4b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.error input:focus, .error select:focus, .error textarea:focus {
    border-color: #c23321;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec9a90;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec9a90;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec9a90
}

.error .input-prepend .add-on, .error .input-append .add-on {
    color: #dd4b39;
    background-color: #dd4b39;
    border-color: #dd4b39
}

.uppercase {
    text-transform: uppercase;
}

.reportname{
    background-color:blue;
    font-weight:bold;
    color:#ffffff;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.subtitle-embossing{
    background-color: #21409A;
    text-align:left;
    padding-left: 5px;
    font-weight: bold;

}
.subheader-leftbold{
    background-color:#21409a ;
    text-align:left;
    padding-left: 5px;
    font-weight: bold;
    color:#ffffff;

}
.subheader-rightbold{
    background-color:#21409a ;
    text-align:right;
    padding-left: 5px;
    font-weight: bold;
    color:#ffffff;

}

.subheader-leftbold2{
    background-color: #ff7f00 ;
    text-align:left;
    padding-left: 5px;
    font-weight: bold;
    color:#000000;

}

.subheader-rightbold2{
    background-color: #ff7f00 ;
    text-align:right;
    padding-left: 5px;
    font-weight: bold;
    color:#000000;

}
.colHeader-bgray-fwhite{
    background: none repeat scroll 0 0 #494949;
    color: #FFFFFF ;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
}

.colHeader-bgray-fwhite-long{
    background: none repeat scroll 0 0 #494949;
    color: #FFFFFF ;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 1px 10px;
}

.colheadergray-white{
    background-color:#969696;
    font-weight:bold;
    color:black;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.colheaderblue-white{
    background: none repeat scroll 0 0 #21409a;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
}
.colheaderblue-white td, .colheaderblue-white th {
    padding: 5px 10px;
}


.colheaderblue-white-long{
    background: none repeat scroll 0 0 #21409a;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 1px 10px;
}
.colheaderblue-white-long td, .colheaderblue-white th {
    padding: 1px 10px;
}



.reportnamebwhite-fblue{
    background-color:#ffffff;
    text-align:center;
    color:#21409a;
    font-weight: bold;
    font-size: 18px;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.reporttitle-fnormal-right{
    text-align: right;
    border-style:none;
    color:black;
    background-color:white;
    font-weight: normal;
}

.reporttitle-fnormal-left{
    text-align: left;
    border-style:none;
    color:black;
    background-color:white;
    font-weight: normal;
}

.reporttitle-fbold-right{
    text-align: right;
    border-style:none;
    color:black;
    background-color:white;
    font-weight: bold;
}

.contentnoborderbottom{
    vertical-align: middle;
    text-align: left;
    white-space:nowrap;
    border:0.5px solid #d3d3d3;
    border-bottom:none;
    padding-left:5px;
    padding-right:5px;

}

.rptgroup1{
    background-color:#A9CCE3;
    font-weight: bold;
    color: black;
}
.searchHearder{
    /*font-weight:bold;*/
    text-align: right;
    background-color: white;

}
.rptFullName{
    text-align: center;
    font-weight: bold;
    color:black;
    font-size: 15px;
    background-color: white;
}
.wallet1{
    background-color: #a6b9e1;
    font-weight: bold;
    color: black;
}
.wallet2{
    background-color: #f9decc;
    font-weight: bold;
    color: black;
}
.rowtotal{
    background-color:#DCE4EB;
    font-weight: bold;
    color: black;
}
.rowgrandtotal{
    background-color: #fee087;
    font-weight: bold;
    color: black;
}
.grandtotalwallet{
    background-color: #36608d;
    font-weight: bold;
    color: black;
}
