html,
body {
  height: 100%;
}
#view-logquery,
.logquery-container {
  height: calc(100% - 40px);
}
#view-logquery .extraPane.white,
.logquery-container .extraPane.white {
  background-color: transparent;
}
#lqmc-lookup .wizard li {
  list-style: none;
}
#lqmc-lookup .dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px 0 -16px;
}
#lqmc-lookup .tree-node-icon.dot-green {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px 0 -16px;
  background-color: #468847;
}
#lqmc-lookup .tree-node-icon.dot-blue {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px 0 -16px;
  background-color: #39B7F5;
}
.vertical input[type=range] {
  /* IE */
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
  margin: 2px;
  width: 40px;
}
.icon-loading {
  background-image: url("/images/ajax-loader-small.gif");
  background-position: 0 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -1px;
}
.nav-pills > .active > a > .icon-loading,
.nav-pills > .active > a > .icon-loading,
.nav-list > .active > a > .icon-loading,
.nav-list > .active > a > .icon-loading {
  background-image: url("/images/ajax-loader-small-active.gif");
}
/* menu */
@-webkit-keyframes badge-highlight {
  from {
    -webkit-transform: scale(1.4, 1.4);
    background-color: #b94a48;
  }
  30% {
    -webkit-transform: scale(1, 1);
    background-color: #b94a48;
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    background-color: #b94a48;
  }
  60% {
    -webkit-transform: scale(1, 1);
    background-color: #b94a48;
  }
}
.logquery-container section.menu {
  position: fixed;
  top: 30px;
  left: 0;
  width: 50px;
  bottom: 0;
  background-color: #47525e;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 5;
  overflow: auto;
}
.logquery-container section.menu ul {
  margin: 0;
}
.logquery-container section.menu ul li {
  display: table;
  height: 58px;
}
.logquery-container section.menu ul li a {
  width: 50px;
  vertical-align: middle;
  display: table-cell;
  font-size: 0.85em;
  line-height: 1.2;
  text-align: center;
  color: white;
  padding-bottom: 10px;
}
.logquery-container section.menu ul li a > .badge {
  position: absolute;
  right: 3px;
  font-size: 0.9em;
  padding: 1px 7px;
  margin-top: -32px;
}
.logquery-container section.menu ul li a > .badge.highlight {
  -ms-animation: badge-highlight 1s ease-out;
  -webkit-animation: badge-highlight 1s ease-out;
}
.logquery-container section.menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
}
.logquery-container section.menu ul li.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.logquery-container section.menu ul li.active a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.logquery-container .tabList {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 9px;
  height: 40px;
  /* background-color: #BAC7D6; */
  background-color: #fff;
  border-bottom: 1px solid rgba(21, 119, 163, 0.3);
}
.logquery-container .tabList .tab-comp > ul > li.active {
  max-width: 220px;
}
.logquery-container .tabList .tab-comp > ul > li.active > a {
  background-color: white;
}
.logquery-container .tabList .tab-comp > ul > li > a {
  background-color: #f5f5f5;
}
.logquery-container .tabList .tab-comp > ul > li > a > span.badge {
  border: 0;
  height: 16px;
  padding: 1px 5px;
  border-radius: 9px;
  vertical-align: 5px;
  color: white;
}
.logquery-container .tabList .tab-comp > ul > li > a > span:not(.badge) {
  display: inline-block;
  /* max-width: 280px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 43px);
  letter-spacing: -0.2px;
}
.logquery-container .tabList .tab-comp > ul > li > a > button {
  position: absolute;
  margin-top: 1px;
  outline: none;
}
.logquery-container .tabList .nav-tab-right {
  margin: 0;
  padding: 0;
  height: 29px;
}
.logquery-container > ul {
  margin: 0;
}
.logquery-container #lqmc-query {
  /*FOR IE11*/
}
.logquery-container #lqmc-query .detail-active {
  height: 200px;
}
.logquery-container #lqmc-query .paneQueries .paneQuery {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain {
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  height: 100%;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneSearch {
  flex: 0 auto;
  -ms-flex: 0 auto;
  border-bottom: 1px solid rgba(21, 119, 163, 0.3);
  /* background-image: linear-gradient(to bottom, #ffffff, #ffffff); */
  padding: 12px 20px;
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  height: auto;
  -ms-transition: height ease 0.1s;
  -webkit-transition: height ease 0.1s;
  transition: height ease 0.1s;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: visible;
  z-index: 5;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneSearch .queryInputWidth {
  width: calc(-54%);
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneError {
  flex: 1;
  -ms-flex: 1 auto;
  background-color: #eee;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneError .alert {
  margin-top: 80px;
  margin-left: -225px;
  left: 50%;
  width: 450px;
  position: relative;
  text-align: center;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneError .alert .cicon-error {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAQAAAD9sOO8AAAASUlEQVR4Xu3SMQoAIAzFUO/o/c+iY4fSSfgQyesgOESHrs9I0j7TEOL9pk5i/OmB/s9IvAYQH6DjxmtTWPEWBcS52zJPIJ4lSRfUZeB1c/cgSwAAAABJRU5ErkJggg==');
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneError .alert > ul {
  text-align: left;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 10px;
  list-style-type: square;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneError .alert > ul > li {
  word-break: break-all;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneInit {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  -ms-flex: 1 auto;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneErrorOnRunning img.cicon-error {
  margin: -13px -5px -20px -20px;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneErrorOnRunning span.pull-left {
  width: calc(100% - 80px);
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneResult {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  -ms-flex: 1;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneResult table {
  background-color: white;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneResult.narrow-padding td {
  padding: 1px 5px;
  line-height: 1.5;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneNavigate {
  flex: 0 auto;
  -ms-flex: 0 auto;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneNavigate .paneResizer {
  background-color: transparent;
  cursor: ns-resize;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneNavigate .paneDetail {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(21, 119, 163, 0.3);
  overflow-y: auto;
  overflow-x: hidden;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneNavigate .paneDetail > legend {
  border-bottom: 1px solid #ccc;
  line-height: 1;
  background-color: #e0e0e0;
  font-size: 13px;
  padding: 7px 10px 10px;
  margin: 0;
  width: 100%;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneNavigate .paneDetail .paneDetailContent tree-root ul.nav-list li {
  line-height: 16px;
}
.logquery-container #lqmc-query .paneQueries .paneQuery .paneMain .paneNavigate.detail-active {
  height: 200px;
}
.logquery-container #lqmc-query .paneQueries .paneQuery.is-queried {
  background-color: #eee;
}
.logquery-container #lqmc-procedure .subtitle {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
}
.logquery-container #lqmc-procedure .createProcedure {
  padding: 10px 20px !important;
}
.logquery-container #lqmc-procedure .createProcedure .error {
  color: red;
  border-color: red;
}
.logquery-container #lqmc-procedure .createProcedure legend.name {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
}
.logquery-container #lqmc-procedure .createProcedure legend.description {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
}
.logquery-container #lqmc-procedure .createProcedure legend.query {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
}
.logquery-container #lqmc-procedure .createProcedure legend.parameters {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
}
.logquery-container #lqmc-procedure .runProcedure {
  padding: 10px 20px !important;
}
.logquery-container #lqmc-procedure .runProcedure legend.parameters {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 4px;
  margin-bottom: 0;
  width: 98.6%;
}
.logquery-container #lqmc-procedure .runProcedure legend.description {
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 4px;
}
.logquery-container #lqmc-procedure .section-list .section table.table-form td:first-child {
  width: 150px;
}
.logquery-container #lqmc-stream {
  height: 100%;
}
.logquery-container #lqmc-stream .tabList {
  z-index: 2;
}
.logquery-container #lqmc-stream .tabList .nav-tab-right {
  margin: 0;
}
.logquery-container #lqmc-stream .tabList .nav-tab-right li a > i {
  vertical-align: 4px;
}
.logquery-container #lqmc-stream .tabList .nav-tab-right.disabled {
  display: none;
}
.logquery-container #lqmc-stream .map-view {
  padding: 20px;
}
.logquery-container #lqmc-stream .map-view .map-cont-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  -ms-transition: right .3s ease;
  -webkit-transition: right .3s ease;
  padding: 20px;
  background-color: white;
  overflow: auto;
}
.logquery-container #lqmc-stream .map-view .map-cont-scroller.in {
  right: 50%;
}
.logquery-container #lqmc-stream .map-view .linebg {
  background-size: 40px 40px;
  background-image: repeating-linear-gradient(0deg, #eeeeee, #eeeeee 1px, transparent 1px, transparent 40px), repeating-linear-gradient(-90deg, #eeeeee, #eeeeee 1px, transparent 1px, transparent 40px);
  height: 100000px;
  width: 100000px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node {
  border: 1px solid silver;
  background-color: white;
  font-size: .9em;
  padding: 1px 5px;
  border-radius: 5px;
  position: absolute;
  -ms-transition: -ms-transform linear 0.05s;
  -webkit-transition: -webkit-transform linear 0.05s;
  white-space: nowrap;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.node-.stopped {
  background-color: #e1e8e8;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node:hover {
  text-decoration: none;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.disabled {
  border-color: #ddd;
  color: rgba(62, 62, 62, 0.8);
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.stopped {
  color: gray;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.stopped.disabled {
  color: silver;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.selected {
  word-wrap: break-word;
  height: auto;
  border-color: #ccc;
  background-color: #e9eef4;
  color: #39639D;
  outline: 0;
  font-size: 14px;
  padding: 15px 10px;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  margin-left: 10px;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.selected > i.icon-white {
  margin-top: 4px;
}
.logquery-container #lqmc-stream .map-view .map-cont a.node.under {
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.logquery-container #lqmc-stream .table-view {
  padding: 0px;
  position: relative;
  height: calc(100% - 70px);
}
.logquery-container #lqmc-stream .table-view .pager-with-change-item {
  position: fixed;
  bottom: 0;
  left: 82px;
  right: 0;
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  padding-top: 4px;
}
.logquery-container #lqmc-stream .table-view table {
  table-layout: fixed;
  min-width: 720px;
}
.logquery-container #lqmc-stream .table-view .dropup ul > li input[type=range] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  margin: 2px;
  width: 40px;
}
.logquery-container #lqmc-stream .stream-tab {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none;
}
.logquery-container #lqmc-stream .stream-tab.map-view {
  background-color: white;
}
.logquery-container #lqmc-stream .stream-tab.active {
  display: block;
}
.logquery-container #lqmc-stream .section-list .section table.table-form td:first-child {
  width: 150px;
}
.logquery-container #lqmc-saved .pager-with-change-item {
  position: fixed;
  bottom: 0;
  left: 82px;
  right: 0;
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  padding-top: 4px;
}
.logquery-container #lqmc-saved .dropup ul > li input[type=range] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  margin: 2px;
  width: 40px;
}
.logquery-container #lqmc-scheduled #scheduleQueryString {
  height: 150px;
}
.logquery-container #lqmc-scheduled .pager-with-change-item {
  position: fixed;
  bottom: 0;
  left: 82px;
  right: 0;
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  padding-top: 4px;
}
.logquery-container #lqmc-scheduled .pager-with-change-item .dropup ul > li input[type=range] {
  -webkit-appearance: slider-vertical;
  margin: 2px;
  width: 40px;
}
.logquery-container #lqmc-scheduled .section-list .section table.table-form td:first-child {
  width: 150px;
}
.logquery-container .toggle,
.logquery-container .switch {
  height: 24px;
  vertical-align: text-top;
  font-size: 0.9em;
  min-width: 80px;
}
.logquery-container .toggle .switch-left,
.logquery-container .switch .switch-left,
.logquery-container .toggle .switch-right,
.logquery-container .switch .switch-right {
  padding: 2px;
}
.logquery-container query-result button.btn-more {
  position: relative;
  width: 40px;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 3;
  background-image: linear-gradient(to right, #ffffff, #e6e6e6);
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
}
.logquery-container query-result button.btn-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: -100px;
  transform: rotate(-90deg);
  margin-left: -100px;
  margin-top: 87px;
}
@-webkit-keyframes query-shrink {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 0%;
  }
  to {
    -webkit-transform: scale(0.01, 0.01) skew(10deg, 10deg);
    -webkit-transform-origin: -10px 200px;
  }
}
.shrink {
  -ms-animation: query-shrink 0.5s ease-out;
  -webkit-animation: query-shrink 0.5s ease-out;
  border: 2px solid #999;
  z-index: 5;
}
@-ms-keyframes query-shrink {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 0% 0%;
  }
  to {
    -ms-transform: scale(0.01, 0.01) skew(10deg, 10deg);
    -ms-transform-origin: -10px 200px;
  }
}
