.zain-log-item {
  height: 30px;
  line-height: 30px;
}
.zain-log-item span {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zain-log-item input:focus {
  outline: auto #555 1px;
}
.zain-log-item .log-item-id {
  width: 50px;
}
.zain-log-item .log-item-from {
  width: 250px;
}
.zain-log-item .log-item-level {
  width: 50px;
}
.zain-log-item .log-item-msg {
  width: calc(100% - 700px);
}
.zain-log-item .log-item-version {
  width: 50px;
}
.zain-log-item .log-item-time {
  width: 200px;
}
.zain-log-item .log-item-delete {
  width: 100px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zain-log-item .log-item-delete:hover {
  background: -webkit-linear-gradient(top, #ffffff, #2d73ce);
}
.zain-log-item:hover {
  background: -webkit-linear-gradient(top, #d7e8ff, #93baec) !important;
}
.zain-log-item:nth-child(odd) {
  background: rgba(171, 207, 255, 0.1);
}
.zain-log-item:nth-child(even) {
  background: rgba(171, 207, 255, 0.3);
}

.zain-message-filter {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(top, #eeeeee, #cccccc);
}
.zain-message-filter span {
  display: inline-block;
  text-align: center;
}
.zain-message-filter .message-filter-id {
  position: relative;
  width: 50px;
}
.zain-message-filter .message-filter-id .id-edit-input {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 32px;
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-filter .message-filter-id .id-condition-query {
  position: absolute;
  top: -40px;
  left: 50px;
  width: 230px;
  background: #aaaaaa;
  box-shadow: 3px 3px 5px #555555;
}
.zain-message-filter .message-filter-id .id-condition-query .id-query-line {
  width: calc(100% - 16px);
  text-align: left;
  padding-left: 16px;
}
.zain-message-filter .message-filter-id .id-condition-query .id-query-line:hover {
  background: #999999;
}
.zain-message-filter .message-filter-id .id-condition-query .id-input-radio {
  cursor: pointer;
}
.zain-message-filter .message-filter-id .id-condition-query .id-input-text {
  width: 20px;
  padding: 0 4px;
}
.zain-message-filter .message-filter-id .id-condition-query button {
  width: 60px;
  line-height: 41px;
  border-width: 0;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #eeeeee, #888);
}
.zain-message-filter .message-filter-id .id-condition-query button:focus {
  outline: none;
}
.zain-message-filter .message-filter-id .id-condition-query button:hover {
  background: -webkit-linear-gradient(top, #dddddd, #555555);
}
.zain-message-filter .message-filter-id .id-condition-query .id-query-button {
  position: relative;
  width: calc(100% - 110px);
  padding-left: 110px;
}
.zain-message-filter .message-filter-id .id-condition-query .id-query-button .query-prompt-text {
  position: absolute;
  left: 8px;
  font-size: 10px;
}
.zain-message-filter .message-filter-id .id-condition-query .id-query-cancel {
  visibility: hidden;
}
.zain-message-filter .message-filter-name {
  width: 120px;
}
.zain-message-filter .message-filter-name .name-edit-input {
  float: left;
  width: 102px;
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-filter .message-filter-mail {
  width: 200px;
}
.zain-message-filter .message-filter-mail .mail-edit-input {
  float: left;
  width: 182px;
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-filter .message-filter-content {
  width: calc(100% - 670px);
}
.zain-message-filter .message-filter-content .content-edit-input {
  float: left;
  width: calc(100% - 18px);
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-filter .message-filter-time {
  width: 200px;
}
.zain-message-filter .message-filter-time .time-edit-input {
  float: left;
  width: 182px;
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-filter .message-filter-reset {
  float: right;
  width: 50px;
}
.zain-message-filter .message-filter-start {
  float: right;
  width: 50px;
}
.zain-message-filter .message-filter-reset,
.zain-message-filter .message-filter-start {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zain-message-filter .message-filter-reset:hover,
.zain-message-filter .message-filter-start:hover {
  background: -webkit-linear-gradient(top, #dddddd, #555555);
}

.zain-message-item {
  height: 40px;
  line-height: 40px;
}
.zain-message-item span {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zain-message-item input:focus {
  outline: auto #555 1px;
}
.zain-message-item .message-item-id {
  width: 50px;
}
.zain-message-item .message-item-name {
  width: 120px;
}
.zain-message-item .item-name-edit {
  width: 120px;
}
.zain-message-item .item-name-edit .name-edit-input {
  float: left;
  width: 102px;
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-item .message-item-mail {
  width: 200px;
}
.zain-message-item .item-mail-edit {
  width: 200px;
}
.zain-message-item .item-mail-edit .mail-edit-input {
  float: left;
  width: 182px;
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-item .message-item-content {
  width: calc(100% - 670px);
}
.zain-message-item .item-content-edit {
  width: calc(100% - 670px);
}
.zain-message-item .item-content-edit .content-edit-input {
  float: left;
  width: calc(100% - 18px);
  height: 38px;
  border-width: 1px;
  padding: 0 8px;
}
.zain-message-item .message-item-time {
  width: 200px;
}
.zain-message-item .message-item-editor {
  width: 50px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zain-message-item .message-item-editor:hover {
  background: -webkit-linear-gradient(top, #dddddd, #555555);
}
.zain-message-item .message-item-delete,
.zain-message-item .message-item-complete {
  width: 50px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zain-message-item .message-item-delete:hover,
.zain-message-item .message-item-complete:hover {
  background: -webkit-linear-gradient(top, #dddddd, #555555);
}
.zain-message-item .message-item-complete {
  width: 100px;
}
.zain-message-item:hover {
  background: -webkit-linear-gradient(top, #ced6df, #b6c6d7) !important;
}
.zain-message-item:nth-child(odd) {
  background: #eeeeee;
}
.zain-message-item:nth-child(even) {
  background: #dddddd;
}

.zain-indexed-db .zain-message {
  position: absolute;
  top: 0;
  bottom: 260px;
  left: 0;
  right: 0;
  min-width: 750px;
}
.zain-indexed-db .zain-message .zain-message-head {
  width: 100%;
  min-width: 750px;
  height: 140px;
}
.zain-indexed-db .zain-message .zain-message-head .zain-message-title {
  width: 100%;
  line-height: 60px;
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff, #cccccc);
}
.zain-indexed-db .zain-message .zain-message-head .zain-message-clear,
.zain-indexed-db .zain-message .zain-message-head .zain-message-add {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  line-height: 60px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zain-indexed-db .zain-message .zain-message-head .zain-message-clear {
  right: 80px;
}
.zain-indexed-db .zain-message .zain-message-head .zain-message-clear:hover,
.zain-indexed-db .zain-message .zain-message-head .zain-message-add:hover {
  background: -webkit-linear-gradient(top, #dddddd, #555555);
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title {
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title span {
  display: inline-block;
  text-align: center;
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title .message-item-id {
  width: 50px;
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title .message-item-name {
  width: 120px;
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title .message-item-mail {
  width: 200px;
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title .message-item-content {
  width: calc(100% - 670px);
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title .message-item-time {
  width: 200px;
}
.zain-indexed-db .zain-message .zain-message-head .message-content-title .message-item-operation {
  width: 100px;
}
.zain-indexed-db .zain-message .zain-message-head .message-content-filter {
  position: absolute;
  top: 100px;
  right: 0;
}
.zain-indexed-db .zain-message .zain-message-content {
  height: calc(100% - 140px);
  overflow-y: auto;
  background: #F7FBFF;
}
.zain-indexed-db .zain-message .zain-message-content::-webkit-scrollbar {
  width: 8px;
}
.zain-indexed-db .zain-message .zain-message-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #555555;
}
.zain-indexed-db .zain-message .zain-message-content::-webkit-scrollbar-track {
  border-radius: 4px;
}
.zain-indexed-db .zain-message .zain-message-content::-webkit-scrollbar-button:start {
  width: 0;
  height: 0;
}
.zain-indexed-db .zain-message .zain-message-content::-webkit-scrollbar-button:end {
  width: 0;
  height: 0;
}
.zain-indexed-db .zain-log {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  font-size: 12px;
  background: #F7FBFF;
}
.zain-indexed-db .zain-log .zain-log-head {
  width: 100%;
  min-width: 750px;
  height: 60px;
}
.zain-indexed-db .zain-log .zain-log-head .zain-log-title {
  width: 100%;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(180deg, #F2F8FF 0%, #abcfff 100%);
}
.zain-indexed-db .zain-log .zain-log-head .zain-log-clear {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  line-height: 30px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zain-indexed-db .zain-log .zain-log-head .zain-log-clear:hover {
  background: -webkit-linear-gradient(top, #ffffff, #2d73ce);
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(180deg, #F2F8FF 0%, rgba(171, 207, 255, 0.58) 100%);
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title span {
  display: inline-block;
  text-align: center;
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-id {
  width: 50px;
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-from {
  width: 250px;
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-level {
  width: 50px;
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-msg {
  width: calc(100% - 700px);
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-version {
  width: 50px;
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-time {
  width: 200px;
}
.zain-indexed-db .zain-log .zain-log-head .log-content-title .log-item-operation {
  width: 100px;
}
.zain-indexed-db .zain-log .zain-log-content {
  height: 200px;
  overflow-y: auto;
}
.zain-indexed-db .zain-log .zain-log-content::-webkit-scrollbar {
  width: 8px;
}
.zain-indexed-db .zain-log .zain-log-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(171, 207, 255, 0.58);
}
.zain-indexed-db .zain-log .zain-log-content::-webkit-scrollbar-track {
  border-radius: 4px;
}
.zain-indexed-db .zain-log .zain-log-content::-webkit-scrollbar-button:start {
  width: 0;
  height: 0;
}
.zain-indexed-db .zain-log .zain-log-content::-webkit-scrollbar-button:end {
  width: 0;
  height: 0;
}


