div.clear {
  clear: both;
  height: 0;
}

a {
  outline: 0;
}

.loader {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 5000;
  top: 20px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  height: 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color: #c4c4c4;
}
.loader.overlay-loader {
  display: block;
}
.loader .loader-image {
  width: 32px;
  margin: 44px auto 0 auto;
}

.layout-content-separator {
  position: relative;
}
.layout-content-separator.vertical {
  width: 50px;
  height: 130px;
}
.layout-content-separator.vertical .prefix, .layout-content-separator.vertical .suffix {
  height: 50px;
  width: 1px;
  margin: 0 auto;
  background-color: #D9D9D9;
}
.layout-content-separator.vertical .content {
  font-size: 1.1em;
  color: #1C80CB;
  margin: 4px 0;
  text-align: center;
  font-weight: bold;
}
.layout-content-separator.callout-right {
  width: 8px;
}
.layout-content-separator.callout-right .prefix, .layout-content-separator.callout-right .suffix {
  margin: 0;
}
.layout-content-separator.callout-right .content {
  position: absolute;
  top: 25px;
  left: 0;
  height: 16px;
  width: 8px;
  background-image: url("/resource/image/evp/common/layout/callout-tail-right.png");
}

.overlay-target {
  display: none;
}

.overlay-config {
  display: none;
}

.overlay-content {
  padding: 5px;
  min-height: 125px;
}
.overlay-content .overlay-knowledge-base {
  float: right;
}
.overlay-content .overlay-title {
  font-size: 1.5em;
  color: #063A6C;
  margin-bottom: 17px;
}
.overlay-content .overlay-panel {
  padding: 12px;
  border: 1px solid #d9d9d9;
  background-color: #F2F2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#f5f5f5, #efefef);
  background-image: -moz-linear-gradient(#f5f5f5, #efefef);
  background-image: -o-linear-gradient(#f5f5f5, #efefef);
  background-image: -ms-linear-gradient(#f5f5f5, #efefef);
  background-image: linear-gradient(#f5f5f5, #efefef);
}
.overlay-content .overlay-block {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 15px;
}
.overlay-content .overlay-block:last-child {
  margin-bottom: 0;
}
.overlay-content .overlay-block .block-header {
  padding: 5px 0 5px 15px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d9d9d9;
}
.overlay-content .overlay-block .block-body {
  padding: 15px;
}
.overlay-content .overlay-block .block-body .item-header {
  font-weight: bold;
  font-size: 1em;
  color: #063A6C;
  margin-bottom: 3px;
}
.overlay-content .overlay-block .block-body .item-body {
  color: #666666;
  margin-bottom: 10px;
}
.overlay-content .overlay-block.overlay-block-callout {
  background-color: #f1f1f1;
  position: relative;
}
.overlay-content .overlay-block.overlay-block-callout .block-header {
  border: none;
  background: none;
  padding-top: 10px;
}
.overlay-content .overlay-block.overlay-block-callout .block-body {
  padding-bottom: 10px;
}
.overlay-content .overlay-block.overlay-block-callout .block-body .block-item .item-header {
  color: #000000;
}
.overlay-content .overlay-block.overlay-block-callout .block-body .block-item .item-body {
  font-style: italic;
}
.overlay-content .overlay-block.overlay-block-callout .overlay-callout-tail {
  position: absolute;
  bottom: -12px;
  left: 30px;
  width: 18px;
  height: 12px;
  background: url("/resource/image/evp/common/overlay/overlay-callout-tail.png");
}
