﻿html {
  font-size: 14px;
  height: 100%;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Microsoft Yahei";
  background-color: #f6f6f8;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #333;
}

header {
  height: 195px;
  background: url(../img/bg-1.png);
  padding-top: 60px;
}

.container {
  max-width: 1200px;
  padding: 0;
}

.text-blue {
  color: #2f54eb;
}

a, a:hover {
  color: #2f54eb;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-login a.navbar-button {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fefefe;
  text-align: center;
  border-radius: 3px;
  background-color: #5879ff;
}
.navbar-login a.logined {
  padding: 0 30px 0 15px;
  min-width: 140px;
  background: #5879ff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
}
.navbar-login a.navbar-button:hover {
  text-decoration: none;
}

.navbar-login .dropdown-menu {
  width: 80%;
}

main {
  flex-grow: 1;
}

footer {
  background-color: #fff;
}
footer hr {
  background-color: #2f54eb;
  height: 4px;
  border: none;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0;
}
.footer-nav li {
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}
.footer-nav li:not(:first-child) {
  padding-left: 30px;
}
.footer-nav li:not(:last-child)::after {
  display: block;
  content: "";
  height: 15px;
  width: 1px;
  background: #d0d0d0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.footer-nav a {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.footer-other {
  color: #333;
  padding: 20px 0 40px;
}
.footer-other p {
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 0;
}
.footer-other hr {
  background-color: #ececef;
  height: 1px;
  border: none;
  margin: 2rem 0;
}
.police-badge {
  vertical-align: -8px;
  margin-right: 20px;
}

.alert ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.alert-danger {
  color: #ff5c57;
}
.alert-danger ul li {
  height: 25px;
  line-height: 25px;
  padding-left: 25px;
  background: url(../img/error.png) no-repeat 0 58%;
}
.alert-danger .close:hover {
  color: #810804;
}
.field-validation-error .input-group {
  border-color: #ff5c57;
}
.invalid-feedback:not(:empty) {
  background: url(../img/error.png) no-repeat 0 58%;
  height: 25px;
  line-height: 25px;
  padding-left: 25px;
  font-size: 14px;
  color: #ff5c57;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5c57' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5c57' stroke='none'/%3e%3c/svg%3e");
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input-group {
  border-radius: 2px;
  border: solid 1px #e4e4ec;
  height: 48px;
}
.input-group.textarea {
  height: auto;
  position: relative;
}
.input-group-text {
  color: #333;
  background-color: #fff;
  font-size: 16px;
  border-right: none;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
}
.input-group.disabled .input-group-text {
  background-color: #e9ecef;
}
.input-group-prepend {
  position: relative;
}
.input-group.textarea .input-group-prepend {
  position: absolute;
  z-index: 4;
}
.input-group.textarea .input-group-text {
  padding-top: 11px;
}
.input-group-prepend::after {
  display: block;
  content: "";
  height: 12px;
  width: 3px;
  background: #999aaa;
  border: solid 1px #d3d4da;
  border-style: none solid;
  position: absolute;
  right: 0;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
}
.input-group.textarea .input-group-prepend::after {
  top: 24px;
}
.form-control {
  height: 100%;
  font-size: 16px;
  color: #333;
  border: none;
}
.col-form-label {
  font-size: 16px;
}
.form-control-plaintext {
  font-size: 16px;
  outline: 0;
}

select.form-control {
  /* -webkit-appearance: menulist-button; */
  /* background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat; */
}
select.form-control:invalid, select.form-control option:first-child {
  color: #999aaa;
}
select.form-control option {
  color: #333;
}
input.form-control::placeholder { /* WebKit, Blink, Edge */
  color: #999aaa;
  opacity: 1;
}
input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999aaa;
}
input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  #999aaa;
  opacity: 1;
}
input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999aaa;
  opacity: 1;
}
input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999aaa;
}
input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #999aaa;
}

textarea.form-control {
  padding-top: 11px;
  padding-bottom: 11px;
  text-indent: 91px;
  min-height: 46px;
}
textarea.form-control::placeholder { /* WebKit, Blink, Edge */
  color: #999aaa;
  opacity: 1;
}
textarea.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999aaa;
}
textarea.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  #999aaa;
  opacity: 1;
}
textarea.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999aaa;
  opacity: 1;
}
textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999aaa;
}
textarea.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #999aaa;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  background-position: top 14px right calc(.375rem + .1875rem);
}

.form-check {
  font-size: 16px;
  padding-left: 0;
}
.form-checkbox {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
  position: relative;
  bottom: 1px;
}
.form-checkbox input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
  margin: 0;
  padding: 0;
}
.form-checkbox input[type=checkbox]:before {
  content: "\2714";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  color: transparent !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #999aaa;
  border-radius: 2px;
  text-align: center;
}
.form-checkbox input[type=checkbox]:checked:before {
  color: #fff !important;
  border: none;
  background-color: #2f54eb;
}
.form-checkbox + .form-check-label {
  margin-left: 5px;
}

.form-radio {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: text-bottom;
}
.form-radio input[type=radio] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
  margin: 0;
  padding: 0;
}
.form-radio input[type=radio]:before {
  content: "\2022";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  display: block;
  color: transparent !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #999aaa;
  border-radius: 8px;
  text-align: center;
}
.form-radio input[type=radio]:checked:before {
  color: #fff !important;
  border: none;
  background-color: #2f54eb;
}
.form-radio + .form-check-label {
  margin-left: 10px;
}

.submit-btn {
  background-color: #5879ff;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  height: 62px;
  width: 100%;
  vertical-align: middle;
  border: none;
  border-radius: 2px;
  padding: 0;
}

.btn {
  border-radius: 2px;
}
.btn-primary {
  background-color: #5879ff;
  border-color: #5879ff;
}
.btn-primary:hover, .btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #435fd2;
  border-color: #435fd2;
}

.btn-link, .btn-link:hover {
  color: #2f54eb;
}

.dropdown-menu {
  border-radius: 2px;
  border: solid 1px #e4e4ec;
}
.dropdown-item {
  font-size: 16px;
  padding: 7px 21px;
  color: #333;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5879ff;
}

.popover {
  border-radius: 2px;
  border: solid 1px #e4e4ec;
}
.popover-header {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #5879ff;
  padding: .75rem 1rem;
}
.popover-body {
  color: #333;
  font-size: 16px;
  padding: .75rem 1rem;
}
/* --------------------------- home begin --------------------------- */
.home {
  background: #f6f6f8 url(../img/bg.png) no-repeat;
}
.home header {
  height: 195px;
  background: none;
  padding-top: 60px;
}

.fn-card-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  margin-bottom: 40px;
}
.fn-card {
  width: 278px;
  height: 347px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.fn-card:hover, .fn-card:active, .fn-card:focus {
  box-shadow: 6px 13px 40px 0 rgba(181, 190, 226, .63);
}
.fn-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
.fn-card p {
  font-size: 14px;
  color: #666;
}
.fn-card a {
  font-family: "iconfont";
  font-size: 35px;
  color: #274ce3;
}
.fn-card a:hover {
  text-decoration: none;;
}
.fn-upload {
  background-image: linear-gradient(180deg, #284ee7, #1d3dbf);
}
.fn-upload:hover, .fn-upload:active, .fn-upload:focus {
  box-shadow: 6px 13px 40px 0 rgba(41, 81, 237, 0.63);
}
.fn-upload h3 {
  color: #fff;
}
.fn-upload a {
  color: #c9d1f0;;
}
.fn-roster {
  border-radius: 8px;
  margin-bottom: 40px;
  background-image: linear-gradient(180deg, #3f64fd, #2145d8);
}
.fn-roster a {
  display: flex;
  height: 86px;
  background: url(../img/roster-l.png) no-repeat 40px 50%;
  background-size: 45px 45px;
  color: #fff;
}
.fn-roster a:hover {
  text-decoration: none;
}
.fn-roster h3 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 86px;
  margin-left: 110px;
  margin-bottom: 0;
}
.fn-roster p {
  font-size: 14px;
  display: inline-block;
  line-height: 92px;
  margin-left: 8px;
  margin-bottom: 0;
  flex-grow: 1;
  color: #ddd;
}
.fn-roster span {
  font-family: "iconfont";
  font-size: 35px;
  justify-self: end;
  line-height: 86px;
  margin-right: 40px;
}

.members-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.members-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
.members-title a {
  width: 124px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fefefe;
  background-color: #5879ff;
  border-radius: 3px;
}
.members-title a:hover {
  text-decoration: none;
}
.members-list {
  list-style: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 57px 51px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.members-list li {
  width: 210px;
  height: 102px;
  border: solid 1px #e4e4ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members-list li:nth-child(n + 6) {
  margin-top: 13px;
}
.members-list li:not(:nth-child(5n)) {
  margin-right: 12px;
}
.members-list li:hover, .members-list li:active, .members-list li:focus {
  position: relative;
  top: -5px;
  left: -6px;
  box-shadow: 1px 2px 12px 0 rgba(181, 190, 226, 0.43);;
}
.members-list li img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
/* --------------------------- home end --------------------------- */

/* --------------------------- account begin --------------------------- */
.account-container {
  background-color: #fff;
  margin: 40px auto;
  padding: 50px 0;
}
.account-container h1 {
  font-size: 36px;
  text-align: center;
}
.account-container .desc-text {
  font-size: 16px;
  color: #999aaa;
  margin-top: 15px;
}
.account-form {
  width: 660px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 16px;
  color: #333;
}
/* --------------------------- account end --------------------------- */

/* --------------------------- error begin --------------------------- */
.error-cont {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 47px 54px;
}
.error-cont h1 {
  font-size: 150px;
  font-family: Poppins, Helvetica, sans-serif;
  color: #595d6e;
}
.error-cont p {
  font-size: 16px;
  color: #74788d;
  line-height: 30px;
}
.error-cont p strong {
  vertical-align: bottom;
}
.error-cont code {
  font-size: 17px;
  color: #e83e8c;
  word-break: break-word;
  background-color: #f7f8fa;
  padding: 2px 4px;
  border-radius: 4px;
}
/* --------------------------- error end --------------------------- */

/* --------------------------- query begin --------------------------- */
.query-menu {
  background-color: #fff;
  margin-bottom: 30px;
}
.query-menu nav {
  height: 80px;
  display: flex;
  align-items: center;
}
.query-menu nav>span {
  background-color: #999aaa;
  width: 1px;
  height: 30px;
}
.query-menu nav a {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  color: #000;
  font-size: 18px;
}
.query-menu nav a:active, .query-menu nav a:focus, .query-menu nav a:hover,
.query-menu nav a.active {
  background-color: #2f54eb;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.query-menu nav a i {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.query-menu nav a.cert i {
  background: url(../img/cert-s1.png) no-repeat; 
}
.query-menu nav a.cert:active i, .query-menu nav a.cert:focus i, .query-menu nav a.cert:hover i,
.query-menu nav a.cert.active i {
  background: url(../img/cert-s2.png) no-repeat; 
}
.query-menu nav a.public i {
  background: url(../img/carrier-s1.png) no-repeat; 
}
.query-menu nav a.public:active i, .query-menu nav a.public:focus i, .query-menu nav a.public:hover i,
.query-menu nav a.public.active i {
  background: url(../img/public-s2.png) no-repeat; 
}
.query-menu nav a.carrier i {
  background: url(../img/public-s1.png) no-repeat; 
}
.query-menu nav a.carrier:active i, .query-menu nav a.carrier:focus i, .query-menu nav a.carrier:hover i,
.query-menu nav a.carrier.active i {
  background: url(../img/carrier-s2.png) no-repeat; 
}
.query-menu nav a.roster i {
  background: url(../img/roster-s1.png) no-repeat; 
}
.query-menu nav a.roster:active i, .query-menu nav a.roster:focus i, .query-menu nav a.roster:hover i,
.query-menu nav a.roster.active i {
  background: url(../img/roster-s2.png) no-repeat; 
}

.query-tab {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 47px 54px;
}
.query-tab .nav-pills {
  border-bottom: solid 1px #ddd;
}
.query-tab .nav-pills .nav-link {
  font-size: 16px;
  margin-right: 45px;
  color: #333;
  padding: 0 10px 25px;
}
.query-tab .nav-pills .nav-link.active {
  color: #2f54eb;
  font-weight: bold;
  background: none;
  border-bottom: solid 5px #2f54eb;
  border-radius: 0;
}
.query-tab .tab-pane {
  padding: 60px 0 20px;
}
.query-tab .tab-content {
  position: relative;
}
.query-tab .tab-content .tab-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f54eb;
}
.query-tab .tab-content form {
  margin: 0 auto;
  width: 780px;
}
.query-tab .tab-content .wip {
  height: 300px;
  background: url(../img/wip.png) no-repeat center center;
}
.query-tab .tab-content .api-form {
  width: auto;
}

.query-info p {
  color: #fff;
  background-color: #5879ff;
  font-weight: bold;
  padding: .75rem;
  margin: 20px 0 0;
}
.query-info ul {
  padding-left: 0;
}
.query-info li {
  list-style: none;
  margin-left: 0;
}
/* --------------------------- query end --------------------------- */

/* --------------------------- roster begin --------------------------- */
.query-tab .nav-pills .back {
  flex-grow: 1;
  text-align: right;
}
.query-tab .nav-pills .back .nav-link {
  padding: 15px;
}

.table-rating thead th {
  border: none;
  background-color: #f7f7f9;
}
.table-rating tbody td {
  border-top: none;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
} 

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5879ff;
  border-color: #5879ff;
}

.roster-upload .tab-pane {
  padding-top: 30px;
}
.roster-upload .priod {
  margin-top: 20px;
  margin-bottom: 30px;
}

.roster-upload h4 {
  font-weight: bold;
  font-size: 18px;
}
.roster-upload h5 {
  font-weight: bold;
  font-size: 16px;
}
.dropzone.dropzone-multi {
  width: 100%;
}
.dropzone.dropzone-multi .dz-message {
  display: none;
}
.dropzone.dropzone-multi .dropzone-panel {
  display: flex;
  background-color: #f7f7f9;
  border-radius: 2px;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.dropzone.dropzone-multi .dropzone-panel span {
  padding-left: 20px;
  flex-grow: 1;
}
.dropzone.dropzone-multi .hint {
  margin-top: 10px;
  color: #999aaa;
}
.dropzone.dropzone-multi .hint a {
  color: #2f54eb;
  margin-right: 20px;
  text-decoration: underline;
}
.dropzone.dropzone-multi .dropzone-panel .dropzone-select {
  color: #fff;
  background-color: #5879ff;
  border-radius: 2px;
  width: 180px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: none;
}
.dropzone.dropzone-multi .dropzone-items {
  margin-top: 0.75rem;
}
.dropzone.dropzone-multi .dropzone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 0rem;
  /* background-color: #f4f6fa; */
}
.dropzone.dropzone-multi .dropzone-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
  font-size: 14px;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename .iconfont {
  font-size: 29px;
  vertical-align: middle;
  color: #9da3bd;
  margin-right: 10px;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fd397a;
  text-overflow: ellipsis;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
  width: 25%;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
  background-color: #dddfe4;
  height: 5px;
  border-radius: 2px;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
  margin-left: 0;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
  color: #2f54eb;
  margin-left: 1rem;
  min-width: 25px;
  width: auto;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover, 
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
  text-decoration: underline;
}

.fileTable {
  color: #333;
}
.fileTable thead th {
  padding: 0;
  border: none;
}
.fileTable tbody td {
  border: none;
  padding: .5rem .5rem .5rem 0;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
/* .fileTable .dataTables_empty {
  border: none;
  display: none;
} */
.fileTable .iconfont {
  font-size: 29px;
  vertical-align: middle;
  color: #9da3bd;
  margin-right: 10px;
}
/* --------------------------- roster end --------------------------- */


/* --------------------------- dataapi begin --------------------------- */
.query-menu nav a.account i {
  background: url(../img/cert-s1.png) no-repeat; 
}
.query-menu nav a.account:active i, .query-menu nav a.account:focus i, .query-menu nav a.account:hover i,
.query-menu nav a.account.active i {
  background: url(../img/cert-s2.png) no-repeat; 
}
.query-menu nav a.manual i {
  background: url(../img/carrier-s1.png) no-repeat; 
}
.query-menu nav a.manual:active i, .query-menu nav a.manual:focus i, .query-menu nav a.manual:hover i,
.query-menu nav a.manual.active i {
  background: url(../img/public-s2.png) no-repeat; 
}
/* --------------------------- dataapi end --------------------------- */
