

.media-list .media-item .file-upload {
    height: 170px
}

.media-list .media-item .file-upload + .media-object, .media-list .media-item .file-upload.active, .media-list .media-item .file-upload.hover, .media-list .media-item:hover .file-upload {
    visibility: visible
}

.media-list .media-image, .media-list .media-object-image {
    border: 0;
    border-radius: 5px;
    display: block;
    max-width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto
}

.media-object > .icon-file-type {
    margin-top: 30px
}

.media-list .media-toolbar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 20px 25px;
    border-radius: 5px 5px 0 0;
    text-align: right
}

.media-list .media-toolbar-icon, .media-list .media-toolbar-item {
    display: inline-block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px
}

.media-list .media-toolbar-item:hover {
    background-color: rgba(255, 255, 255, .5)
}

.media-list .media-item.hover .media-toolbar, .media-list .media-item.hover:after, .media-list .media-item:hover .media-toolbar, .media-list .media-item:hover:after {
    display: block
}



.media-list .media-toolbar-icon.link-view {
    background-position: -1px -2px
}

.media-list .media-toolbar-icon.link-download {
    background-position: -22px -2px
}

.media-list .media-toolbar-icon.link-upload {
    background-position: -46px 0
}

.media-list .link-upload {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.media-list .link-upload > input {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 99px;
    opacity: 0;
    filter: alpha(opacity=0)
}


.btn-file-upload, .file-list.inline {
    display: inline-block
}

.btn-file-upload-block > .file-upload-icon, .btn-file-upload > .file-upload-icon {
    margin-top: 0
}

.btn-file-upload-block:hover, .btn-file-upload:hover {
    border-color: #65b1e4
}

.btn-file-upload-block:active, .btn-file-upload:active {
    border-color: #3498db;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.btn-file-upload-block[disabled], .btn-file-upload[disabled] {
    cursor: default;
    pointer-events: none
}

.btn-file-upload-block[disabled]:active, .btn-file-upload-block[disabled]:hover, .btn-file-upload[disabled]:active, .btn-file-upload[disabled]:hover {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-file-upload-block[disabled] .file-upload-ext, .btn-file-upload-block[disabled] .file-upload-icon, .btn-file-upload-block[disabled] .file-upload-text, .btn-file-upload[disabled] .file-upload-ext, .btn-file-upload[disabled] .file-upload-icon, .btn-file-upload[disabled] .file-upload-text {
    visibility: visible;
    opacity: .3;
    filter: alpha(opacity=30)
}

.account-notify-list li h5 .icon-mail-readed, .account-notify-list li h5 > .icon-account-notify-email, .account-notify-list li h5 > .icon-mail, .account-notify-list li h5 > .icon-notify, .xdropdown.vhide {
    visibility: hidden
}

.file-list, .file-list > dd, .file-list > dt, .file-list > li {
    list-style: none;
    margin: 0;
    padding: 0
}

.file-list {
    margin-top: 10px
}

.file-list.bordered {
    border: 1px solid #ccc
}

.file-list.inline {
    min-width: 200px;
    margin-top: 0;
    margin-left: 10px;
    vertical-align: top
}

.file-list > dd, .file-list > li {
    clear: both;
    padding-right: 35px;
    position: relative;
    vertical-align: top;
    display: block
}

.file-list > dd + dd, .file-list > li + li {
    border-top: 1px #ddd solid
}

.file-list > dd:hover, .file-list > li:hover {
    background-color: #f3f3f3
}

.file-list .file-name {
    max-width: 100%;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.file-list .link-remove-file {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 2px
}

.file-list .link-remove-file:hover {
    background-color: #ddd
}

.file-upload-box {
    position: relative;
    display: inline-block;
    min-width: 200px;
    min-height: 125px
}

.form-group .file-upload-box {
    margin-top: 5px;
    margin-bottom: 5px
}

.file-upload-image, .file-upload-image-static {
    position: relative;
    margin: 0
}

.file-upload-image {
    min-height: 60px;
    background-color: #f3f3f3
}

.file-upload-image-static > img, .file-upload-image > img {
    max-width: 350px;
    max-height: 500px;
    min-width: 240px;
    min-height: 100%;
    display: block
}

.file-upload-box.active > .file-upload-image {
    display: block;
    overflow: hidden
}

.file-upload-box > .file-upload-image + .file-upload, .file-upload-box > .file-upload-image-static + .file-upload, .file-upload-image-adjust, .file-upload-image-remove, .file-upload-image:before {
    display: none
}

.file-upload-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .65;
    filter: alpha(opacity=50)
}

.icon-policy, .icon-policy-top, .invoice-adjust-icon:before, .xgrid-preloader-icon {
    background-repeat: no-repeat
}

.file-upload-image-adjust, .file-upload-image-remove {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 14px
}

.file-upload-image-adjust {
    margin-left: -110px
}

.file-upload-image-remove {
    margin-left: -50px
}

.file-upload-image-adjust + .file-upload-image-remove {
    margin-left: 10px
}

.file-upload-image-adjust:hover, .file-upload-image-remove:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 255, 255, .35)
}

.file-upload-image-remove:hover {
    background-color: rgba(255, 30, 30, .55)
}

.file-upload-image:hover .file-upload-image-adjust, .file-upload-image:hover .file-upload-image-remove, .file-upload-image:hover:before, .progressbar {
    display: block
}

.progressbar, .progressbar > li {
    list-style: none;
    margin: 0;
    padding: 0
}

.progressbar {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.progressbar.inline {
    min-width: 180px;
    display: inline-block;
    vertical-align: middle
}

.progressbar-percent {
    width: 0%;
    height: 4px;
    background-color: #65aee0
}

.xgrid, .xgrid.shadow {
    overflow: hidden
}

.xgrid th, .xgrid-preloader {
    text-align: center
}

.xgrid {
    position: relative;
    color: #696969;
    font-size: 14px;
    background-color: #fff
}

.xgrid, .xgrid *, .xgrid :after, .xgrid :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xgrid.shadow .xgrid-left {
    box-shadow: 2px 0 2px rgba(0, 0, 0, .1)
}

.xgrid.shadow .xgrid-right {
    box-shadow: -2px 0 2px rgba(0, 0, 0, .1)
}

.xgrid-style {
    font-size: 0;
    line-height: 0
}

.xgrid ::-webkit-scrollbar {
    width: 17px;
    height: 17px;
    background-color: #f1f1f1;
    position: relative;
    z-index: 6
}

.xgrid ::-webkit-scrollbar-button:end:increment, .xgrid ::-webkit-scrollbar-button:start:decrement {
    display: block;
    width: 1px;
    height: 1px;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0
}

.xgrid ::-webkit-scrollbar-button:end:increment {
    display: none
}

.xgrid ::-webkit-scrollbar-track:horizontal {
    border-top: 1px #e4e4e4 solid
}

.xgrid ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-right: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid
}

.xgrid ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    background-color: #eee;
    border: 1px solid #c1c1c1
}

.xgrid ::-webkit-scrollbar-thumb:hover {
    background-color: #ddd
}

.xgrid-preloader, .xgrid-preloader > li {
    list-style: none;
    padding-left: 0
}

.xgrid-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    min-width: 80px;
    min-height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background-color: rgba(241, 241, 241, .85);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: rgba(90, 88, 88, .9);
    padding: 10px;
    border-radius: 8px;
    display: none
}

.xgrid-preloader.active {
    display: block
}

.xgrid-preloader > li {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.xgrid-preloader-icon {
    width: 32px;
    height: 32px;
    background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjc3N1dXV9jY2OTk5Ly8vB8fHwUFBQAAAAAAAAAAACH5BAkKAAAAIf4aQ3JlYXRlZCB3aXRoIGFqYXhsb2FkLmluZm8AIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOw==);
    background-size: 100% auto;
    margin-top: 5px
}

.xgrid-preloader-text {
    padding-top: 5px
}

.xgrid-message {
    position: absolute;
    top: 41px;
    right: 17px;
    bottom: 17px;
    left: 1px;
    z-index: 19;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .65);
    display: none
}

.xgrid-message.active {
    display: block
}

.xgrid-message-body {
    display: table;
    width: 100%;
    height: 100%
}

.xgrid-message-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.xgrid a {
    color: #1e7fc2;
    text-decoration: none
}

.link-employee-commercial, .xgrid a:hover {
    text-decoration: underline
}

.invoice-adjust-icon, .xcity a, .xdropdown-item > span > a, .xgrid-filter-opt > a, .xgrid-filter-opt > a:hover {
    text-decoration: none
}

.xgrid table, .xgrid table td {
    border-collapse: collapse;
    border-spacing: 0
}

.xgrid table > tbody > tr, .xgrid table > thead > tr {
    border-bottom: 1px #e4e4e4 solid
}

.xgrid table tr > td, .xgrid table tr > th {
    border-right: 1px #e4e4e4 solid
}

.xgrid table tr > td:last-child, .xgrid table tr > th:last-child {
    border-right: 0
}

.xgrid table.xgrid-static-table tr {
    border-bottom: 0
}

.xgrid table.xgrid-static-table tr + tr {
    border-top: 1px #e4e4e4 solid
}

.xgrid table.xgrid-static-table tr > td + td, .xgrid table.xgrid-static-table tr > th + th {
    border-left: 1px #e4e4e4 solid;
    border-right: 0
}

.xgrid-right td, .xgrid-right th, .xgrid-right-head td, .xgrid-right-head th {
    border-left: 1px #e4e4e4 solid
}

.xgrid.bordered {
    border: 1px solid #e4e4e4
}

.xgrid.bordered .xgrid-head-table {
    border-bottom: 1px #e4e4e4 solid
}

.xgrid.bordered .xgrid-left, .xgrid.bordered .xgrid-right {
    bottom: 17px
}

.xgrid.scrollbarY .xgrid-body {
    overflow-y: scroll;
    overflow-x: hidden
}

.xgrid.noScrollbar .xgrid-body {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden
}

.xgrid.no-scrollbar .xgrid-head, .xgrid.no-scrollbar .xgrid-right, .xgrid.no-scrollbar .xgrid-right-head, .xgrid.noScrollbar .xgrid-head, .xgrid.noScrollbar .xgrid-right, .xgrid.noScrollbar .xgrid-right-head, .xgrid.noscrollbar .xgrid-head, .xgrid.noscrollbar .xgrid-right, .xgrid.noscrollbar .xgrid-right-head {
    right: 0
}

.xgrid.no-scrollbar .xgrid-body, .xgrid.noScrollbar .xgrid-body, .xgrid.noscrollbar .xgrid-body {
    overflow-y: hidden
}

.xgrid.scrollbarXauto .xgrid-body {
    overflow-x: auto
}

.xgrid.scrollbarYauto .xgrid-body {
    overflow-y: auto
}

.xgrid table th, .xgrid-thead {
    background-color: #fafafa;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAqCAIAAAD09wZRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhGOTY1NkI3MkZFMTExRTdCMkVFREM4Rjc2QjIxODVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhGOTY1NkI4MkZFMTExRTdCMkVFREM4Rjc2QjIxODVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEY5NjU2QjUyRkUxMTFFN0IyRUVEQzhGNzZCMjE4NUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEY5NjU2QjYyRkUxMTFFN0IyRUVEQzhGNzZCMjE4NUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56s9OtAAAA4klEQVR42mySCw7EIAhE4f4nVsFZGGh1N2vS6AMcPlUByLV0b6hejA0phkBRnHc0tozHTmtTnLCFZ0HpBadCaMQtDf1dsaWZ/JP/PzNjMXVoANS3p16chDUFC88sMPTdE59P3V3ehh6+8rk5a5WWcLfup+LNLDdlyljJjK9L7T96y0yvBnQtE46rbGproeQkewr/qossGOS3Hjn+b0b3LDrneoZD6wx//+K0h39e7WX8PGI/TL0x5X0PSB5S1VaWEXr9MjivOQd6/lmAjhH5clSsQiN+HLHkMXpyjEi++/0IMABW+M43nTMVZwAAAABJRU5ErkJggg==);
    background-image: -moz-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-repeat: repeat-x;
    background-position: left bottom
}

.xgrid table td, .xgrid table th {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis
}

.xgrid .col-check, .xgrid .col-index, .xgrid-col-check, .xgrid-col-index {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

.xgrid-row-hover {
    background-color: #eee
}

.xgrid-row-checked {
    background-color: #f7f5c8
}

.xgrid-row-disabled, .xgrid-row-disabled:hover {
    background-color: #f9f9f9;
    color: #bbb
}

.xgrid-filter-option, .xgrid-filter-panel, .xgrid-left-table, .xgrid-right-table {
    background-color: #fff
}

.xgrid-disabled, .xgrid-row-disabled, .xgrid-row-disabled:hover {
    pointer-events: none
}

.xgrid-enabled {
    pointer-events: auto
}

.xgrid a[disabled], a.xgrid-disabled {
    color: #A0A0A0 !important;
    cursor: not-allowed
}

.xgrid-col-index {
    width: 50px;
    min-width: 50px;
    max-width: 50px
}

.xgrid-col-check {
    width: 40px;
    min-width: 40px;
    max-width: 40px
}

.xgrid .col-index {
    width: 50px;
    min-width: 50px;
    max-width: 50px
}

.xgrid .col-check {
    width: 40px;
    min-width: 40px;
    max-width: 40px
}

.xgrid-col-space {
    width: 100% !important;
    max-width: none !important;
    border-right: 0;
    font-size: 0 !important;
    color: transparent !important;
    color: #fff \9
}

.xgrid-col-space + th {
    border-left: 0
}

.xgrid-label-checkbox {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0
}

.xgrid-label-checkbox:before, .xgrid-label-checkbox > input {
    display: inline-block;
    vertical-align: middle
}

.xgrid-label-checkbox:before {
    width: 1px;
    height: 100%;
    margin-left: -1px
}

.xgrid-head {
    z-index: 2;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 17px;
    padding-bottom: 0
}

.xgrid-head-table, .xgrid-static-table {
    table-layout: fixed;
    width: 100%
}

.xgrid-left-head-table, .xgrid-left-table, .xgrid-right-head-table, .xgrid-right-table {
    width: 100% \9;
    table-layout: fixed \9
}

.xgrid-body-table tbody td, .xgrid-body-table tbody th, .xgrid-body-table thead td, .xgrid-body-table thead th, .xgrid-head-table tbody td, .xgrid-head-table tbody th, .xgrid-head-table thead td, .xgrid-head-table thead th, .xgrid-left-head-table tbody td, .xgrid-left-head-table tbody th, .xgrid-left-head-table thead td, .xgrid-left-head-table thead th, .xgrid-left-table tbody td, .xgrid-left-table tbody th, .xgrid-left-table thead td, .xgrid-left-table thead th, .xgrid-right-head-table tbody td, .xgrid-right-head-table tbody th, .xgrid-right-head-table thead td, .xgrid-right-head-table thead th, .xgrid-right-table tbody td, .xgrid-right-table tbody th, .xgrid-right-table thead td, .xgrid-right-table thead th, .xgrid-static-table tbody td, .xgrid-static-table tbody th, .xgrid-static-table thead td, .xgrid-static-table thead th {
    height: 40px !important;
    padding-top: 0;
    padding-bottom: 0
}

.xgrid-left, .xgrid-right {
    overflow: hidden;
    bottom: 17px
}

.xgrid-left, .xgrid-left-head {
    position: absolute;
    top: 0;
    left: 0
}

.xgrid-left {
    z-index: 3
}

.xgrid-left-head {
    z-index: 4
}

.xgrid-right, .xgrid-right-head {
    position: absolute;
    top: 0;
    right: 17px
}

.xgrid-right {
    z-index: 3
}

.xgrid-right-head {
    z-index: 4
}

.xgrid-body {
    height: 100%;
    overflow: scroll;
    overflow-x: auto;
    min-height: inherit
}

.xgrid-body:after {
    width: 0;
    height: 100%;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8 !important;
    border-left: 1px #e4e4e4 solid;
    display: none
}

.xgrid-body-table {
    table-layout: fixed;
    width: 100%
}

.xgrid-filter, .xgrid-filter-btn {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAwCAYAAAAYX/pXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZTFmZWFkNi00YmI3LTc2NGUtOTU5YS1iMjAwNGJmNTcyYmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjFDNDVGNTkzMTY1MTFFNzlERjhDMkQ0ODVGQ0YwQjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjFDNDVGNTgzMTY1MTFFNzlERjhDMkQ0ODVGQ0YwQjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NmM5NjE0OGMtY2Q4Yi1jYjRlLWFhODYtMDdjYjYyY2M1MjI5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNlMWZlYWQ2LTRiYjctNzY0ZS05NTlhLWIyMDA0YmY1NzJiZSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnGUf5cAAAGZSURBVHja7JSxSsRAEIaT47RIay2pfArRRlP4DAlW2tmnsDyFBNHKQq45iHkHe22tLG2Es7DSwtImfgvj3iXZZEmCoHCBn9mb+Wf2LsN9blEUzpBn/HNI0/SB8N6hdyOO453xUuINXZO8t3Vy2S7hRJ1HS/kjNKHoW5pVfSL+xQBu/iQcoxkmr6FZ5WfKJ/7SN1BDngkXaIrZrTSrz1NVF59TGyBD7ghP6lgtqbzUF49ao0lJkmQokHOAbk2+Ucv7ukLbclbx0mQaOQOfvz3gA+2xvq1eA1jXnHCIbtB+r5/AkBfCAXpUGzd53KF/58EvUf+doyjqzIM8z+s8IGnlAZc184Cib2k284CbNQ8weQ3NmgfiL79EkpoHmN1Ks+aB+MxboNjKA6nbeRCGYYYCOQdoxYO+PGB9/XjAuobzgCH/iQfr56+defB1ulnnAUkrD7ismQcUfUuzmQfcrHmAyWto1jwQf/klktQ8wOxWmjUPxGfeAsVWHkjdzoO1s3mGAjkHaMWDvjxgff14wLqG84Ahv8+DbwEGAB5CNFUlhYXFAAAAAElFTkSuQmCC)
}

.xgrid-filter-btn:hover, .xgrid-filter:hover {
    background-position: 0 -16px
}

.xgrid-filter-btn.active, .xgrid-filter.active {
    background-position: 0 -32px
}

.xgrid-filter-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 29;
    min-width: 120px;
    min-height: 67px;
    border: 1px solid #bbb;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .25)
}

.xgrid-filter-panel:after, .xgrid-filter-panel:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #bbb
}

.xgrid-filter-panel:before {
    top: -7px;
    left: 66px;
    border-width: 0 7px 7px
}

.xgrid-filter-panel:after {
    top: -6px;
    left: 67px;
    border-width: 0 6px 6px;
    border-color: transparent transparent #fff
}

.xgrid-filter-option, .xgrid-filter-option > li {
    list-style: none;
    padding-left: 0
}

.xgrid-filter-option {
    min-width: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto
}

.xgrid-filter-opt > a:hover, .xgrid-filter-option > li:hover > label, .xgrid-filter-sort > li:hover > label {
    background-color: #eee
}

.xgrid-filter-option:after, .xgrid-filter-option:before {
    content: "\20";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 20px;
    pointer-events: none
}

.xgrid-filter-option:before {
    top: 0;
    box-shadow: inset 0 10px 15px 1px rgba(255, 255, 255, .75)
}

.xgrid-filter-option:after {
    bottom: 30px;
    box-shadow: inset 0 -10px 15px 1px rgba(255, 255, 255, .75)
}

.xgrid-filter-option > li, .xgrid-filter-option > li > label {
    display: block
}

.xgrid-filter-option > li {
    vertical-align: top;
    padding: 6px 5px;
    font-size: 12px;
    position: relative;
    z-index: 3
}

.xgrid-filter-option > li > label {
    margin: -6px -5px;
    padding: 6px 5px;
    max-width: none;
    font-weight: 400
}

.xgrid-filter-option > li > label > input {
    vertical-align: -2px;
    display: inline-block;
    margin-right: 5px
}

.xgrid-filter-sort, .xgrid-filter-sort > li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.xgrid-filter-sort {
    border-bottom: 1px #d6d6d6 solid;
    padding: 5px 2px;
    margin: 0;
    display: table;
    width: 100%
}

.xgrid-filter-sort > li, .xgrid-filter-sort > li > label {
    display: block
}

.xgrid-filter-sort > li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 4px 5px;
    font-size: 12px;
    position: relative;
    z-index: 3
}

.xgrid-filter-sort > li > label {
    margin: -6px -5px;
    padding: 6px 5px;
    max-width: none;
    font-weight: 400;
    border-radius: 3px
}

.xgrid-filter-sort > li > label > input {
    vertical-align: -2px;
    display: inline-block;
    margin-right: 5px
}

.xgrid-filter-option + .xgrid-filter-opt {
    border-top: 1px #e4e3e3 solid
}

.xgrid-filter-opt {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 30px
}

.xgrid-filter-opt > a {
    display: table-cell;
    padding: 0 15px;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px
}

.xgrid-filter-opt > a + a {
    border-left: 1px #e4e3e3 solid
}

.xgrid-filter-opt > a:active {
    background-color: #e5e5e5
}

.xgrid-col-filter {
    position: relative;
    display: inline-block
}

.xgrid-col-filter > ul {
    position: absolute;
    width: 100px;
    height: 200px;
    background-color: #eee;
    border: 1px solid #bbb
}

.xpagination {
    display: block;
    margin: 10px 0
}

.xpagination:after {
    clear: both;
    display: table
}

.xpagination > .pagination, .xpagination > .pagination-info, .xpagination > .pagination-jump, .xpagination > .pagination-limit {
    display: inline-block;
    vertical-align: middle
}

.xpagination > .pagination-info, .xpagination > .pagination-jump, .xpagination > .pagination-jump > span, .xpagination > .pagination-limit {
    height: 34px;
    display: inline-block;
    vertical-align: middle
}

.xpagination > .pagination-info, .xpagination > .pagination-limit {
    padding-right: 10px
}

.xpagination > .pagination-info, .xpagination > .pagination-jump > span, .xpagination > .pagination-limit {
    line-height: 34px
}

.xpagination > .pagination-jump > span {
    padding-left: 5px;
    padding-right: 5px
}

.xpagination > .pagination-jump > .pagination-jump-btn, .xpagination > .pagination-jump > .pagination-jump-input {
    height: 34px
}

.xpagination > .pagination-jump > .pagination-jump-input {
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px
}

.xpagination > .pagination-jump > .pagination-jump-btn {
    padding-top: 6px;
    color: #333;
    background-color: #fff;
    border: 1px solid #bdc3c7
}

.xpagination > .pagination {
    margin: 0
}

@media (max-width: 1400px) {
    .xpagination-responsive-sm > .pagination-jump {
        display: none
    }
}

@media (max-width: 1200px) {
    .xpagination-responsive-sm > .pagination-info {
        display: none
    }
}

@media (max-width: 1230px) {
    .xpagination-responsive > .pagination-jump {
        display: none
    }
}

@media (max-width: 960px) {
    .xpagination-responsive-sm > .pagination-limit, .xpagination-responsive > .pagination-limit {
        display: none
    }
}

.xcity, .xcity-backdrop {
    position: absolute;
    background-color: #fff
}

.xcity-group:after, .xcity-hd:after {
    clear: both
}

.xcity-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 600;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.xcity, .xcity *, .xcity-picker, .xcity-picker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.xcity {
    left: -9999px;
    top: -9999px;
    z-index: 665;
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px;
    box-shadow: 1px 2px 3px 1px #ddd;
    font-family: "Microsoft Yahei", "Helvetica Neue", Simsun, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px
}

.xcity-group > dt, .xcity-tab-item {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center
}

.xcity-picker.standalone, .xcity.standalone {
    border-radius: 3px;
    box-shadow: 1px 2px 15px 2px #999
}

.xcity-hd {
    border-bottom: 1px #ddd solid;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 0 3px 0 0
}

.xcity-tab, .xcity-tab-item {
    border-bottom: 1px #e8e8e8 solid
}

.xcity-link, .xcity-tab {
    padding-left: 5px;
    padding-right: 5px
}

.xcity-hd:after {
    display: table
}

.xcity-caption {
    color: #999
}

.xcity-caption.flash {
    color: red
}

.xcity-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: right;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    color: #5395cb;
    margin-left: 10px
}

.xcity-link:hover {
    background-color: #ccc;
    color: #23527c
}

.xcity-link-close {
    min-width: 20px;
    margin-left: 20px
}

.xcity-link-close:hover {
    color: #f35b6c
}

.xcity-picker.simple .xcity-tab, .xcity.simple .xcity-tab {
    display: none
}

.xcity-tab {
    display: block;
    width: 100%;
    table-layout: fixed
}

.xcity-tab.active {
    display: block;
    zoom: 1
}

.xcity-tab-item {
    width: 1%;
    width: 13.8%;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0;
    border-radius: 2px 2px 0 0;
    bottom: -1px;
    position: relative;
    color: #65aee0 !important
}

.xcity-tab-item:hover {
    background-color: #eee
}

.xcity-tab-item.active {
    font-weight: 700;
    border-bottom: 1px #65aee0 solid
}

.xcity-bd {
    padding: 5px 10px
}

.xcity-list {
    padding-top: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.xcity-preloader {
    display: none;
    color: #999;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.xcity-preloader.active {
    display: block
}

.xcity-preloader.active + .xcity-tab {
    display: none
}

.xcity-group, .xcity-group > dd, .xcity-group > dt {
    list-style: none;
    padding: 0
}

.xcity-group {
    margin: 0
}

.xcity-group:after {
    display: table
}

dl.xcity-group:hover {
    background-color: #f5f5f5
}

.xcity-group > dt {
    float: left;
    width: 30px;
    font-weight: 400;
    color: #65aee0;
    cursor: default;
    padding: 6px 0
}

.xcity-group > dd {
    margin-left: 30px;
    padding: 4px 0;
    font-size: 0
}

.xcity-group > li {
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.xcity-item {
    padding: 2px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    width: 80px;
    display: inline-block
}

.xcity-item.active, .xcity-item.active:hover, .xcity-item.checked, .xcity-item.checked:hover, .xcity-item:hover {
    border-color: #3498db
}

.xcity-item.active, .xcity-item.active:after, .xcity-item.active:hover, .xcity-item.checked, .xcity-item.checked:after, .xcity-item.checked:hover {
    color: #fff;
    background-color: #3498db
}

.xcity.multiple .xcity-item.active:after, .xcity.multiple .xcity-item.checked:after {
    content: "\D7";
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px
}

.xdropdown-icon:after {
    content: "\20";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #666 transparent transparent
}

.xdropdown-icon[disabled] .xdropdown-icon.xgrid-disabled {
    border-color: #A0A0A0 transparent transparent;
    cursor: not-allowed
}

.xdropdown-icon-hover:hover:after {
    border-color: #337ab7 transparent transparent
}

.xdropdown, .xdropdown * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.xdropdown {
    position: absolute;
    top: -999px;
    left: -999px;
    z-index: 666;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 12px 0 #bbb
}

.xdropdown-item, .xdropdown-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.xdropdown-list {
    min-width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333
}

.xdropdown-item {
    padding: 5px 10px;
    font-size: 14px
}

.xdropdown-item + .xdropdown-item {
    border-top: 1px #eee solid
}

.xdropdown-item.disabled, .xdropdown-item.disabled > span, .xdropdown-item.disabled > span > a {
    pointer-events: none;
    cursor: not-allowed;
    color: #999
}

.xdropdown-item > label, .xdropdown-item > span {
    white-space: nowrap
}

.xdropdown-item > label {
    width: 50%;
    display: inline-block;
    font-weight: 400;
    color: #444
}

.xdropdown-item > span {
    margin: -4px -8px;
    padding: 4px 8px;
    display: block
}

.xdropdown-item > span > a {
    color: #0e90d2;
    display: block;
    margin: inherit;
    padding: inherit
}

.xdropdown-item > span > a:focus, .xdropdown-item > span > a:hover {
    color: #095f8a
}

.xdropdown-item > span:hover {
    background-color: #e4e4e4
}

.xdropdown-item > span > a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: -2px
}

.xdropdown-item > label + span {
    text-align: right;
    width: 50%;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important
}

.xdropdown-item > label + span:hover {
    background-color: transparent
}

.xdropdown-item > span > a > em {
    display: inline-block;
    font-style: normal
}

.xdropdown-item > span > a > em + em {
    display: none !important
}

.xdropdown-item > label + span > a {
    padding: 2px 4px;
    margin: 0;
    border-radius: 2px;
    display: inline-block
}

.xdropdown-item > label + span > a:hover {
    background-color: #ddd
}

.xdropdown-item > label + span > a:active {
    color: #fff;
    background-color: #1B80C4
}

.xdropdown-item > label + span > a:hover > em {
    display: none
}

.xdropdown-item > span > a:hover > em + em {
    display: inline-block !important
}

.xdropdown.xsm .xdropdown-list {
    min-width: 40px;
    padding-top: 2px;
    padding-bottom: 2px
}

.xdropdown.xsm .xdropdown-item, .xdropdown.xsm .xdropdown-item > span {
    padding: 2px 5px
}

.xdropdown.xsm .xdropdown-item > span {
    margin: -2px -5px
}

.xdropdown.sm .xdropdown-list {
    min-width: 50px;
    padding-top: 5px;
    padding-bottom: 5px
}

.xdropdown.sm .xdropdown-item, .xdropdown.sm .xdropdown-item > span {
    padding: 4px 8px
}

.xdropdown.sm .xdropdown-item > span {
    margin: -4px -8px
}

.xdropdown.lg .xdropdown-list {
    min-width: 140px;
    padding-top: 8px;
    padding-bottom: 8px
}

.xdropdown.lg .xdropdown-item, .xdropdown.lg .xdropdown-item > span {
    padding: 6px 12px
}

.xdropdown.lg .xdropdown-item > span {
    margin: -6px -12px
}

.page-calculator > .panel {
    padding: 0;
    overflow: hidden
}

.page-calculator .col-calc-result {
    padding-left: 10px
}

.table-calculator {
    border: 1px solid #ddd
}

.table-calculator th {
    color: #fff;
    background-color: #27ae60
}

.table-calculator th > span {
    display: block;
    vertical-align: middle;
    border-right: 1px #fff solid;
    margin-right: -8px
}

.table.table-calculator > tbody > tr > td, .table.table-calculator > tfoot > tr > td {
    border: 0
}

.table.table-calculator > tbody > tr > td:first-child, .table.table-calculator > tfoot > tr > td:first-child {
    padding-left: 2px;
    white-space: nowrap
}

.table-calculator > tfoot > tr > td {
    background-color: #ebebeb
}

.page-calculator .col-md-offset-4 > .col-xs-6 {
    padding-left: 0;
    padding-right: 10px
}

.page-calculator .col-md-offset-4 > .col-xs-6 + .col-xs-6 {
    padding-left: 10px
}

.page-calculator .col-calc-intro {
    height: 100%;
    height: 480px;
    margin: 0 -20px -20px 0;
    padding: 0 20px 20px 10px;
    background-color: #fbfbfb
}

.page-calculator-terms li, .page-calculator-terms ol, .page-calculator-terms ul {
    list-style: none;
    line-height: 24px
}

.page-calculator-terms > ul > li {
    padding: 5px 0 15px
}

.page-calculator-terms > ul > li > ol > li {
    padding: 5px 0
}

.page-calculator-terms > ul > li span {
    padding: 0 5px
}

.page-calculator .text-block {
    display: block
}

@media (min-width: 992px) {
    .page-calculator .col-md-offset-4 > .col-xs-6 {
        padding-left: 10px;
        padding-right: 0
    }
}

.account-message {
    padding-left: 15px;
    padding-bottom: 100px
}

.account-message .account-details p + p {
    padding: 0 6px;
    display: block;
    width: 390px;
    height: 30px;
    line-height: 30px
}

.account-message .account-details p .badge {
    margin-left: 5px;
    font-weight: 400;
    margin-top: -3px
}

.account-message .account-safety .account-safety-text {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px
}

.account-message .account-safety .progress {
    width: 300px;
    height: 10px;
    position: relative;
    top: -14px;
    left: 100px;
    border-radius: 0
}

.account-message .account-safety .progress-bar {
    background-color: #f39f1b;
    height: 10px
}

.account-message .account-safety-table p {
    margin-left: 20px;
    margin-bottom: 0;
    width: 80%;
    min-width: 850px
}

.account-message .account-safety-table .glyphicon {
    vertical-align: -1px;
    font-weight: 700
}

.account-message .account-safety-table p:nth-child(odd) {
    background-color: #fcfcfc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.account-message .account-safety-table > p > span {
    display: inline-block;
    padding: 20px;
    vertical-align: middle
}

.account-message .account-safety-table p span:nth-child(1) {
    width: 130px
}

.account-message .account-safety-table .link-frontal-view {
    margin-right: 5px
}

.account-message .account-safety-table p span + span {
    margin-left: 25px
}

.bound-email .div-tab-email .tab-p2 .form-control {
    width: 350px
}

.bound-email .div-tab-email .tab-p3 .btn-primary {
    margin-left: 100px
}

.bound-email .div-tab-email .tab-p1 .form-control {
    width: 270px
}

.div-tab-address {
    padding-left: 50px;
    padding-top: 20px
}

.bound-email .div-tab-address .div-address-p {
    position: relative
}

.bound-email .div-address-p .glyphicon {
    position: absolute;
    top: 5px;
    left: -40px;
    font-size: 30px
}

.div-tab-address .div-address-p, .div-tab-email .tab-p2 {
    position: relative
}

.content-html {
    width: 700px;
    margin: 100px auto 0;
    border: 1px solid #ccc;
    padding: 30px 30px 100px
}

.s-phone {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-left: 26px
}

.div-tab-email .tab-p2 .form-control {
    width: 230px
}

.div-tab-email .tab-p3 .btn-primary {
    margin-left: 113px
}

.div-tab-email .tab-p1 .form-control {
    width: 270px
}

.div-tab-address .tab-p3 .modify-phone-address2 {
    margin-left: 110px
}

.div-address-p .glyphicon {
    position: absolute;
    top: 5px;
    left: -40px;
    font-size: 30px
}

.account-safety {
    min-width: 770px
}

.div-tab-details .tab-p3 .btn-primary {
    margin-left: 105px
}

.div-tab-address .tab-p2 {
    height: 20px
}

.div-tab-address .tab-p1 .form-control {
    width: 279px
}

.step-content dd {
    display: inline;
    margin: 0
}

.step-content dd:after {
    content: '\A';
    white-space: pre
}

.modify-phone-form, .step-view {
    min-width: 600px
}

.account-safety-grade {
    margin-left: 320px
}

.modify-password .form-control {
    width: 300px
}

.modify-password .form-group span {
    padding: 7px 0;
    display: inline-block;
    width: 200px
}

.modify-password .form-group .form-control {
    display: inline
}

.modify-password .form-group > span {
    width: 140px
}

.modify-password .form-group-submit {
    padding-left: 20%
}

.identify-review .form-group label {
    width: 130px
}

.identify-review .form-group {
    padding-bottom: 10px
}

@media screen and (max-width: 1090px) {
    .modify-password .form-group span {
        text-align: left !important;
        padding-left: 5px
    }
}

.invoice-setting {
    min-width: 1060px
}

.invoice-setting .invoice-information-form {
    max-width: 690px;
    overflow: hidden
}

.form-horizontal, .invoice-information-form > div {
    margin-top: 0 !important;
    padding-bottom: 10px
}

.invoice-information-form > div .incoice-information-text {
    float: left;
    padding-right: 20px;
    display: block;
    width: 140px;
    text-align: right
}

.invoice-information-form > div .incoice-information-text + span, .invoice-information-form > div span + .droparea {
    margin-left: 140px;
    display: block
}

.invoice-information-form > div .incoice-information-text + input {
    margin-top: -4px
}

.invoice-information-form .invoice-remark > textarea {
    display: inline-block;
    height: 120px;
    width: 350px;
    vertical-align: top
}

.invoice-information-form textarea {
    width: 350px;
    height: 100px
}

.invoice-information-form input[type=text] {
    width: 350px;
    display: inline-block
}

.invoice-information-form .invoice-remark > span {
    padding-left: 29px;
    vertical-align: top
}

.invoice-information-button, .invoice-information-form .invoice-default-information {
    padding-left: 110px
}

.invoice-information-button .btn {
    padding: 8px 35px
}

.invoice-information-form .invoice-default-information > span {
    width: 150px
}

.invoice-style {
    height: 100%;
    border-left: 1px dashed #e3e3e3
}

.invoice-information-form .invoice-company-type > div {
    vertical-align: middle;
    width: 200px
}

.invoice-information-form .invoice-type-information > div {
    vertical-align: middle;
    width: 350px
}

.invoice-dedication-hidden {
    display: none
}

.invoice-information-form .droparea {
    display: inline-block;
    width: 350px;
    vertical-align: top
}

.express-setting .form-group > span {
    padding: 8px
}

.express-table {
    margin-top: 70px
}

.division {
    padding: 5px
}

.invoice-style-img > a > img {
    width: 300px;
    height: 170px
}

.invoice-setting-table {
    margin-top: 30px
}

.incoice-review-tips {
    color: #ff8831
}

.incoice-review-tips.active {
    color: #f21f09
}

.incoice-review-tips .label {
    color: #fefefe;
    font-weight: 300;
    padding: 2px 4px;
    vertical-align: 1px;
    background-color: #ff8831
}

.incoice-review-tips.active .label {
    font-weight: 300;
    padding: 2px 4px;
    vertical-align: 1px;
    background-color: #f21f09
}

.invoice-adjust-icon {
    margin-left: 20px
}

.invoice-adjust-icon:hover {
    text-decoration: none;
    color: #5395cb
}

.invoice-adjust-icon:before {
    width: 15px;
    height: 17px;
    content: "\20";
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDJGMzA3NzM3MTNDMTFFODgzOTI4NzM5OUM3QTRFNzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDJGMzA3NzQ3MTNDMTFFODgzOTI4NzM5OUM3QTRFNzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MkYzMDc3MTcxM0MxMUU4ODM5Mjg3Mzk5QzdBNEU3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MkYzMDc3MjcxM0MxMUU4ODM5Mjg3Mzk5QzdBNEU3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptc5fUcAAADuSURBVHjaYlTvOf+cgYFBgoE08BSIZVigGhlJ1PwfRDAxUABYsJmIBzDi00yM83lhDHKczUSJs38A8Qtynf0TiBUoCe2f2DT/R8NsQNwDxM+AOAGItwDxESDWI8bZOkBcDGXPRxLPBuJ0fM7mAGI7KPs4EDsBsRsQXwBiFSDWYMGjuQyIG6HsMCB+AmXHA/FFID7ARGQ6/oDEfwOLb3yae4G4EBoOE4GYE5q6JgPxQSB2YYI64R0WbALEe6AGJQHxR6h4EBDfAOJLID8bALEA1AZWIOaBOvUBNCqnAnE0EFcBcSgQ8wHxHJCJAAEGAFn8MIeScEyhAAAAAElFTkSuQmCC);
    vertical-align: -3px;
    margin-right: 2px
}

.link-view-img {
    cursor: pointer
}

.account-header {
    width: 900px
}

.account-header > div {
    display: inline-block
}

.money-header-show {
    vertical-align: top;
    border-radius: 7px
}

.account-header > div + div {
    border: 1px dashed #278CCF
}

.money-header-number > .money-number-bold {
    font-weight: 600;
    display: inline-block;
    margin: 0
}

.money-header-number > .money-number-text {
    padding-top: 12px;
    display: inline-block
}

.money-header-number .btn {
    padding: 5px 20px;
    vertical-align: top;
    margin: 5px 0 0 10px
}

.money-header-btn2 > button {
    background-color: #fff;
    border: 1px solid #278CCF;
    color: #278CCF
}

.money-header-btn2 > button:nth-child(3) {
    border: 1px solid orange;
    color: orange
}

.money-header-btn2 > button:nth-child(2) {
    margin-right: 30px;
    margin-left: 10px
}

.account-data {
    min-width: 969px
}

.account-data .account-data-content, .money-back-data .account-data-content {
    padding-bottom: 20px
}

.account-data .account-data-content .data-content1 .form-control, .money-back-data .account-data-content .data-content1 .form-control {
    display: inline-block;
    width: 200px
}

.account-data .account-data-content .data-content1 a, .money-back-data .account-data-content .data-content1 a {
    padding: 10px
}

.account-data .account-data-content .data-content1 .btn-sm, .money-back-data .account-data-content .data-content1 .btn-sm {
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #e3e4e5
}

.account-data .account-data-content > div, .money-back-data .account-data-content > div {
    padding: 5px
}

.account-data .account-data-content > div .active, .money-back-data .account-data-content > div .active {
    color: #fff;
    background-color: orange
}

.account-data .account-data-content > div b, .account-data .account-data-content > div span, .money-back-data .account-data-content > div b, .money-back-data .account-data-content > div span {
    color: #666;
    font-weight: 500
}

.account-data .account-data-table > table > thead > tr > td, .money-back .money-back-table .table > thead > tr > td, .money-back .money-back-table .table > thead > tr > th, .money-back-data .account-data-table > table > thead > tr > th {
    font-weight: 700
}

.account-data .account-data-content > div span, .money-back-data .account-data-content > div span {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    margin: 7px 8px;
    border-radius: 5px
}

.account-data .account-data-table > .table, .money-back-data .account-data-table > .table {
    width: 100%;
    min-width: 960px;
    border-radius: 5px
}

.account-data .account-data-table > table > thead > tr, .money-back-data .account-data-table > table > thead > tr {
    height: 50px
}

.account-data .account-data-table > table > tbody > tr, .money-back-data .account-data-table > table > tbody > tr {
    height: 60px
}

.account-data .account-data-table > table > tbody > tr > td, .money-back-data .account-data-table > table > tbody > tr > td {
    padding: 8px
}

.account-data .account-data-table > table > tbody > tr > td:nth-child(1) > p, .money-back-data .account-data-table > table > tbody > tr > td:nth-child(1) > p {
    width: 100px
}

.money-account {
    min-width: 979px;
    padding-bottom: 80px
}

.money-account-page > div {
    display: inline-block;
    padding: 5px 20px
}

.money-account-pagejump > button {
    background-color: #fff;
    border: 1px solid #999
}

.pagejump-input {
    width: 34px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #999
}

.account-back-content div {
    width: 550px
}

.account-back-content div .form-control {
    width: 390px;
    display: inline
}

.account-back-content div span {
    padding: 20px
}

.account-back-content div span:nth-child(1) {
    display: inline-block;
    width: 110px;
    text-align: right
}

.account-back-content .back-way .back-way-link {
    width: 130px;
    padding: 8px 10px;
    border: 1px solid orange;
    cursor: pointer;
    position: relative
}

.account-back-content .back-way .back-way-link .icon-account-pay {
    position: absolute;
    top: 0;
    right: 0
}

.account-back-content .phone-msc {
    position: relative
}

.account-back-content .phone-msc .btn {
    position: absolute;
    top: 15px;
    right: 46px;
    padding: 5px 10px
}

.account-back-content .back-remark textarea {
    height: 100px
}

.account-back-content .back-btn button:nth-child(3) {
    padding: 10px 30px
}

.money-back {
    padding-bottom: 80px
}

.money-back .alert-success {
    min-width: 820px;
    color: #000;
    background-color: #E4F3EC
}

.money-back .alert-success p + p {
    height: 30px;
    padding-left: 34px;
    margin-top: 0
}

.money-back .money-back-table .table-bordered > thead {
    background-color: #fbfbfb
}

.money-back .money-back-table .table > tbody > tr > td, .money-back .money-back-table .table > tbody > tr > th, .money-back .money-back-table .table > tfoot > tr > td, .money-back .money-back-table .table > tfoot > tr > th, .money-back .money-back-table .table > thead > tr > td, .money-back .money-back-table .table > thead > tr > th {
    padding: 10px
}

.money-back .money-back-table .table .back-table-col .btn {
    padding: 3px 15px
}

.money-back .money-back-table .table .back-table-col > span {
    font-weight: 400
}

.money-account-pay {
    min-width: 767px
}

.money-account-pay .form-group .form-control {
    display: inline-block;
    width: 335px
}

.money-account-pay .form-group p {
    padding: 10px 0 0 110px
}

.money-account-pay .account-mode div {
    border: 1px solid orange;
    width: 130px;
    position: relative;
    cursor: pointer
}

.money-account-pay .account-mode .icon-account-pay {
    position: absolute;
    top: 0;
    right: 0
}

.money-account-pay .account-btn {
    padding-top: 35px
}

.money-account-pay .account-btn .btn {
    padding: 8px 35px
}

.money-updeat-success .alert-warning {
    border-color: #f38c0b
}

.money-updeat-success {
    padding-bottom: 100px;
    min-width: 767px
}

.money-updeat-success .updeat-success-title {
    border-bottom: 1px dashed #e3e4e5;
    position: relative;
    padding: 10px 0 18px 60px
}

.money-updeat-success .updeat-success-title .icon-account-failure, .money-updeat-success .updeat-success-title .icon-account-part, .money-updeat-success .updeat-success-title .icon-account-success {
    position: absolute;
    left: 0
}

.money-updeat-success .updeat-success-details {
    padding: 10px 0 0
}

.money-updeat-success .updeat-success-details p span {
    color: #333
}

.money-updeat-success .updeat-success-content {
    display: inline-block;
    padding-right: 10px
}

.money-updeat-success .updeat-success-content .success-content {
    background-color: #EEF8FA;
    border: 1px solid #B7E5EE;
    width: 350px;
    border-radius: 5px 5px 0 0
}

.money-updeat-success .updeat-success-content .success-content p {
    padding: 10px;
    margin-bottom: 0
}

.money-updeat-success .updeat-success-content .success-content1 {
    width: 350px;
    padding: 15px 0 10px 15px;
    border: 1px solid #ccc;
    border-top: none
}

.updeat-success-content .success-content1 > p > span {
    display: inline-block;
    width: 280px;
    vertical-align: top
}

.personnel .personnel-header .segmented-control li {
    height: 80px;
    border-radius: 3px;
    background-image: -moz-linear-gradient(90deg, #f9f9f9 0, #fff 33%);
    background-image: -webkit-linear-gradient(90deg, #f9f9f9 0, #fff 33%);
    background-image: -ms-linear-gradient(90deg, #f9f9f9 0, #fff 33%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09)
}

.personnel .personnel-header .segmented-control li p {
    margin: 0
}

.personnel .personnel-header .segmented-control li p span {
    color: orange;
    font-size: 28px;
    font-weight: bolder
}

.personnel .personnel-table .btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #666
}

.personnel-batch {
    margin: 0 40px
}

.personnel-batch .alert-success {
    padding: 5px 15px;
    border-radius: 2px;
    margin-bottom: 20px
}

.personnel-batch .alert-success p {
    display: inline-block
}

.personnel-batch .personnel-batch-table {
    max-height: 236px;
    overflow-y: scroll
}

.personnel-batch .personnel-batch-table .table {
    margin-bottom: 0
}

.personnel-batch .personnel-batch-table .table > tbody > tr > td, .personnel-batch .personnel-batch-table .table > thead > tr > th {
    padding: 13px 15px
}

.personnel-batch .personnel-batch-content {
    padding-top: 12px
}

.personnel-batch .personnel-batch-content .control-toggle > em {
    padding: 5px
}

.personnel-batch .personnel-batch-content .batch-content1, .personnel-batch .personnel-batch-content .batch-content2, .personnel-batch .personnel-batch-content .batch-content3 {
    margin-bottom: 15px
}

.personnel-batch .personnel-batch-content .batch-content1 span, .personnel-batch .personnel-batch-content .batch-content2 span, .personnel-batch .personnel-batch-content .batch-content3 span {
    display: inline-block;
    width: 80px;
    height: 25px;
    text-align: right;
    margin-right: 25px;
    vertical-align: middle
}

.personnel-batch .personnel-batch-content .batch-content3 .form-control {
    display: inline;
    width: 260px
}

.personnel-batch .personnel-batch-content .batch-content3 .batch-content3-border {
    border: 1px dashed red;
    border-radius: 2px;
    padding: 7px 15px;
    font-size: 12px
}

.personnel-batch .personnel-batch-btn {
    padding-bottom: 20px
}

.personnel-batch .personnel-batch-btn .btn {
    padding: 7px 25px
}

.setting-list {
    margin: 25px 20px
}

.setting-list .setting-list-content p {
    font-size: 16px
}

.setting-list .setting-list-content div {
    padding: 10px 30px
}

.setting-list .setting-list-content div span {
    display: inline-block;
    width: 80px;
    height: 20px;
    vertical-align: middle
}

.setting-list .setting-list-content div .checkbox-inline {
    margin-left: 0
}

.setting-list .setting-list-content div input[type=checkbox] + input[type=checkbox] {
    margin-left: 35px
}

.setting-list .setting-list-btn {
    padding-top: 20px
}

.setting-list .setting-list-btn .btn {
    padding: 7px 25px
}

.personnel-export {
    margin: 20px;
    padding-bottom: 30px
}

.personnel-export .export-content1 span, .personnel-export .export-content2 span, .personnel-export .export-content3 .export-content3-span {
    width: 120px;
    height: 24px;
    text-align: right;
    margin-right: 10px;
    display: inline-block
}

.personnel-export .export-content1, .personnel-export .export-content2 {
    padding-bottom: 15px
}

.personnel-export .export-content2 .control-toggle > em {
    padding: 5px 11px
}

.personnel-export .export-content3 div {
    padding: 7px 0;
    display: inline-block
}

.personnel-export .export-content3 div .checkbox-inline {
    margin-left: 0
}

.personnel-export .export-content3 div input[type=checkbox] {
    vertical-align: middle
}

.personnel-export .export-content3 div span {
    display: inline-block;
    width: 70px;
    height: 20px;
    vertical-align: middle
}

.personnel-aterial-details {
    padding-bottom: 40px
}

.common-details1 {
    padding-bottom: 25px
}

.common-details1 .tab-content {
    padding: 0
}

.common-details1 .details1-material .details1-material-content, .details1-material {
    border: 1px solid #E5E5E5
}

.common-material-div:hover .icon-material {
    display: block
}

.common-details1 .details1-border {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #FBFBFB;
    font-size: 16px;
    color: #666
}

.common-details1 .details1-border a {
    font-size: 12px;
    padding: 4px
}

.common-details1 .details1-border .nav-underline {
    width: 200px
}

.common-details1 .details1-border .nav-underline a {
    font-size: 14px;
    padding: 11px 20px 12px
}

.common-details1 .details1-status {
    border: 1px solid #E5E5E5;
    border-top: none
}

.basic-detail-ul {
    font-size: 0;
    padding-left: 0;
    border: 1px solid #e3e4e5;
    border-bottom: none;
    border-right: none;
    position: relative
}

.basic-detail-ul:after, .basic-detail-ul:before {
    content: "";
    display: block;
    position: absolute
}

.basic-detail-ul:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e3e4e5
}

.basic-detail-ul:before {
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    border-right: 1px solid #e3e4e5
}

.basic-detail-ul li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #e3e4e5;
    padding: 0 10px;
    white-space: nowrap;
    height: 41px;
    line-height: 41px;
    vertical-align: top;
    border-left: none;
    border-top: none
}

.basic-detail-ul li:nth-child(odd) {
    background-color: #FCFCFC;
    width: 18%
}

.basic-detail-ul li:nth-child(even) {
    width: 32%
}

.common-details1 .details1-status > .details1-status-content {
    border-right: 1px dotted #D5D5D5
}

.common-details1 .details1-status > .details-status-st3 {
    border-right: none
}

.common-details1 .details1-status .details1-status-content {
    margin: 10px auto;
    padding-right: 5px;
    display: inline-block;
    height: 200px;
    width: 33%;
    vertical-align: top;
    text-align: center;
    font-size: 12px
}

.details1-status-content dl dt {
    display: inline-block;
    line-height: 200px
}

.details1-status-content dl dd {
    display: inline-block;
    vertical-align: top;
    min-width: 240px
}

ul.da-status-content + ul.da-status-content li {
    width: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.tpl-view-more-list {
    padding: 10px
}

.tpl-view-more-list li {
    display: inline-block;
    width: 48%;
    padding: 3px
}

.tpl-view-more-list li:before {
    content: '• ';
    color: #098D41
}

.da-status-content.text-green {
    color: #1D8800
}

.da-status-content.text-blue {
    color: #85C8D1
}

.da-status-content.text-grey {
    color: #666
}

@media screen and (max-width: 1360px) {
    .common-details1 .details1-status .details1-status-content {
        width: 49%;
        text-align: center
    }

    .common-details1 .details1-status .details1-status-content .status-st1-dl > dt {
        width: 30%
    }

    .common-details1 .details1-status .details1-status-content .status-st1-dl > dd {
        width: 69%
    }

    .common-details1 .details1-status .details1-status-content .status-st1-dl > dd > ul {
        width: 33%
    }

    .common-details1 .details1-status .details-status-st3 .status-st1-dl > dd > ul {
        width: 100%
    }

    .common-details1 .details1-status .details1-status-content .atreial-details-content > div:nth-child(1) {
        width: 30%
    }

    .common-details1 .details1-status .details1-status-content .atreial-details-content > div:nth-child(2) {
        width: 69%
    }

    .common-details1 .details1-status .details1-status-content .atreial-details-content div > p {
        width: 100% !important
    }

    .common-details1 .details1-status .details1-status-content .atreial-details-content div > p > span {
        width: 48% !important
    }

    ul.da-status-content + ul.da-status-content li {
        width: auto
    }
}

@media screen and (max-width: 1250px) {
    .common-details1 .details1-status .details1-status-content {
        width: 100%;
        text-align: center
    }
}

.da-status-content.li-style {
    height: 200px;
    overflow: hidden
}

.da-status-content.li-style li {
    background-color: transparent !important;
    height: 23px;
    line-height: 23px;
    text-align: left
}

.da-status-content.li-style li:before {
    content: '• ';
    color: #098D41
}

.da-status-content {
    padding-left: 0;
    list-style: none;
    float: left
}

.da-status-content li:nth-child(odd) {
    background-color: #F5F5F5
}

.da-status-content li {
    padding: 0 6px;
    height: 33px;
    line-height: 33px
}

.da-status-content li .badge {
    font-weight: 400;
    margin-bottom: 3px
}

.common-details1 .details1-operation {
    border: 1px solid #E5E5E5;
    padding: 10px 10px 10px 30px
}

.common-details1 .details1-operation .operation-content {
    border-left: 2px solid #C7CBD6;
    padding: 0 15px 15px 25px
}

.common-details1 .details1-operation .operation-content div {
    border: 1px solid #e3e4e5;
    position: relative;
    background-color: #F4F4F4;
    border-radius: 3px;
    padding: 10px;
    margin: 20px 0 35px
}

.common-details1 .details1-operation .operation-content div .icon-personnel-round {
    position: absolute;
    top: 5px;
    left: -38px
}

.common-details1 .details1-operation .operation-content div p {
    margin: 0;
    padding: 2px 0
}

.common-details1 .details1-operation .operation-content div:before {
    content: "\20";
    display: block;
    position: absolute;
    left: -8px;
    top: 8px;
    border-style: solid;
    border-width: 7px 8px 8px 0;
    border-color: transparent #f5f5f5 transparent transparent
}

.common-material-div {
    display: inline-block;
    margin: 10px 5px;
    position: relative;
    vertical-align: top
}

.common-material-div > div {
    width: 260px;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.common-material-div > div:nth-child(2) {
    height: 180px;
    background-color: #656F7C;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.common-material-div > div .droparea {
    border: none;
    min-height: 180px
}

.common-material-div > div > img {
    width: 280px;
    height: 178px;
    border-radius: 5px
}

.common-material-div > div:nth-child(2) > span {
    float: right;
    padding: 3px
}

.common-material-div p {
    text-align: center;
    margin: 10px 0 0;
    color: grey
}

.transform_90 {
    transform: rotate(90deg)
}

.business-details .panel-heading {
    padding: 0;
    border-radius: 3px
}

.business-details .panel-heading .panel-common-content {
    padding: 15px 15px 15px 28px;
    position: relative
}

.business-details .panel-heading .panel-common-content .triangle-left, .provident-fund .panel-heading .triangle-left {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 19px
}

.business-details .panel-heading .panel-common-content .triangle-left {
    left: 15px
}

.provident-fund .panel-heading .triangle-left {
    left: 9px
}

.business-details .panel-body {
    padding: 0
}

.business-details .panel-body .business-content-details p:nth-child(1) {
    background-color: #FDFDFD;
    border: none
}

.business-details .panel-body .business-content-details p:nth-child(1) span {
    font-weight: 700
}

.business-details .panel-body .business-content-details span {
    display: inline-block
}

.business-details .panel-body .business-content-details p {
    padding: 8px 10px;
    margin: 0;
    border-top: 1px solid #e5e5e5
}

.business-details .panel-body .business-content-details p span {
    width: 19%
}

.business-details .panel-body .business-content-details p span:nth-child(1) {
    width: 40%
}

.personnel-provident-fund .panel-heading {
    position: relative;
    padding: 0
}

.provident-fund .provident-header {
    padding-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.provident-fund .provident-header .provident-header-content {
    padding: 0
}

.provident-header-content span {
    font-size: 14px;
    display: inline-block;
    width: 8%;
    font-weight: 600;
    text-align: center;
    height: 44px;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.provident-fund .provident-col-1 {
    width: 9%
}

.provident-fund .provident-col-3 {
    width: 14%;
    text-align: center
}

.provident-fund .provident-col-5 {
    width: 10%
}

.provident-fund .provident-col-7 {
    width: 17%
}

.provident-fund .provident-col-9 {
    width: 10%;
    text-align: center
}

.provident-fund .provident-center .panel {
    margin: 0;
    border-top: none;
    border-radius: 0;
    border-color: #E5E5E5
}

.provident-fund .provident-center .panel .panel-title {
    font-size: 14px;
    height: 48px;
    line-height: 48px
}

.provident-fund .provident-center .panel .provident-center-content {
    font-size: 0;
    padding: 0
}



.provident-fund .provident-center .panel .provident-center-content span b {
    font-weight: 400;
    font-size: 12px;
    vertical-align: top
}

.personnel-provident-fund .provident-header-content {
    font-size: 0
}

.provident-fund .provident-center .panel .panel-body .table {
    margin-bottom: 0
}

.provident-fund .provident-center .panel .panel-body .table > tbody > tr > td, .provident-fund .provident-center .panel .panel-body .table > thead > tr > th {
    text-align: center;
    padding: 10px;
    border-bottom: none;
    border-right: 1px solid #DDD
}

.provident-fund .provident-center .panel .panel-body .table > tbody > tr > td:last-child, .provident-fund .provident-center .panel .panel-body .table > thead > tr > th:last-child {
    border-right: none
}

.provident-fund .provident-center .panel .panel-body .table-bottom {
    background-color: #F8F8F8;
    height: 65px
}

.provident-fund .provident-center .panel .panel-body .table-bottom div {
    display: inline-block;
    width: 48%;
    text-align: center
}

.provident-fund .provident-center .panel .panel-body .table-bottom div span {
    display: inline-block;
    padding: 13px 8px;
    vertical-align: middle
}

.popover-operation {
    padding: 6px;
    border-left: 1px solid #ccc
}

.popover-operation .popover-content {
    padding: 0
}

.popover-operation .popover-content div {
    position: relative;
    padding-left: 8px
}

.popover-operation .popover-content div .icon-provider-content {
    position: absolute;
    top: 0;
    left: -19px
}

.commercial-insurance .insurance-logo {
    width: 969px;
    margin: 0 auto;
    padding: 15px 0
}

.commercial-insurance .insurance-header {
    width: 100%;
    background-color: #3198D7;
    height: 290px
}

.commercial-insurance .insurance-header .header-content {
    width: 969px;
    margin: 0 auto
}

.commercial-insurance .insurance-header .header-content .header-backimg {
    text-align: center;
    position: relative
}

.commercial-insurance .insurance-header .header-content .header-backimg-title {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

.commercial-insurance .insurance-center {
    width: 969px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 50px
}

.commercial-insurance .insurance-center .insurance-center-table .table > tbody > tr > td {
    padding: 10px;
    height: 180px;
    color: grey;
    vertical-align: middle
}

.commercial-insurance .insurance-center .insurance-center-table .table > tbody > tr > td:nth-child(2) {
    width: 45%
}

.ellipsis {
    display: inline-block;
    width: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

.edit-wapper {
    padding: 20px 30px
}

.edit-content .form-control {
    display: inline;
    width: 262px
}

.edit-footer {
    padding-top: 20px
}

.edit-border-footer {
    padding: 10px 10px 0;
    border: 1px dashed red;
    color: red
}

.edit-btn-footer {
    padding-top: 20px;
    text-align: center
}

.edit-btn-footer .btn {
    min-width: 80px
}

.cost-social {
    padding: 30px
}

#cost-social-table > tbody > tr > td, .cost-social #cost-social-table > thead > tr > th {
    padding: 12px;
    text-align: center
}

.common-details1 .details1-status .details1-status-content .atreial-details-content {
    text-align: center
}

.common-details1 .details1-status .details1-status-content .atreial-details-content > div {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p {
    padding: 4px 0;
    margin-bottom: 0;
    width: 246px
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p .badge {
    font-weight: 400;
    vertical-align: top
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p > span {
    padding: 2px 0 2px 3px
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p > span:nth-child(1) {
    display: inline-block;
    width: 30px;
    height: 18px;
    vertical-align: top
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p > span:nth-child(3) {
    color: green
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p > span:nth-child(2) {
    color: #1D8800
}

.common-details1 .details1-status .details1-status-content .atreial-details-content div > p > span + span {
    display: inline-block;
    width: 155px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.atreial-details-content div p:nth-child(even) {
    background-color: #F5F5F5
}

.atreial-details-content > div:nth-child(1) {
    padding-left: 5px
}

.atreial-details-content div:nth-child(1) > div {
    vertical-align: middle
}

.atreial-details-content div:nth-child(2) {
    height: 190px
}

.atreial-details-content div:nth-child(2) ul {
    padding: 0
}

.atreial-details-content div:nth-child(2) ul li {
    list-style: none;
    padding: 4px;
    width: 200px
}

.segmented-text-radio {
    font-weight: 700;
    font-style: normal;
    padding: 2px 4px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    display: inline-block
}

.segmented-text-radio.lg {
    color: #1B80C4;
    font-size: 18px;
    min-width: 32px
}

.segmented-text-radio.sm {
    color: #198F45;
    font-size: 14px;
    min-width: 24px
}

.segmented-text-radio:hover {
    background-color: #ddd
}

.segmented-text-radio.active {
    color: #fff
}

.segmented-text-radio.lg.active {
    background-color: #1B80C4
}

.segmented-text-radio.sm.active {
    background-color: #198F45
}

.form-upload {
    display: inline-block;
    padding: 0 6px;
    vertical-align: top
}

.form-upload p {
    text-align: center;
    padding: 7px 0
}

.form-upload .droparea {
    width: 260px
}

.added-form, .added2-form, .added3-form, .added4-form {
    padding: 30px 0 80px
}

.added-form .messageContainer.help-block, .added-form .messageContainer.help-block .help-block {
    margin: 0
}

.added-form .messageContainer.help-block .help-block {
    display: inline-block;
    padding-top: 10px
}

.added-form .form-group, .added2-form .form-group, .added3-form .form-group, .added4-form .form-group {
    padding-bottom: 10px
}

.added-form .form-group > span, .added2-form .form-group > span, .added3-form .form-group > span, .added4-form .form-group > span {
    padding-top: 7px
}

.form-group .em-width > .control-item > em {
    width: 50px
}

.added-form .form-group-border, .added2-form .form-group-border, .added3-form .form-group-border, .added4-form .form-group-border {
    border-bottom: 1px dashed #e3e4e5;
    margin-bottom: 20px
}

.added-form .form-btn .btn, .added2-form .form-btn .btn, .added3-form .form-btn .btn, .added4-form .form-btn .btn {
    padding: 7px 30px
}

.added3-form .table .main-meal-content {
    text-align: center;
    display: inline-block;
    width: 32.5%;
    padding-top: 8px;
    vertical-align: top;
    margin: 10px 0
}

.added3-form .table .main-meal-content em {
    width: 100px;
    border-radius: 3px
}

.added3-form .table .main-meal-content p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px
}

.added3-form .table .attached-package-content .form-control {
    display: inline-block;
    width: 190px
}

.added3-form .table .attached-package-content .btn-content {
    padding: 0 0 14px 70px
}

.added3-form .table .attached-package-content .btn {
    padding: 7px 20px
}

.added3-form .table > tbody > tr > td {
    vertical-align: middle
}

.added3-form .table > tbody > tr > td:first-child {
    text-align: center
}

.added3-form .form-group .meal-details .table {
    border: 1px solid #e3e4e5
}

.added3-form .form-group .meal-details .table > tbody > tr > td {
    padding: 10px
}

.added4-form .droparea .dz-preview img {
    width: 216px;
    height: 122px
}

.aterials {
    padding-bottom: 50px
}

.bulkimport-form {
    padding: 30px 0 20px
}

.bulkimport-form .policy-types-dl dt {
    font-weight: 400
}

.bulkimport-form .policy-types-dl dd {
    padding-left: 10px;
    padding-bottom: 10px
}

.bulkimport-form .policy-types-dl {
    margin-bottom: 5px
}

.bulkimport-form .policy-types-dl .checkbox-inline {
    padding-left: 0;
    margin-right: 20px
}

.bulkimport-form .policy-types-dl > dd > label:nth-child(1) {
    margin-left: 10px
}

.bulkimport-form .details-ul {
    margin-top: 10px;
    font-size: 0;
    padding-left: 0
}

.bulkimport-form .details-ul li {
    font-size: 14px;
    display: inline-block;
    padding: 3px;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555
}

.bulkimport-form .details-ul li.active {
    border-color: red
}

.bulkimport-form .form-group {
    padding-bottom: 3px
}

.bulkimport-form .form-group .message-type-singer p {
    margin-bottom: 3px
}

.bulkimport-form .form-group .btn-all {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #3498DB;
    color: #fff
}

.bulkimport-form .excel-tpl .excel-unload-ul {
    font-size: 0;
    padding-left: 0;
    width: 550px
}

.bulkimport-form .excel-tpl .excel-unload-ul li {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    width: 275px;
    margin-bottom: 5px
}

.bulkimport-form .form-btn .btn {
    min-width: 80px;
    padding: 7px
}

.bulkimport-prompt {
    border-top: 1px dashed #E6E6E6;
    padding-bottom: 80px;
    padding-top: 10px
}

.bulkimport-prompt .alert {
    padding: 6px 15px
}

.bulkimport-prompt .bulk-prompt-default {
    width: 767px
}

.bulkimport-prompt .bulk-prompt-default p {
    padding-left: 30px
}

.bulkimport-prompt .bulk-error-content, .bulkimport-prompt .bulk-error-content .error-table {
    padding-top: 20px
}

.bulkimport-prompt .bulk-error-content .table > thead > tr > th {
    background-image: -moz-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    padding: 4px 12px
}

.bulkimport-prompt .bulk-error-content .table > tbody > tr > td {
    padding: 4px 12px
}

.bulkimport-prompt .bulk-error-content .table > tbody > tr > td:first-child {
    text-align: center
}

.bulkimport-prompt .bulk-upload-message .alert-info {
    color: #fff;
    background-color: #44a9e3
}

.a-upload {
    height: 40px;
    width: 200px;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #888;
    background-image: -webkit-linear-gradient(left, #f9faf9 0, #fff 100%);
    background-image: -o-linear-gradient(left, #f9faf9 0, #fff 100%);
    background-image: linear-gradient(to right, #f9faf9 0, #fff 100%);
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block
}

.a-upload > input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.verification-password {
    padding: 20px 70px 30px
}

.verification-password .form-group {
    padding-bottom: 10px
}

.commercial-insurance h4 {
    margin: 20px 0
}

.commercial-insurance .table > thead > tr > th {
    padding: 10px;
    background-image: -moz-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f9f9f9 0, #fff 100%)
}

.commercial-insurance .table > tbody > tr > td {
    padding: 10px
}

.commercial-insurance .table > tbody > tr > td > a {
    padding-right: 10px
}

.commercial-insurance .table > tbody > tr > td > span {
    display: inline-block;
    width: 20px
}

.label-hide, .label-hide1 {
    display: inline-block
}

.label-hide {
    margin-top: 2px;
    vertical-align: top
}

.label-hide1 {
    vertical-align: top;
    padding-top: 10px
}

.edit-link-content {
    padding: 40px 30px 20px
}

.edit-link-content .edit-group {
    padding-bottom: 20px
}

.edit-link-content .edit-group span {
    display: inline-block;
    height: 34px;
    width: 50px;
    line-height: 34px;
    text-align: right;
    margin-right: 20px
}

.edit-link-content .edit-group .form-control {
    display: inline;
    width: 300px
}

.edit-link-content .edit-group .btn {
    min-width: 80px;
    margin-right: 10px
}

.media-item img {
    border: 1px solid #e3e4e5
}

.media-item .droparea .droparea-md {
    display: inline-block;
    width: 272px;
    height: 220px;
    overflow: hidden;
    float: left
}

.common-empty {
    padding: 100px 0 0
}

.common-empty .btn {
    min-width: 80px
}

.common-explain {
    padding: 6px 10px;
    background-color: #DFF0D8;
    color: green;
    display: inline-block;
    position: relative;
    border-radius: 3px
}

.common-explain:before {
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid #DFF0D8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 12px;
    left: -14px
}

.button-toggle {
    margin: 0 auto;
    width: 174px;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    border-radius: 5px;
    background-color: #fffefe;
    padding: 10px;
    color: #333;
    cursor: pointer
}

.button-toggle > .button-toggle-info {
    width: 100%;
    display: table;
    height: 40px;
    overflow: hidden
}

.button-toggle > .button-toggle-info > span {
    display: table-cell;
    vertical-align: middle
}

.button-toggle > .button-toggle-num {
    display: block;
    position: relative;
    margin-top: 5px;
    padding-top: 10px;
    color: #3498db
}

.button-toggle > .button-toggle-num:before {
    content: "\20";
    position: absolute;
    top: 1px;
    left: 5px;
    height: 1px;
    width: 100%;
    background-color: #e2e1e1
}

.button-toggle.active {
    background-color: #3498db
}

.button-toggle.active > span {
    color: #fff
}

.button-toggle.active > .button-toggle-num:before {
    background-color: #67bef9
}

.link-employee-commercial {
    color: #1e7fc2;
    font-size: 12px
}

.added3-form .table.table-plan-introduce .main-meal-content {
    width: 24.5%
}

.added3-form .table.table-plan-introduce td {
    text-align: left !important
}

.added3-form .table.table-plan-introduce thead {
    cursor: pointer
}

.added3-form .table.table-plan-introduce tbody td {
    height: 0
}

.added3-form .table.table-plan-introduce tbody.active td {
    height: 100%
}

.icon-page-faq {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAA2CAYAAADK88l3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMmI2OTJjYy0wZTYyLTc1NDYtODFkOS1kYTBiNzMxMmVlODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEU0NTVGOEQ2Qjk3MTFFN0I4NkVCQTREMDNEQUVGRjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEU0NTVGOEM2Qjk3MTFFN0I4NkVCQTREMDNEQUVGRjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjJiNjkyY2MtMGU2Mi03NTQ2LTgxZDktZGEwYjczMTJlZTgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIyYjY5MmNjLTBlNjItNzU0Ni04MWQ5LWRhMGI3MzEyZWU4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjsC0zsAAAN9SURBVHja7JdZSFVBGMevN4WysoIKbIOgoMUyLUsyzXYtE0qLVggMHwqxheoh6qGHHoqIEqMiaMEgSlqxRG3BVIJokdYnbcVKixS1stL+f/kfm073HK/gQ4EDP+bcMzP/mfnOfN98N6ClpcXTGcXr6aTy7wkFujU+LH8ShOooqAFbJ4SPdTRogJOxIRKM6ixYoFcnwVqI/fBbCCJ9UOWBGFvTNZAKscZ2hSASiqoAhOnVftkyU7/vgIUQq3E0NkRGoCoxRGiXTWADnnfqXTS4jb7DfK4IDeFayUDwU/Y4YZtoHaosLeAtSECfx21C6BCH5ysgBHwBS9Ahz+EjLEN1CvCL1oIk9C3xGnagyGcw20mEBW1nUCVrQn6UfaaNUsEDEIuOZe0dPvTJ54TgPljkeo66nLZL6P8PtXDEQXLaDH9cRGPC5LwpGFNpregCiARF6JDgh8hUxiQQAXLNrW1WSOgBLitUOIkwhheBvqAObGwTYjxBNU3BinHmtIKYXWQNqkua8AOIw9jiP4ytSMclP9f7bAzcYYhsQXUcdAMVvBgwptwt+PeX4aP16gBotraAwgnnQqTKn+soWEZMtDWV8p6DSK1f50j3VrIuRavkaSW1HbpptbIAVHsAt5sOke8dvrK7nPa30zYUzv/LbmAxWAUmglC9fy//YqpzEbQat+ecqz4TrUngsBy4VElWhQYN510PzutiTAf3fGVsPDfn1BhldjLKbq3ykCZaSic3bRQlEZ7meAcRq7AtVn1zYZoprfaoL0j0aqmNEmkyPsQKvWMpUyCzUj867y0d1nHcWgoYL7s0GTPTPmngHfim5yR9CI9yqPV0ACYhXBE9vReYYYgwG3upbcRoAuaP88AY8Mzoy1XVeWW8ApsdPjLtY9am1fQDQ/X16m19OTaCWxug2c3SAPbqeTAoBKPBdvDa1reSZy1Qs7gl7gclkqlne6HRm7m1V2Cki1CkbHLQoZ2ZcBWFbjBvdhFaCVa7tPNWuUmhHBCu428vQ0CxfCzER3u83CrHq460fLayVLN80mG9qwNrFt5rx7gjOG6R5SJpmjHL1pmDJ4Ppxon26Evna+I009fegF1geTthJ0j2eqRDOxOreWF5Px02Q/kyZ90GqrUtlt6KSbTjLP3FyNE1X22GEd6s18FXMEr+w6V3N3yKQe0pOKIrqsK+1F8CDACnCietESH42AAAAABJRU5ErkJggg==);
    vertical-align: top
}

.list-view-order .list-item-head, .order .back-image {
    background-image: -moz-linear-gradient(90deg, #ebf9ff 0, #fbfeff 100%);
    background-image: -webkit-linear-gradient(90deg, #ebf9ff 0, #fbfeff 100%);
    background-image: -ms-linear-gradient(90deg, #ebf9ff 0, #fbfeff 100%)
}

.list-view-order .list-item.closed .list-item-head, .list-view-order .list-view-head {
    background-image: -moz-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f9f9f9 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f9f9f9 0, #fff 100%)
}

.icon-page-faq.i-2 {
    background-position: 0 -18px
}

@media screen and (max-width: 1265px) {
    .added3-form .table .main-meal-content {
        width: 49%
    }

    .added3-form .table.table-plan-introduce .main-meal-content {
        width: 32.6%
    }
}

@media screen and (max-width: 1020px) {
    .added3-form .table .main-meal-content {
        width: 100%
    }

    .added3-form .table.table-plan-introduce .main-meal-content {
        width: 49%
    }
}

.page-error {
    background-color: #f6f6f6;
    padding: 100px 0 150px;
    text-align: center
}

.page-error-container {
    display: inline-block;
    position: relative
}

.page-error-img {
    display: block;
    margin: 0 auto
}

.page-error-info {
    padding: 20px 0
}

.page-error-404 .page-error-text, .page-error-405 .page-error-text {
    margin-top: -180px
}

.order {
    padding-bottom: 120px
}

.order .header {
    padding-left: 11px;
    padding-bottom: 20px
}

.order .header .form-control {
    display: inline;
    width: 200px;
    margin-right: 20px
}

.content-table .table-color-s {
    box-shadow: 0 0 0 1px #369fff
}

.order .content .content-table .table-header > thead > tr > th {
    border: none
}

.order .content .content-table .table-header .order-list-all-checked {
    float: left;
    margin: 4px 0 0 2px
}

.order .content .content-table .table > tbody > tr > td, .order .content .content-table .table > thead > tr > td {
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #add8ff
}

.order .content .content-table .table > tbody > tr > td {
    height: 60px
}

span.failed-try {
    display: inline-block;
    padding: 1px 2px;
    background-color: #FFD2D2;
    border-radius: 4px
}

.order .content .content-table .table p {
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 4px
}

.order .content .content-table .table-ol {
    margin-bottom: 0;
    padding-left: 30px
}

.order .content .content-table .table-ol li {
    display: inline-block;
    list-style: none;
    height: 27px;
    line-height: 27px
}

.order .content .content-table .table-ol li + li {
    padding-left: 35px
}

span.back-red {
    background-color: #fd604b;
    display: inline-block;
    width: 22px;
    height: 19px;
    text-align: center;
    color: #fff !important;
    border-radius: 3px
}

span.span-width {
    width: 56px;
    display: inline-block;
    text-align: left
}

.remittance-account-alert .span-width {
    width: 80px !important
}

.order .footer {
    padding: 10px 0 0;
    position: fixed;
    bottom: 0;
    right: 32px;
    left: 230px
}

.order .footer .alert {
    background-color: #EBF9FF;
    margin-bottom: 0
}

.order .footer .footer-ul {
    font-size: 0;
    padding-left: 10px;
    margin-left: 40px;
    margin-right: 280px;
    min-height: 33px
}

.order .footer .footer-ul-aside {
    width: 280px;
    text-align: right
}

.order .footer .footer-ul > li {
    font-size: 14px;
    display: inline-block;
    list-style: none;
    border: 1px solid #A0CFEE;
    background-color: #fff;
    color: #333;
    margin-left: 7px;
    border-radius: 3px;
    padding: 1px 3px;
    cursor: pointer;
    margin-bottom: 3px
}

.order .footer .footer-ul .link-a:hover {
    text-decoration: none;
    display: inline-block;
    transform: scale(1.2)
}

.settlement {
    padding-bottom: 100px
}

.settlement .header {
    background-color: #F9F9F9;
    padding: 15px 20px
}

.settlement .header .header-text {
    color: orange;
    font-size: 36.23px;
    vertical-align: middle;
    font-weight: 700;
    padding-left: 20px
}

.settlement .content {
    padding: 20px
}

.settlement .content p {
    padding-bottom: 10px;
    height: 30px;
    vertical-align: middle
}

.settlement .content .btn {
    padding: 7px 20px
}

.settlement .settlement-table .table-toggle {
    padding-left: 15px
}

.settlement .settlement-table .table > tbody > tr > td, .settlement .settlement-table .table > thead > tr > td {
    padding: 10px
}

.status-conditions .status-a {
    color: #333;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 5px
}

.status-conditions .status-a:hover {
    text-decoration: none
}

.status-a.active {
    background-color: orange;
    color: #fff !important
}

.order .more-conditions .status-conditions > span {
    margin: 0 5px
}

a.not-badge .badge {
    font-weight: 400;
    padding: 2px 4px;
    margin-top: -16px;
    margin-left: 2px
}

a.not-badge .badge-red {
    background-color: red
}

a.not-badge .badge-double {
    background-color: #C9B12A
}

.inventory {
    padding: 10px 20px 20px
}

.socialSecurity-detail {
    padding: 20px 30px
}

.socialSecurity-detail .table > tbody > tr > td, .socialSecurity-detail .table > thead > tr > th {
    padding: 10px 20px
}

.socialSecurity-detail .table .table-bottom {
    display: inline-block
}

.socialSecurity-detail .table .table-bottom > span {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: center
}

.close-order-table > tbody > tr > td {
    border-color: #ddd !important
}

.order .content .content-table .close-order-table > thead > tr > td {
    border-color: #ddd
}

.order .content .content-table .right-border-none {
    border-right-color: transparent !important
}

.link-order-detail {
    cursor: pointer
}

.scroll-tbody-y {
    height: 186px;
    overflow-y: scroll
}

.peosonal-operations {
    padding: 20px
}

.peosonal-operations-list {
    font-size: 0;
    padding-left: 0;
    padding-top: 20px
}

.peosonal-operations-list li.active {
    background-color: #31B154;
    border-color: #31B154;
    color: #fff;
    border-radius: 8px;
    transform: scaleX(1.1);
    transform: scaley(1.1)
}

.peosonal-operations-list li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.peosonal-operations-list li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.peosonal-operations-list li.active .peosonal-operations-sub-list dd, .peosonal-operations-list li.active .peosonal-operations-sub-list dd span, .peosonal-operations-list li.active .peosonal-operations-sub-list dt {
    color: #fff
}

.peosonal-operations-list li {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 25%;
    text-align: center;
    cursor: pointer
}

.peosonal-operations-list li + li {
    border-left: none
}

.peosonal-operations-sub-list {
    padding: 0 7px 20px
}

.peosonal-operations-sub-list dt {
    color: #007EFF;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 15px
}

.peosonal-operations-sub-list dd {
    padding: 5px 0;
    white-space: nowrap
}

dd.operations-sub-list-bottom {
    border-bottom: 1px dashed #EBEBEB;
    margin: 0 5px 10px
}

.operations-sub-list-dd {
    text-align: center
}

.operations-sub-list-dd span.dd-additional-span {
    margin-left: 25px
}

.operations-sub-list-dd span {
    display: inline-block;
    font-size: 12px;
    color: #797979;
    text-align: center;
    vertical-align: top;
    margin-left: 10px
}

.peosonal-operations-sub-list .compute-sign-dd small {
    margin: 0 8px
}

.list-view-order {
    min-width: 660px
}

.list-view-order table {
    width: 100%
}

.list-view-order .list-view-head {
    border: 1px solid #ddd;
    background-color: #f9f9f9
}

.list-view-order .list-view-head td, .list-view-order .list-view-head th {
    border: none;
    text-align: center;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle
}

.list-view-order .list-view-head th {
    color: #686767
}

.list-view-order .list-view-head + .list-view-body {
    padding-top: 20px
}

.list-view-order .check-all, .list-view-order .check-item {
    cursor: pointer
}

.list-view-order .list-item {
    border: 1px solid #add8ff;
    border-radius: 5px
}

.list-view-order .list-item-table {
    border-radius: 5px;
    overflow: hidden
}

.list-view-order .list-item + .list-item, .list-view-order .list-item + .list-item-box, .list-view-order .list-item-box + .list-item {
    margin-top: 20px
}

.list-view-order .list-item-head {
    background-color: #ebf9ff
}

.list-view-order .list-item-head .label {
    display: inline-block;
    vertical-align: middle
}

.list-view-order .list-item-head .label-info-member {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-view-order .list-item.active, .list-view-order .list-item.selected {
    border: 1px solid #369fff;
    box-shadow: 0 0 10px 0 #369fff
}

.list-view-order .list-item.closed.active, .list-view-order .list-item.closed.selected {
    outline: 0;
    box-shadow: none
}

.list-view-order .list-item.closed, .list-view-order .list-item.closed th {
    border-color: #ddd
}

.list-view-order .list-item.closed .list-item-head {
    background-color: #f9f9f9
}

.list-view-order .list-view-foot {
    padding-top: 10px
}

.list-view-order .list-item td, .list-view-order .list-item th {
    vertical-align: middle
}

.list-view-order .list-item th {
    padding: 10px;
    font-weight: 400;
    border-bottom: 1px #add8ff solid
}

.list-view-order .list-item td {
    padding: 15px 5px
}

.list-view-order .list-item td + td {
    border-left: 1px #ddd solid
}

.list-view-order .list-item tr + tr td {
    border-top: 1px #ddd solid
}

.list-view-order .list-item td p, .list-view-order .list-item th p {
    margin: 0;
    padding: 2px 0
}

.list-view-order .list-item td p .btn-link {
    color: #888 !important
}

.list-view-order table .col-1 {
    width: 140px;
    min-width: 140px;
    padding-left: 1.5%;
    white-space: normal
}

.list-view-order table th.col-1 {
    text-align: left;
    padding-left: 10px
}

.list-view-order table th.col-1 input {
    margin-right: 20px
}

.list-view-order table td.col-2 {
    width: auto;
    overflow: hidden
}

.list-view-order table td.col-2, .list-view-order table td.col-3 {
    border-left: 0
}

.list-view-order table .col-3 {
    width: 100px
}

.list-view-order table .col-4 {
    width: 80px;
    max-width: 80px;
    text-align: center
}

.list-view-order table .col-5 {
    width: 160px;
    max-width: 160px;
    text-align: center
}

.list-view-order table .col-6, .list-view-order table .col-7 {
    width: 140px;
    text-align: center
}

.list-view-order table .col-5 strong {
    color: #686767
}

.list-view-order table .col-7 {
    max-width: 140px
}

.list-view-order table .col-7 p {
    padding: 5px 0
}

@media (max-width: 1200px) {
    .list-view-order.default table .col-2 {
        display: none
    }
}

.list-view-order.review table tbody td, .list-view-order.review table tbody th {
    text-align: center;
    border-color: #ddd
}

.list-view-order.review table tbody th + th {
    border-left: 1px #ddd solid
}

.list-view-order.review table td.brt-light-blue, .list-view-order.review table th.brt-light-blue {
    border-top: 1px #add8ff solid !important;
    border-top-color: #add8ff !important
}

.list-view-order.review table td.brl-light-blue, .list-view-order.review table th.brl-light-blue {
    border-left-color: #add8ff
}

.list-item-row:hover td {
    background-color: #efefef;
    cursor: pointer
}

.list-view-order .list-item-box {
    display: none
}

.list-view-order .list-item-box.active {
    display: block
}

.list-view-order .list-item .checkbox-inline span {
    margin-right: 10px
}

.list-view-order .list-item .checkbox-inline.label-collapse {
    width: 80%;
    margin: -10px 0 -10px -10px;
    padding: 10px 0 10px 30px
}

.list-view-order .list-item .checkbox-inline + .checkbox-inline.label-collapse {
    width: auto;
    margin-left: -15px
}

.list-view-order .list-item-box .list-item div.checkbox-inline, .list-view-order .list-item-box .list-item span.checkbox-inline {
    padding-left: 10px;
    cursor: default;
    pointer-events: none
}

.list-view-order .list-item-box .list-item {
    border-color: #ccc
}

.list-view-order .list-item-box .list-item.active {
    border: 1px solid #bbb;
    box-shadow: 0 0 10px 0 #929292
}

.list-view-order .list-item-box .list-item-head {
    background: #efefef
}

.list-view-order .list-item-box .list-item th {
    border-bottom-color: #ccc
}

.list-view-order .list-item-box table td.brl-light-blue, .list-view-order .list-item-box table th.brl-light-blue {
    border-left-color: #ccc
}

.list-view-order .list-view-statusbar {
    position: fixed;
    bottom: -5px;
    left: 225px;
    right: 28px;
    z-index: 3;
    background-color: #d5f2ff;
    border: 1px solid #369fff;
    border-radius: 5px 5px 0 0;
    min-height: 60px;
    padding: 10px 10px 15px;
    box-shadow: 0 0 15px 1px #666
}

.list-view-order .list-view-statusbar:hover {
    border-color: #369fff
}

.list-view-order .list-view-statusbar .total-amount {
    font-size: 22px
}

.common-header-lite {
    height: 60px;
    padding: 0;
    background-color: #363535
}

.common-header-lite:after {
    content: "\20";
    display: table
}

.common-header-lite > .common-header-lite-container {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.common-header-lite-logo {
    padding-top: 10px
}

.common-header-lite-main-nav {
    padding-top: 10px;
    float: right
}

.common-header-lite + .xview-container {
    overflow: visible;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .common-header-lite-container {
        width: auto
    }
}

@media (max-width: 1100px) {
    .common-header-lite-main-nav a {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 640px) {
    .common-header-lite, .common-header-lite > .common-header-lite-container {
        height: 50px
    }

    .common-header-lite {
        min-height: auto;
        background-color: #fff
    }

    .common-header-lite > .common-header-lite-container {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9966;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .95);
        padding-top: 10px;
        padding-bottom: 0;
        box-shadow: 0 0 10px 1px #bbb
    }

    .common-header-lite-logo {
        padding-top: 0;
        width: 94px;
        height: 35px
    }

    .common-header-lite-nav-toggle {
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 9977;
        width: 40px;
        height: 40px;
        display: block;
        color: #fff;
        font-size: 0;
        border-radius: 2px
    }

    .common-header-lite-nav-toggle:active {
        background-color: rgba(120, 120, 120, .25)
    }

    .common-header-lite-nav-toggle:before {
        content: "\20";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        width: 25px;
        height: 25px;
        display: block;
        -webkit-transition: transform .35s;
        transition: transform .35s;
        background-size: auto 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAyCAYAAACqNX6+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MzBlMTZkMC01ZGVmLTVlNGEtYmJhOS1kNDZmYjAyOTMyYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTczQkUyODc5RTEyMTFFODk4RDBBMTk0RkMwQkYyMzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTczQkUyODY5RTEyMTFFODk4RDBBMTk0RkMwQkYyMzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWI4YjczZmItYmVmMC00YjNhLWFhMzQtYWFiZGUwMmRmNzRhIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzMGUxNmQwLTVkZWYtNWU0YS1iYmE5LWQ0NmZiMDI5MzJiYyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmHa7YsAAAN8SURBVHja7JxJaBRBFIYroh4U4gYiLuhVDy5kJi6IG+qgiEjcUBD1oiOuuIDbSVARVFQERwS9KCrumINK1Cg5uC+Iy0WC4C4S3A6CZPwf/QZjT1XPVHcNDNPvh48wXZ3unv5T/ZZqUpXNZpWofNROboEYIhJDxBCRGCKGiMSQylf7OH3ZTCbT9mM/8Bn8LuEpe4GPuQ/pdDqcIbjwb/hRXab39Tu+WJeIx+gP9oIL4HiJrnMQWAsOgicyQ4K1A9SBCeALuOr4+LX0dw2GgcFgNngjMSRfSXCMbxCpKzgBJjo8R2+wk83InfMMGCmG5GspWAQ6tNnWA5zl2RJVNaBBcywy5bQYkq/t4KZmO8WkyyAV4dgDwAEwUDNGMWS5GJKvZjAXXNeMdQLnwJQQxx0OLoFRmrF3YAsbHi6oO8hiylkUxBeAU2CMb6wzZ13zLQJ9H7CLg7dfz8AScEcKw2B9APPAXc1Yd4tAX8N/+WM1Yy1gg40Zca/U34MZhhtWTKCnwnJ3m2zKPzNSYdLpuLdOqIqeBhotA32Sb/Y4wzHXg/thLkh6WUp9BXMsAj3FjH2GbOoxmA6uhb0YMeT/QH9bM5YL9CnOpi4asinqi20OOzPEEPtAf5LbIQnN+CswE1yJehFxbS4WCvTUdBzhG+vG6LKpNaDJxQXIDLEL9H49ApOVw+akGBIc6B8U2GdrgX3EEIfqCILeIqQGZavrk4oheiU5m0oG7FOt3LfuxRCN+ipvNTFRxL4uW/fmLKvCm4tBojrjqPKWX/36xAF/iKGir3MR3GWG/BOt9O03mPGQ0+FJyn3rXgzRiGqO8zxDdBX4RuU1IYut6MWQCOqpvJcedGa84PS3waKijxTo425Igp/74zVj1K1YCW4FVPRhW/diiCFmHAJDDTGDKvAbISv60Gv0cTWEurX1htT2LdgE7llU9M4CfRybizQzaA1ct9L3FKw2PKZMcrpGH7cZslB5ndzRmrEfYJ2lGcUGemrdrxBD8kU1Rq1m+3Mw1fDoKVZBgZ7a9vJelkbbwBFNBb5KuVnPMAX6et4uhvj0S3mvkx7mz7SeMatANmWrXKDPPfoaubB8HTqoV7iy/Dxv5cdLUwnOQYF+GVjMqXVzpCwrBs3FP2AP+FnCc7xU3lvwLTa/VCX/yaG8JL0sMUQkhoghIjFEDBGJITHQXwEGALcjyuKYi7/iAAAAAElFTkSuQmCC)
    }

    .common-header-lite-nav-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9933;
        opacity: 0;
        background-color: #646464;
        -webkit-transition: all .25s;
        transition: all .25s
    }

    .common-header-lite-main-nav {
        background-color: rgba(255, 255, 255, .95);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9955;
        margin: 0;
        padding: 65px 10px 20px;
        width: 200px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .25s;
        transition: all .25s
    }

    .common-header-lite-main-nav:after {
        content: "\20";
        clear: both;
        display: block;
        width: 0;
        height: 0
    }

    .common-header-lite-main-nav a {
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden;
        color: #555;
        display: block;
        float: none;
        border-radius: 2px
    }

    .common-header-lite-main-nav a + a {
        margin-left: 0;
        border-top: 1px #efb965 solid;
        border-top: 1px #ccc solid
    }

    .common-header-lite-main-nav a:hover {
        color: #fff;
        background-color: #f9ae39
    }

    .common-header-lite-main-nav a.active {
        color: #f39f1b;
        background-color: #fff
    }

    .nav-expand .common-header-lite-main-nav {
        box-shadow: 0 0 10px 1px #bbb;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nav-expand .common-header-lite-nav-toggle:before {
        background-position: -25px 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .nav-expand .common-header-lite-nav-backdrop {
        display: block;
        opacity: .65
    }
}

.common-footer-lite {
    background-color: #272a33
}

.common-footer-lite:after {
    content: "\20";
    clear: both;
    display: table
}

.common-footer-lite > .common-footer-lite-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px 15px 20px
}

.common-footer-lite, .common-footer-lite a {
    color: #aaa
}

.common-footer-lite a:hover {
    color: #f60
}

.common-footer-lite-copyright {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px
}

@media (max-width: 990px) {
    .common-footer-lite-copyright {
        text-align: left
    }
}

@media (max-width: 760px) {
    .common-footer-lite > .common-footer-lite-container {
        padding-top: 40px
    }

    .common-footer-lite-copyright {
        padding-left: 0;
        text-align: left;
        line-height: 24px
    }

    .common-footer-lite-copyright span {
        display: block
    }
}

.common-footer-lite-container, .common-sinvoice-apply.notdata, .sinvoice-add, div.li-le {
    text-align: center
}

@media (max-width: 640px) {
    .common-footer-lite > .common-footer-lite-container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.policy-library {
    padding: 15px;
    border-bottom: 1px solid #d7d7d7;
    background-color: rgba(242, 242, 242, .8);
    font-size: 14px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px
}

.policy-library .control-city {
    display: block;
    margin: 0 auto
}

.policy-library > .control-city-box {
    width: 360px;
    display: block;
    margin: 0 auto
}

.dashed-span, .icon-policy, .icon-policy-top, .library-header .library-p-text, .link-a-more, .policy-show-ul li, div.li-ri > p > span, p.p-style {
    display: inline-block
}

.policy-library .form-control {
    height: 40px;
    width: 350px
}

.policy-step .policy-step-ul li {
    display: inline-block;
    list-style: none;
    width: 33%
}

.dashed-span {
    width: 155px;
    height: 0;
    border-bottom: 1px dashed #e3e4e5;
    position: absolute;
    top: 115px;
    right: -72px
}

.policy-step-ul .policy-li {
    position: relative
}

.policy-step-ul .policy-li p {
    padding-bottom: 15px;
    color: grey
}

.policy-step-ul .policy-li h5 {
    padding-top: 20px
}

.policy-center {
    padding: 30px 0 35px
}

.policy-center h2 {
    font-size: 18px;
    padding-bottom: 10px
}



.icon-policy.i-step1 {
    background-position: 0 0
}

.icon-policy.i-step2 {
    background-position: -255px 0
}

.icon-policy.i-step3 {
    background-position: -510px 0
}

.policy-show {
    padding: 30px 10px 0
}

.policy-show > p {
    border-top: 1px solid #e3e4e5;
    padding: 20px 0
}

.font-style {
    font-weight: 600
}

.policy-show-ul {
    padding-left: 0
}

.policy-show-ul li {
    border: 1px solid #e3e4e5;
    list-style: none;
    position: relative;
    width: 230px;
    height: 130px;
    padding-top: 40px;
    margin: 5px
}

.policy-show-ul li + li {
    margin-left: 2%
}

.policy-show-ul small {
    color: green
}



.link-a-more {
    margin-right: 7px
}

p.p-style {
    border: 1px dashed #e3e4e5;
    margin-left: 10px;
    padding: 2px 5px;
    margin-bottom: 12px
}

.day-more-style {
    overflow: hidden;
    width: 773px;
    height: 45px
}

.library-header .library-p-text {
    margin-bottom: 0;
    vertical-align: top;
    margin-right: 45px;
    margin-top: 10px
}

.library-center .library-left {
    width: 250px;
    height: auto
}

.library-center .library-right {
    border-left: 1px solid #e3e4e5;
    margin-left: 250px
}

.library-show-ul li {
    float: left;
    border: 1px solid #e3e4e5;
    list-style: none;
    position: relative;
    width: 230px;
    height: 110px;
    padding-top: 30px;
    margin: 15px 0 0;
    cursor: pointer;
    top: 10px;
    left: -40px
}

.library-show-ul li.active {
    background-color: orange;
    color: #fff
}

.library-show-ul li.active:after {
    content: '';
    position: absolute;
    top: 50px;
    right: -20px;
    border-left: 10px solid orange;
    border-top: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent
}

.library-center .library-right {
    padding: 20px 0 20px 15px
}

.library-right p {
    margin-bottom: 7px
}

.library-right .table > tbody > tr > td, .library-right .table > thead > tr > td {
    padding: 12px 8px;
    border: 1px solid #e3e4e5;
    vertical-align: middle
}

.library-right .table > thead {
    background-color: #27ae60;
    color: #fff
}

.library-right .library-ul {
    padding: 20px 0 0
}

.library-ul li {
    width: 100%;
    border: 1px solid #f9fafb;
    list-style: none;
    margin-bottom: 15px;
    background-color: #f9fafb;
    position: relative
}

.logo-back, div.li-le {
    height: 100%;
    position: absolute
}

div.li-le {
    width: 75px;
    top: 40%
}

div.li-ri {
    background-color: #fff;
    height: 100%;
    padding: 12px 15px;
    vertical-align: middle;
    margin-left: 75px
}

div.li-ri > p > span {
    vertical-align: top
}

div.li-ri > p .width-span {
    width: 500px
}

.library-ul li.library-li1 {
    border-left: 4px solid #84D8B6
}

.library-ul li.library-li2 {
    border-left: 4px solid #F39F1B
}

.library-ul li.library-li3 {
    border-left: 4px solid #08A2D8
}

.library-ul li.library-li4 {
    border-left: 4px solid #FD9898
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}


.library-left {
    position: relative;
    z-index: 20
}



.deadline {
    padding: 25px 17px 0;
    color: #000
}

.normal-space {
    white-space: nowrap
}

.sh {
    word-wrap: break-word;
    word-break: normal
}

.common-footer-lite-container, .common-header-lite + .xview-container, .common-header-lite-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.common-footer-lite {
    padding: 20px 0
}

.common-header-lite-nav-backdrop, .common-header-lite-nav-toggle {
    display: none
}

.common-header-lite {
    padding-top: 30px;
    min-height: 123px
}

.common-header-lite-logo, .common-header-lite-main-nav {
    vertical-align: middle
}

.common-header-lite-logo {
    width: 188px;
    height: 57px;
    display: inline-block;
    margin: 0
}

.common-header-lite-logo > a {
    width: inherit;
    height: inherit;
    display: block;
    font-size: 0;
    line-height: 0;
    color: transparent
}

.common-header-lite-main-nav {
    display: inline-block;
    margin-left: 25px
}

.common-header-lite-main-nav a {
    display: inline-block;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    border-radius: 3px;
    text-decoration: none
}

.common-header-lite-main-nav a:hover {
    color: #f39f1b;
    background-color: #eee;
    text-decoration: none
}

.common-header-lite-main-nav a.active {
    color: #f86900
}

.common-header-lite-main-nav a + a {
    margin-left: 5px
}

.common-header-lite + .xview-container .policy-library {
    border: 0;
    background-color: #fff;
    padding-top: 50px
}

.common-header-lite + .xview-container .library-header {
    padding-top: 15px;
    padding-left: 20px;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    background-color: rgba(242, 242, 242, .8)
}

.common-header-lite + .xview-container .library-details {
    margin-bottom: 60px
}

.common-header-lite + .xview-container .library-details .library-center:after {
    content: "\20";
    clear: both;
    display: block;
    width: 0;
    height: 0
}

@media (max-width: 640px) {
    .common-header-lite {
        padding-top: 10px;
        padding-left: 10px;
        min-height: 100px
    }

    .common-header-lite-logo {
        width: 94px;
        height: auto;
        margin: 0 auto;
        display: block
    }

    .common-header-lite-main-nav {
        margin-top: 10px;
        margin-left: 0
    }

    .common-header-lite + .xview-container .policy-library > .control-city-box {
        width: 290px
    }

    .common-header-lite + .xview-container .policy-library > .control-city-box > .control-city, .common-header-lite + .xview-container .policy-library > .control-city-box > .control-city-panel {
        width: 100% !important
    }

    .common-header-lite + .xview-container .library-details {
        margin-left: -10px;
        margin-right: -10px
    }

    .common-header-lite + .xview-container .library-details .library-left, .common-header-lite + .xview-container .library-details .library-show-ul li {
        float: none !important;
        width: auto;
        left: 0
    }

    .common-header-lite + .xview-container .library-details .library-show-ul {
        padding-left: 0
    }

    .common-header-lite + .xview-container .library-details .library-right {
        margin-top: 20px;
        margin-left: 0;
        border-left: 0
    }
}

.invoice-merger-table {
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px
}

.invoice-merger-table .table {
    margin-bottom: 0
}

.invoice-merger-table .table > tbody > tr > td, .invoice-merger-table .table > thead > tr > th {
    padding: 10px
}

.common-sinvoice-apply {
    border: 1px solid #ddd;
    width: 330px;
    min-height: 168px;
    height: 168px;
    border-radius: 4px;
    padding: 3px 10px 10px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-bottom: 15px
}

.common-sinvoice-apply.notdata .sinvoice-apply-notdata-text {
    display: block;
    padding-top: 55px;
    font-size: 15px
}

.common-sinvoice-apply.notdata:hover {
    border-color: #ddd;
    cursor: inherit
}

.common-sinvoice-apply.isdisabled {
    background-color: #f7f6f1;
    border-color: #ddd;
    user-select: none
}

.common-sinvoice-apply.isdisabled:hover {
    border-color: #ddd;
    cursor: text
}

.common-sinvoice-apply.isdisabled:hover .isdefault {
    display: none !important
}

.common-sinvoice-apply.active {
    border: 1px solid #F39F1B
}

.common-sinvoice-apply.active .invoice-merger-selected {
    position: absolute;
    top: 0;
    right: 0;
    display: block
}

.common-sinvoice-apply:hover {
    border-color: orange
}

.common-sinvoice-apply .isdefault {
    background-color: #ebebeb;
    color: grey
}

.common-sinvoice-apply:hover .isdefault {
    color: #f39f1b;
    display: block !important
}

.common-sinvoice-apply > p {
    margin: 0;
    padding: 6px 0
}

.common-sinvoice-apply > p > i {
    float: left
}

.common-sinvoice-apply > p > span {
    display: inline-block;
    width: 280px
}

.common-sinvoice-apply > p > .sinvoice-company-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.common-sinvoice-apply > p > .sinvoice-company-address {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

div.sinvoice-block, p.sinvoice-border {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0
}

.common-sinvoice-apply .sinvoice-aside .btn {
    padding: 0 3px
}

.common-sinvoice-apply .sinvoice-aside {
    width: 100%;
    position: absolute;
    right: 8px;
    bottom: 3px
}

.sinvoice-width {
    margin-left: 23px
}

.sinvoice-add {
    width: 330px;
    display: inline-block;
    height: 166px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-top: 45px;
    background-color: #fcfcfc;
    cursor: pointer
}

.invoice-single {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px
}

.panel-invoice-confirm-info > .panel-body > .table, .panel-invoice-confirm-info > .panel-heading > .table {
    margin-bottom: 0
}

.invoice-single .invoice-single-line {
    margin: 0;
    padding: 5px 0
}

.invoice-single .invoice-single-line .single-line-span {
    display: inline-block;
    width: 110px;
    text-align: right;
    vertical-align: middle
}

.panel-invoice-confirm-info > .panel-heading > .table td {
    vertical-align: middle;
    height: 44px
}

.panel-invoice-confirm-info .price {
    font-weight: 700;
    font-size: 20px;
    color: #e3564d
}

.panel-invoice-confirm-info > .panel-body > .table > thead > tr > th {
    border-bottom-width: 1px
}

.panel-invoice-confirm-info > .panel-body > .table td {
    border-top-style: dashed
}

.panel-invoice-confirm-info-static {
    margin-bottom: 20px
}

.panel-invoice-confirm-info-static > .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
    background: #f2f2f2
}

.panel-invoice-confirm-info-static > .panel-body {
    padding-top: 5px;
    padding-bottom: 5px
}

.mergre-invoice-details .mergre-invoice {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #303030;
    padding: 10px;
    width: 80%;
    max-width: 720px
}
.mergre-invoice-item>p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 60%;
    margin: 0;
}
.mergre-invoice i.icon18px {
    margin-right: 6px;
    vertical-align: -3px;
    float: left;
}
.icon18px.i18px-house {
    background-position: 0 -234px;
    margin-right: 7px;
    vertical-align: top;
}
.icon18px.icon18px-taxnumber {
    background-position: 0 -414px;
}
.mergre-invoice i.icon18px {
    margin-right: 6px;
    vertical-align: -3px;
    float: left;
}
.icon18px.icon18px-bank {
    background-position: 0 -396px;
}
.icon18px.icon18px-card {
    background-position: 0 -378px;
}
.mergre-invoice i.icon18px {
    margin-right: 6px;
    vertical-align: -3px;
    float: left;
}
.icon18px.i18px-ps {
    background-position: 0 -198px;
    margin-right: 7px;
}
.icon18px.icon18px-phone {
    background-position: 0 -432px;
}
.mergre-invoice-item>p+p {
    width: 30%;
    padding-left: 10px;
}
.icon18px {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(icons_18px.png);
}
.mergre-invoice i.icon18px {
    margin-right: 6px;
    vertical-align: -3px;
    float: left
}

.mergre-invoice .icon18px.icon18px-card, .mergre-invoice .icon18px.icon18px-phone, .mergre-invoice .icon18px.icon18px-taxnumber {
    margin-right: 8px
}

.mergre-invoice .icon18px.icon18px-card, .mergre-invoice .icon18px.icon18px-tablehead, .mergre-invoice .icon18px.icon18px-taxnumber {
    margin-top: 1px
}

.mergre-invoice > div {
    padding: 8px 0
}

.mergre-invoice > div.mergre-invoice-title {
    padding: 8px 0 12px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb
}

.mergre-invoice-item {
    font-size: 0
}

.mergre-invoice i.icon18px {
    margin-right: 6px;
    vertical-align: -3px;
    float: left;
}
.icon18px.icon18px-tablehead {
    background-position: 0 -360px;
}
.mergre-invoice-item > p > span {
    display: block;
    margin-left: 24px;
    word-wrap: break-word;
    white-space: normal
}

.mergre-invoice-item > p + p {
    width: 35%;
    padding-left: 10px
}

.mergre-invoice-remark {
    width: 80%;
    max-width: 720px
}

@media screen and (max-width: 950px) {
    .mergre-invoice-details .mergre-invoice {
        width: 100%
    }

    .mergre-invoice-item > p {
        width: 100%;
        margin: 7px 0
    }

    .mergre-invoice-item > p + p {
        width: 100%;
        margin: 7px 0;
        padding-left: 0
    }

    .mergre-invoice > div {
        padding: 0
    }

    .mergre-invoice-remark {
        width: 100%
    }
}

.account-notify {
    padding: 20px 50px 100px
}

.account-notify .account-notify-content {
    font-size: 16px;
    color: #ababab
}

.account-notify .account-notify-article {
    line-height: 25px;
    font-size: 16px;
    margin-top: 20px;
    color: #666
}

.account-notify-list {
    padding-left: 0;
    padding-bottom: 20px
}

.account-notify-list li {
    list-style: none;
    padding: 20px 10px 10px;
    position: relative;
    border-bottom: 1px #eee solid
}

.account-notify-list li h5 {
    padding-left: 25px;
    margin-top: 2px;
    margin-bottom: 10px
}

.account-notify-list li h5 > .icon-mail {
    margin-left: -23px
}

.account-notify-list li.unread h5 .icon-mail-readed, .account-notify-list li.unread h5 > .icon-account-notify-email, .account-notify-list li.unread h5 > .icon-mail {
    visibility: visible
}

.account-notify-list li h5 .icon-mail-readed {
    cursor: pointer
}

.account-notify-list .account-notify-list-right {
    color: #959595;
    display: inline-block;
    height: 18px;
    line-height: 18px
}

.account-notify-list .unread .account-notify-list-title, .account-notify-list li h5 a {
    color: #333
}

.account-notify-list .account-notify-list-right .account-notify-list-date {
    margin-right: 10px
}

.account-notify-list .account-notify-list-title {
    font-size: 16px;
    vertical-align: top;
    color: #999
}

.account-notify-list li:hover {
    background-color: #f4f4f4
}

.account-notify-list .account-notify-list-right .icon-account-notify-oemail {
    margin-top: -5px;
    cursor: pointer;
    visibility: hidden
}

.account-notify-list .unread:hover .icon-account-notify-oemail {
    visibility: visible
}

.account-notify-list .account-notify-list-detail {
    color: #999;
    padding-left: 28px
}

.peosonal-original-state {
    padding: 10px 30px
}

.peosonal-original-state dl dt {
    color: #333;
    padding-bottom: 13px;
    padding-top: 13px
}

.peosonal-original-state p {
    color: #666
}

.peosonal-original-state dl dd {
    color: #666;
    line-height: 25px
}

.peosonal-original-state dl dd a {
    text-decoration: underline
}

.peosonal-original-state dl dd .sub-peosonal-original-list {
    list-style: none;
    padding-left: 20px
}

.peosonal-original-state-checkbox input {
    vertical-align: top;
    margin-right: 5px
}

.list-attachments {
    background-color: #FDFDFF;
    border: 1px solid #ECEDEF;
    padding: 15px;
    margin-top: 20px
}

.list-attachments > dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ECEDEF solid;
    color: #444
}

.list-attachments > dt > small {
    padding-left: 5px;
    color: #999
}

.list-attachments > dd {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 190px;
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
    border-radius: 3px
}

.list-attachments > dd:hover {
    background-color: #e5e5e5
}

.list-attachments > dd > span {
    width: 100%;
    height: 160px;
    display: block;
    overflow: hidden
}

.list-attachments > dd > span > img {
    max-width: 90%;
    max-height: 90%;
    margin: 10px auto
}

.list-attachments > dd > span > .icon-file-type {
    margin-top: 35px
}

.list-attachments > dd > a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.list-attachments.lite > dd {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    margin-left: 0
}

.list-attachments.lite > dd > a, .list-attachments.lite > dd > span {
    width: auto;
    display: block;
    vertical-align: middle
}

.list-attachments.lite > dd > a {
    padding-left: 10px
}

.list-attachments.lite > dd > span {
    height: 40px;
    display: none
}

.list-attachments.lite > dd > span > .icon-file-type {
    margin-top: 0
}

.workorder-detail-table > tbody > tr > td, .workorder-detail-table > thead > tr > th {
    color: #666;
    padding: 12px
}

.workorder-detail-table > thead > tr > th small {
    margin-top: 5px;
    float: right
}

.workorder-detail-table {
    margin-bottom: 30px
}

.workorder-detail-table > thead > tr > th {
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(90deg, #f9f9f9 0, #fff 100%)
}

.workorder-detail-table .workorder-color-blue {
    color: #5993c8
}

.dialog-box .media + .media {
    margin-top: 25px
}

.dialog-box .media-body {
    position: relative;
    padding: 12px;
    background-color: #f8f8f8;
    border-radius: 0;
    overflow: visible
}

.dialog-box .media-body > p {
    margin-bottom: 5px
}

.dialog-box .media-body:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 15px;
    border-right: 7px solid #f8f8f8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 2
}

.dialog-box .btn {
    min-width: 80px;
    margin-top: 10px
}

.dialog-box .media-left > a, .dialog-box .media-right > a {
    width: 46px;
    height: 46px;
    overflow: hidden;
    display: inline-block
}

#wordorder-form-add .xUploadFile, .dialog-box .xUploadFile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#workorder-form-add .btn-file-upload, .dialog-box .btn-file-upload {
    cursor: pointer;
    min-width: 100px;
    padding-bottom: 5px;
    margin: 10px 5px 10px 0;
    vertical-align: middle
}

.dialog-box .media-left > a > img, .dialog-box .media-right > a > img {
    width: 46px;
    height: 46px;
    border-radius: 50%
}

.dialog-box .dialogue-text, .dialog-box .dialogue-text small {
    color: #979797
}

.dialog-box .dialogue-text > p {
    min-height: 20px
}

.dialog-box .dialogue-text-company.dialogue-text {
    color: #000
}

.dialog-box .dialogue-evaluate.media .dialogue-evaluate-left {
    width: 110px;
    float: left;
    text-align: right
}

.batch-btn .btn, .batch-tips > span, .employee-single-item td, .workorder-label {
    text-align: center
}

.dialog-box .dialogue-evaluate.media span + span {
    display: block;
    margin-left: 110px;
    color: #636363
}

.dialog-box .media.active .media-body {
    background-color: #e6f2ff
}

.dialog-box .media.active .media-body:after {
    border-right-color: #e6f2ff
}

.dialog-upload-hint {
    color: #b8b8b8
}

.dialog-upload-limit {
    display: inline-block;
    vertical-align: -2px;
    margin-left: 5px;
    color: #b8b8b8
}

.workorder-filter-control-info {
    color: #b8b8b8;
    font-size: 12px;
    margin-top: 3px
}

.workorder-label {
    font-weight: 100;
    background-color: #f75959;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    width: 75px
}

.workorder-label.workorder-label-keep {
    background-color: #9aa5af
}

.workorder-label.workorder-label-evaluate {
    background-color: #44b776
}

.workorder-label.workorder-label-close {
    background-color: #cbd1d6
}

.dialogue-annex-list {
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 0
}

.dialogue-annex-list > li {
    display: inline-block;
    font-size: 14px;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.dialogue-annex-list > li .dialogue-link-img {
    width: 28px;
    height: 28px;
    max-width: 100%;
    cursor: pointer
}

.dialogue-annex-list > li:hover > a {
    color: #5395cb
}

.dialogue-annex-list > li:hover .icon-link {
    background-position: 0 -18px
}

.dialogue-annex-list > li > a {
    color: #849394
}

.dialogue-annex-list > li > img {
    vertical-align: bottom
}

.dialogue-annex-list > li + li {
    margin-left: 25px
}

.employee-search {
    background-color: #f4f4f4;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px
}

.employee-view-list {
    padding-left: 0;
    font-size: 0;
    margin: 12px 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e8e8e8
}

.employee-view-list > li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #65aee0;
    border-radius: 3px;
    padding: 1px 4px;
    margin: 0 10px 5px 0
}

.batch-detail, .star-rating, .xgrid-batch-stop tbody td p {
    margin-bottom: 0
}

.employee-view-list > li > a:hover {
    transform: scale(1.2);
    display: inline-block
}

.employee-view-table {
    padding: 0 20px
}


.icon-link.active {
    background-position: 0 -17px
}

.star-rating {
    position: relative;
    list-style: none;
    font-size: 0;
    padding-left: 0;
    margin-top: 3px
}

.star-rating:after {
    content: attr(data-title);
    position: absolute;
    left: 150px;
    top: 5px;
    color: #f39f1b;
    width: 50px;
    font-size: 14px
}

.batch-detail > li:before, .batch-table-tags:before, .employee-project .panel-body h4:before, .employee-shb:before {
    content: "\20"
}

.batch-detail > li, .xgrid-batch-stop tbody td {
    position: relative
}

.star-rating > li {
    display: inline-block
}

.star-rating > li + li {
    margin-left: 3px
}



.star-rating > li.active > a {
    background-position: 0 -24px
}

.xgrid-batch-stop tbody th {
    padding-left: 5px;
    padding-right: 2px
}

.batch-box {
    padding: 0 20px 20px;
    top: 30px
}

.batch-box table {
    table-layout: fixed;
    border-collapse: collapse
}

.batch-detail {
    background-color: #eefbe9;
    border: 1px solid #d5e6ce;
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
    color: #303030;
    list-style: none;
    height: 100%;
    overflow-y: auto
}

.batch-detail > li {
    line-height: 22px;
    font-size: 14px
}

.batch-detail > li:before {
    position: absolute;
    left: -11px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #303030
}

.batch-detail > li.batch-list-special:before {
    top: 4px;
    left: -14px;
    width: 11px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMzMxODhDRjM3MEExMUU4OTRDMEFDQjMxN0I0RjQyRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMzMxODhEMDM3MEExMUU4OTRDMEFDQjMxN0I0RjQyRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEzMzE4OENEMzcwQTExRTg5NEMwQUNCMzE3QjRGNDJEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEzMzE4OENFMzcwQTExRTg5NEMwQUNCMzE3QjRGNDJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sWHz0QAAAO5JREFUeNp0kb0LQVEYxs/1lcUmk/9AmQ0sFmEw3kVkMJjlI0azazLxVyhlELOPyWKTUgYTZSSetx56u/HWr/fc53k659z3WLHewbDioA7SIAIuYAH6YCcBD4MVsAUlEAUB9hJ18Y0PJMAIeM3v8tPfy85dFTyCLAixn6iL35FwUu1SBjNwZy8qLyVhSwkb1xVWav3wcIdPZVzhglrPJeyAFwX5kRwIgjwYUhd/INNYgzGogjCY/piI+OvPnBvg/Gd0ojf1o9xATV3HqONFv+qw1IRPq8uhbtxhqTZYci29pU13+AlsjtPm97feAgwAOmUvc5LHmt4AAAAASUVORK5CYII=)
}

.batch-form-filter .mt2 {
    margin-top: 2px
}

.batch-form-filter .batch-unprepaid {
    text-decoration: underline;
    color: #1e7fc2
}

.batch-form-filter {
    margin: 0;
    padding: 0
}

.batch-btn, .batch-form-filter .form-group-br {
    padding-left: 75px
}

.batch-box .fz12 {
    font-size: 12px
}

.batch-form-filter .form-control {
    height: 30px;
    line-height: 30px
}

.batch-table-select {
    z-index: -1
}

.batch-form-filter .icon-form-control.i-f-c-calendar {
    background-position: 100% -99px
}

.batch-btn {
    padding-top: 10px
}

.batch-btn .btn {
    width: 86px
}

.batch-table-thead {
    position: relative;
    z-index: 4
}

.batch-table-box .xgrid-head {
    z-index: 4
}

.batch-table-box .xgrid-body {
    overflow-x: hidden;
    overflow-y: scroll
}

.batch-table > tbody > tr > td {
    position: relative
}

.batch-table > tbody > tr > td p {
    margin: 0
}

.batch-table > tbody > tr > td p + p {
    position: absolute;
    bottom: -2px;
    left: 9px
}

.batch-table .control-select, .batch-table .form-control {
    display: inline-block;
    width: 80%;
    min-width: 90px;
    max-width: 300px;
    z-index: 1
}

.batch-table td.layer-tooltip {
    cursor: default
}

.batch-form-filter .form-inline .form-group {
    vertical-align: -4px
}

.batch-form-filter .form-inline > .batch-form-filter-middle {
    vertical-align: -5px
}




.batch-num {
    padding-bottom: 10px;
    overflow: hidden
}

.batch-num-detail > div {
    display: inline-block;
    height: 32px;
    width: 160px
}

.batch-num .batch-num-person {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    margin: -2px 0 1px
}

.batch-num .batch-num-info {
    margin-top: -5px;
    font-size: 12px;
    color: #888
}

.batch-tips {
    padding: 0;
    font-size: 12px;
    color: #697962
}

.batch-tips > span {
    display: inline-block;
    background-color: #5f9900;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 15px;
    margin-left: 5px
}



.icons-batch.icons-batch-stop {
    background-position: 0 0
}

.icons-batch.icons-batch-name {
    background-position: 0 -32px
}

.icons-batch.icons-batch-success {
    background-position: 0 -64px
}

.batch-box .batch-current-beangreen, .batch-box .batch-current-green {
    color: #5f9900
}

.batch-box .batch-current-lightblue {
    color: #3498db
}

.batch-box .batch-current-blue {
    color: #1c70cf
}

.batch-box .batch-current-gray {
    color: #888
}

.batch-box .batch-current-orange {
    color: #e18122
}

.table-user-info {
    border-width: 0 1px 1px;
    border-color: #cdcdcd;
    border-style: solid
}

.table-user-info, .table-user-info .table {
    margin: 0
}

.table-user-info .table {
    margin-bottom: -1px
}

.table-user-info th {
    background-color: #FCFCFC;
    font-weight: 400;
    width: 18%
}

.table-user-info td, .table-user-info th {
    border-bottom: 1px #cdcdcd solid
}

.table-user-info td + th, .table-user-info th + td {
    border-left: 1px #cdcdcd solid
}

.employee-project .badge {
    font-weight: 400;
    font-size: 12px;
    background-color: #A09F9F
}

.employee-project .badge.badge-add {
    background-color: #F59532
}

.employee-project .badge.badge-current {
    background-color: #24b662
}

.employee-project .badge.badge-danger {
    background-color: #F2494C
}

.employee-project .badge.badge-darkgreen {
    background-color: #098d41
}

.employee-item-xgrid-shb .badge {
    width: 50px;
    min-width: 50px
}

.employee-pointer-events {
    pointer-events: none;
    opacity: .6;
    user-select: none
}

.employee-tips {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNEE0RUE5NTQ4NEIxMUU4QTQ3N0I4MkQ0NkNGN0FDNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNEE0RUE5NjQ4NEIxMUU4QTQ3N0I4MkQ0NkNGN0FDNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QTRFQTkzNDg0QjExRThBNDc3QjgyRDQ2Q0Y3QUM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE0QTRFQTk0NDg0QjExRThBNDc3QjgyRDQ2Q0Y3QUM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+t4WlzwAAALhJREFUeNpinDx5MgMUcAJxJhBHArE2VOwqEC8B4plA/AMkwAKVkAbibUCsx4AKTKA4CYj9gfgBE5BgB+LtyIpzcnLAGAnoQQ1kB2lIBWJdBsJAE4gzQBqiGYgHUSANhiRo0AZp+E+CBnAoXQBiC2TBKVOm4FJ/BWTDMnRRLKEEA0tBGmYB8XkiXHMJpBbkpJ9A7APEW2ABgMVJIAN9QWqZoALPoP4AueM4EH+GYhA7Fyr3FKQQIMAAUEYnJOTbbrIAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    vertical-align: -1px
}

.employee-tips.employee-tips-icon-danger {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNkVBRDhEMDQzODUxMUU4QUY2OTg5MjBFNUZFQjQ0NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkVBRDhEMTQzODUxMUU4QUY2OTg5MjBFNUZFQjQ0NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA2RUFEOENFNDM4NTExRThBRjY5ODkyMEU1RkVCNDQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA2RUFEOENGNDM4NTExRThBRjY5ODkyMEU1RkVCNDQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sEYg8wAAASVJREFUeNpk0L1KA1EQhuHx4GoUEaztBDGFEBX8w8pOiFWQgCkEG7URbcR7sBIr7dQmhZWgVyCoRRAi4h2kE8RCSLL58Z3lW4l44EnYM9+eszN93ULBtAawh01Ma+8NZZyj6Rv9KozjDjP2dy3JNtZRCzo5DT+hiFEpas9r9xj0G3Z7wnl8WiaT3vCILet0vqzVyvG/4zeUVDztCfv+Pt6TTwkhVqbkhTk93CqcwzPOMIQTa7eznO612fDbXhQNJ0WzCubxoMOOLY6bSsXew0syiRC8hyl84AhX6Fq97sG1dMxBczaujfi9RpbQJdLwGA70QtlfuECVKUwQmMQqzyOyoZGv4NWz/kkNjdMLy7ix/6uqTCNtuoZFHKrpb6lob0EZ+xFgAPlQVX6+5caAAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    vertical-align: -1px
}

.employee-tips.employee-tips-danger {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEIzMDI3MjQ4NEExMUU4QjUxRkQ3RTQ5MjYyMDg2NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEIzMDI3MzQ4NEExMUU4QjUxRkQ3RTQ5MjYyMDg2NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4QjMwMjcwNDg0QTExRThCNTFGRDdFNDkyNjIwODY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4QjMwMjcxNDg0QTExRThCNTFGRDdFNDkyNjIwODY2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EbiWwQAAAK1JREFUeNpi/B8UxAAFbECcAcSRQKwDFbsCxMuBeAYQ/wIJsEAlpIF4CxAbMKACCyhOBGIfIH7KBDUZVfHatRCMACC5rUDMDtKQjsVkbEAfiNNAGqIYiAdRIA1GJGgwZGIgDfwGhdI5aEggQHAwLg1XQDYswxDGDCUYWA7SMAuILxLhnEtAPJMRGtO4Ig4GQAZ6wyIOBJ4CsTkQFwDxGSD+CsVnoGJmUDUMAAEGADV1JRow/p8FAAAAAElFTkSuQmCC);
    vertical-align: -1px
}

.employee-tips.employee-tips-white {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRUY0QTIxRDQ4NEIxMUU4OTFCMDlGOTc4OTEwRUFBOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRUY0QTIxRTQ4NEIxMUU4OTFCMDlGOTc4OTEwRUFBOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFRjRBMjFCNDg0QjExRTg5MUIwOUY5Nzg5MTBFQUE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFRjRBMjFDNDg0QjExRTg5MUIwOUY5Nzg5MTBFQUE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IkF+MwAAAI9JREFUeNpi+P//PwMUswFxHhAfB+LPUHwcKsYGUwdTLA3E5//jBuehahhgJqMqDgqCYFRwAYjZmRgYGNKB2ICBMNAH4jSQhigG4kEUSIMRCRoMmRhIA78ZoEFHLDgOsmEZhjnBwRCMCZaDNMwC4otEOOcSEM8kNuIuIEccctLIB+LTQPwFik9DxeBJAyDAAP0lCsb8gGQaAAAAAElFTkSuQmCC);
    vertical-align: -1px
}

.employee-current-color {
    color: #ff5252
}

.employee-current-color-green {
    color: #098d41
}

.employee-info {
    margin-bottom: 30px
}

.employee-info .panel-heading + .panel-heading {
    padding: 0;
    border-bottom: none
}

.employee-info .nav {
    border-bottom: none
}

.employee-info .panel {
    margin-bottom: -1px
}

.employee-info .tab-content {
    padding: 0
}

.employee-info-material {
    padding-left: 5px;
    border: 1px solid #ddd
}

.employee-project .panel-body .xgrid table th, .employee-project .panel-body .xgrid-thead {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    background-image: none
}

.employee-project .panel-body h4 > span {
    color: #ff9f23
}

.employee-project .panel-body .employee-project-gjj h4 > span {
    color: #43b775
}

.employee-project .panel-body .employee-project-gjj h4:before {
    background-color: #43b775
}

.employee-project .panel-body .employee-project-shb h4:before {
    background-color: #3bb8f2
}

.employee-project .panel-body .employee-project-shb h4 > span {
    color: #3bb8f2
}

.employee-project .panel-body h4 {
    position: relative;
    color: #7f7f7f;
    padding-left: 10px;
    font-family: SimHei
}

.employee-project .panel-body h4 > a {
    font-size: 14px;
    color: #1e7fc2;
    text-decoration: none
}

.employee-project .panel-body h4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 19px;
    background-color: #ff9f23
}

.employee-single-item {
    background-color: #f9f9f9;
    padding: 20px 15px;
    margin-bottom: 30px;
    overflow: hidden
}

.employee-single-item th {
    font-weight: 400;
    color: #333
}

.employee-item-describe {
    float: left;
    width: 260px;
    padding-right: 20px
}

.employee-item-describe-effect {
    position: relative;
    float: none;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px
}

.employee-item-describe-effect .employee-item-type {
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;
    width: 460px;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 0
}

.employee-item-describe-effect .employee-item-describe-header {
    width: 240px;
    display: inline-block
}

.employee-item-describe-effect .employee-item-type > dd {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 12px
}

.employee-item-describe-effect .employee-tips-info {
    width: 100%;
    margin-bottom: 0
}

.employee-item-type {
    margin-bottom: 0
}

.employee-item-describe-header .icon-employee-pro {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 67px;
    background-size: 67px
}

.employee-project-sb .employee-item-describe-header .icon-employee-pro {
    top: -10px
}

.employee-item-type-active + .employee-item-type-active, dd.employee-item-type-active {
    background-color: #fff
}

dd.employee-item-type-active + dd {
    background-color: #F4F4F4
}

.employee-item-describe-header {
    min-height: 70px;
    position: relative;
    font-weight: 400
}

.employee-item-describe-header > p {
    text-align: right;
    margin-bottom: 5px
}

.employee-item-describe-header h5 {
    text-align: right;
    font-size: 16px
}



.employee-item-describe-header, .employee-item-type dd {
    color: #333
}

.employee-item-type dd {
    font-size: 12px;
    padding: 8px
}

.employee-project-sb .employee-current-color-green, .employee-project-sb .employee-item-describe-header h5 > span, .employee-project-sb .employee-item-type dd span + span {
    color: #e59e09
}

.employee-item-type dd span + span {
    color: #1d8800;
    float: right
}

.employee-tips-info {
    background-color: #f99;
    font-size: 12px;
    color: #fff;
    padding: 3px;
    margin-bottom: 10px
}

.employee-item-describe-effect.employee-item-type-shb {
    height: 75px
}

.employee-item-describe-effect.employee-item-type-shb .employee-item-describe-header {
    width: 67px;
    height: 67px
}

.employee-item-describe-effect.employee-item-type-shb .employee-item-type {
    padding-top: 17px;
    width: 260px
}

.employee-structure .operation-content {
    border-left: 2px solid #C7CBD6;
    padding: 0 15px 15px 25px
}

.employee-structure .operation-content div {
    border: 1px solid #e3e4e5;
    position: relative;
    background-color: #F4F4F4;
    border-radius: 3px;
    padding: 10px;
    margin: 20px 0 35px
}

.employee-structure .operation-content div .icon-personnel-round {
    position: absolute;
    top: 5px;
    left: -38px
}

.employee-structure .operation-content div p {
    margin: 0;
    padding: 2px 0
}

.employee-structure .operation-content div:before {
    content: "\20";
    display: block;
    position: absolute;
    left: -8px;
    top: 8px;
    border-style: solid;
    border-width: 7px 8px 8px 0;
    border-color: transparent #f5f5f5 transparent transparent
}

.employee-shb {
    position: relative
}

.employee-shb:before {
    position: absolute;
    top: -8px;
    left: 17px;
    width: 13px;
    height: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkE4N0QxNTQ2QTMxMUU4QTJCMEEzNTU4QjRGRkY1QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkE4N0QxNjQ2QTMxMUU4QTJCMEEzNTU4QjRGRkY1QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGQTg3RDEzNDZBMzExRThBMkIwQTM1NThCNEZGRjVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGQTg3RDE0NDZBMzExRThBMkIwQTM1NThCNEZGRjVCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jbRPPAAAAM1JREFUeNpi/P//PwM28ODFixgg9UNBQmINuhwjNk1ADapA6iwQfwdibaDGN8jyTFg0sAGpFfw8PLy83NxiQPZUDFNBNiHj+8+f973++PH/r79/wfjFu3f/gWIhyGqY0GzxBlIFfNzccDFuTk4QNRUoJ4LhPKCgFJBaICwgwAgEcE3sbGwMUGdORtEE1MAMpBYDbRDhYGPD8ALIZk529gigukBw6AHd+x/mDAFeXgZc4OevXwxfv39n+P7zJwMjyLMMJAImBjIAWZoAAgwARw9jYdQ78VUAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    z-index: 2
}

.xgrid table.employee-shb-table tr, .xgrid table.employee-shb-table tr > td, .xgrid table.employee-shb-table tr > th {
    border-color: transparent !important;
    background-color: #fafdfd
}

.reports-hint:after, .statistics-reports > h4:after {
    background-color: #278ccf;
    content: "\20";
    left: 0
}

.employee-project-item-nodata {
    width: 190px;
    margin: 0 auto
}

.employee-project-item-nodata > span {
    color: #999;
    margin-left: 10px
}

.icon-employee-pro {
    display: inline-block;
    background-image: url(icons_employee_pro.png);
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    vertical-align: middle
}

.icon-employee-pro.i-3 {
    background-position: 0 -134px
}

.icon-employee-pro.i-2 {
    background-position: 0 -67px
}

.icon-employee-pro.i-1 {
    background-position: 0 0
}

.icon-employee-pro.i-4 {
    background-position: 0 -201px
}

.icon-employee-pro.i-5 {
    background-position: 0 -268px
}

.icon-employee-pro.i-6 {
    background-position: 0 -335px
}

/*# sourceMappingURL=admin.css.map */
.yellow {
    color: #e59e09;
}

.green {
    color: #098d41
}
.color-blue {
    color: #0d6dd0;
}

.icon-policy.i-step1 {
    background-position: 0 0;
}
.icon-policy.i-step2 {
    background-position: -255px 0;
}
.icon-policy.i-step3 {
    background-position: -510px 0;
}
.icon-policy {
    width: 255px;
    height: 174px;
    background-image: url(policy-1.png);
}