/* cpp-inline-style-replacements.css. 
This file contains the inline styles which were replaced by class in the tpl files.
-------------------------------*/

.is-hidden {
  display: none !important;
}

.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.quarter-width {
  width: 25%;
}
.auto-width {
  width: auto;
}
.mw-unset {
  min-width: unset
}

.mt-05 { 
  margin-top: 0.5em; 
}
.mb-05 { 
  margin-bottom: 0.5em; 
}
.mb-05px { 
  margin-bottom: 0.5px; 
}

.min-width-120 {
  min-width: 120px;
}
.min-height-190 {
  min-height: 190px;
}
.max-width-800 {
  max-width: 800px; 
}

.word-wrap-break {
  word-wrap: break-word;
}

.padding-5 {
  padding:5px
}
.padding-10-5 {
  padding: 10px 5px;
}
.no-padding-left {
  padding-left: 0;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right !important;
}
.va-text-top {
  vertical-align: text-top;
}

.no-left-border {
  border-left: none;
}
.no-right-border {
  border-right: none;
}

.search-summary {
  display: inline-block; 
  min-width: 12em;
}



/* Container */
.wz-tooltip {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: normal;
  width: auto;
}

.wz-tooltip-title {
  position: relative;
  z-index: 1;
}

.wz-tooltip-body {
  position: relative;
  z-index: 0;
}

/* Tables */
.wz-tooltip-table {
  border-collapse: collapse;
  width: auto;
}

.wz-tooltip-table td {
  padding: 0;
  margin: 0;
  border: 0;
}

/* Close button */
.wz-tooltip-close-pointer {
  cursor: pointer;
  padding: 0 2px;
  position: relative;
  left: 2px;
  text-align: right;
}

.wz-tooltip-close-hand {
  cursor: pointer;
  padding: 0 2px;
  position: relative;
  left: 2px;
  text-align: right;
}


/* Shadow */
.wz-tooltip-shadow-r {
  position: absolute;
  overflow: hidden;
}

.wz-tooltip-shadow-b {
  position: relative;
  overflow: hidden;
}





