.tpv-title {
  font-weight: bold;
  font-size: 200%;
  color: #494949;
  border-bottom: 1px solid #494949;
}
.tpv-content {
  margin-top: 10px;
}
.tp-content {
  position: relative;
  border: 1px solid #888;
  border-radius: 1px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.tp-content .errorSummary {
  background-color: #C10F0F;
  color: white;
  position: relative;
  width: auto;
  height: auto;
  margin: 10px;
  border: 2px solid #660000;
  border-radius: 1px;
  padding: 10px;
  font-size: 12px;
}
.tp-content .errorMessage {
  padding-top: 5px;
  color: red;
}
.tp-content-edit-footer {
  position: relative;
  height: 40px;
  background-image: url("/images/content_footer_bg.png");
  background-repeat: repeat-x;
}
.tp-content-edit-footer-inner {
  padding-top: 10px;
  margin: 10px;
}
.tp-content-success {
  position: relative;
  color: white;
  text-align: center;
  background-color: #38527C;
  border-radius: 0px 0px 1px 1px;
  margin: 0px 10px;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: tahoma;
}
.tp-content-block {
  position: relative;
  width: auto;
  border: 1px solid #CCC;
  background-color: #E3EEF4;
  border-radius: 1px;
  margin: 5px;
  overflow: hidden;
}
.tp-block-right-panel {
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0px;
}
.tp-lang-item,
.tp-content input[type="submit"] {
  position: relative;
  min-width: 40px;
  height: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: capitalize;
}
.tp-content input[type="submit"] {
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  border: 0px;
}
.tp-pointer:hover {
  cursor: pointer;
}
.tp-lang-item:hover,
.tp-lang-active,
.tp-content input[type="submit"]:hover {
  background-color: #38527C;
  color: white;
  cursor: pointer;
}
.tp-content-block-title {
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color: #38527C;
  font-size: 12px;
  margin: 5px;
}
.tp-lang-indicator {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  font-weight: 300;
  text-transform: capitalize;
  color: #38527C;
}
.tp-lang-indicator-empty {
  color: #aaa;
}
.tp-content-block-inputs {
  position: relative;
  width: auto;
  margin: 5px 5px 5px 5px;
  display: none;
}
.tp-content-block-items {
  position: relative;
  width: auto;
  margin: 5px 18px 5px 5px;
}
.tp-separator {
  height: 1px;
  margin: 10px 0px 10px 0px;
  background-color: #38527C;
}
.tp-float-left50,
.tp-float-right50 {
  width: 50%;
  margin: 0;
}
.tp-float-left50 {
  float: left;
}
.tp-float-right50 {
  float: right;
}
.tp-input-group {
  position: relative;
  border-collapse: separate;
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.tp-input-group-addon {
  width: 30px;
  text-transform: capitalize;
  position: relative;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #38527C;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  border-right: 0px none;
}
.tp-input-group input[type="text"],
.tp-input-group select {
  position: relative;
  padding: 5px;
  width: 100%;
  font-size: 12px;
  color: #444;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 0px 4px 4px 0px;
  z-index: 2;
}
.tp-input-group-item:not(:last-child) {
  padding-bottom: 10px;
}
.tpt-group-block {
  position: absolute;
  height: 100%;
  border-right: 1px solid #888;
  width: 20%;
}
.tpt-group-block ul {
  position: relative;
  list-style-type: none;
  padding: 0px;
  left: 0px;
  width: 100%;
  max-height: 700px;
  overflow-y: auto;
}
.tpt-group-block li {
  margin: 0;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  text-transform: capitalize;
}
.tpt-group-block a {
  text-decoration: none;
}
.tpt-group-block li:hover,
.tpt-group-block .tpt-group-li-active,
.tpt-group-block .tpt-toolbox-item:hover {
  background-color: #38527C;
  cursor: pointer;
  color: white;
}
.tpt-toolbox {
  height: 40px;
  border-bottom: 1px solid #aaa;
}
.tpt-toolbox-item {
  width: 45px;
  height: 100%;
  border-right: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.tptti-add-group {
  background-image: url('/images/add-group-off.png');
}
.tptti-add-group:hover {
  background-image: url('/images/add-group-on.png');
}
.tptti-add-msg {
  background-image: url('/images/add-msg-off.png');
}
.tptti-add-msg:hover {
  background-image: url('/images/add-msg-on.png');
}
.tp-content-edit-footer input[type="submit"]:hover {
  cursor: pointer;
}
