/**
 * Clay 3.116.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.116.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import "datatables/datatables.min.css";
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative;
}
.modify-pages .delete-tab {
  background: #333 url(../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px;
}

/*------ Navigation portlet ------*/
.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle;
}
.aui-form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.aui-form-triggers {
  float: left;
}

.aui-form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left;
}
.aui-form-trigger img {
  background: url() no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.aui-form-trigger:hover, .aui-form-trigger:focus {
  background-color: #83B0CA;
  background-image: url(../images/application/button_bg_over.png);
}

.aui-trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png);
}
.aui-trigger-selected:hover, .aui-trigger-selected:focus {
  background-color: #B7DEF4;
  background-image: url(../images/application/button_bg_selected_over.png);
}

.aui-options-trigger img {
  background-image: url(../images/common/configuration.png);
}

.aui-save-trigger img {
  background-image: url(../images/dock/my_place_current.png);
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* ---------- Imports ---------- */ /*
Item Name : CSS3 Mega Drop Down Menu
Author URI : http://codecanyon.net/user/Pixelworkshop/
Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
Version : 6.1
*/
/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 VERTICAL MEGA MENU
06 LIGHT THEME
07 DARK THEME
08 COLORS
09 MOBILE DEVICES

*/
.pagecontentclear {
  clear: both;
}

/* Vertical Menu Demos */
/* .pagewrapper {width: 960px;margin: 0 auto;}
.pagewrapper .pagecontent {width:690px;float: left;margin: 10px 0 0 0;}
.pagewrapper .megamenu_vertical_left {margin-right: 30px;}
.pagewrapper .megamenu_vertical_right {margin-left: 30px;} */
/*  _______________________________________

	01 MENU BAR
    _______________________________________  */
/* 
	IMPORTANT NOTICE
	If you're using the whole width menu, you should use at least a reset like :
	body {margin:0; padding:0;}
	Otherwise, some browsers may add margins and won't place the menu properly.
	It generally helps to include a CSS reset like : 
	http://meyerweb.com/eric/tools/css/reset/
	Keep in mind that a reset must be placed first, before any other CSS markup.
*/
.megamenu_wrapper,
.megamenu_wrapper_full {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 16;
  font-family: HPSimplifiedLight, Arial;
  font-size: 12px;
  line-height: 21px;
}

.megamenu_wrapper {
  width: 964px;
  margin-top: 15px;
}

.megamenu_wrapper_full {
  width: 100%;
}

.megamenu_container {
  width: 100%;
  margin: 0 auto;
  min-height: 39px;
}

.megamenu_wrapper .megamenu_container {
  width: 100%;
}

.megamenu_wrapper_full .megamenu_container {
  width: 96%;
  padding: 0 2% 0 2%;
}

.megamenu_container .megamenu {
  list-style: none;
  width: 964px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.megamenu > li {
  float: left;
  position: relative;
  margin-right: 30px;
  border: none;
  padding: 5px 0 11px;
}

.megamenu li.menuitem_fullwidth {
  position: static !important;
}

.megamenu > li > a {
  outline: 0;
  text-decoration: none;
  display: block;
}

.megamenu > li.first > a {
  outline: 0;
  padding: 9px 0 11px;
  text-decoration: none;
  display: block;
}

.megamenu > li .menuitem_drop {
  padding-right: 0px;
  color: #767676;
  font-size: 16px;
  cursor: pointer;
}

/* Right aligned menu item */
.megamenu > li.menuitem_right {
  float: right;
  right: 0;
  margin-right: 0;
}

/* Menu Button (Mobiles) */
.megamenu li.megamenu_button {
  display: none;
}

.megamenu li.megamenu_button_active {
  background: #000000 !important;
}

/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */
/* Drop Downs Containers */
.megamenu .dropdown_1column,
.megamenu .dropdown_2columns,
.megamenu .dropdown_3columns,
.megamenu .dropdown_4columns,
.megamenu .dropdown_5columns,
.megamenu .dropdown_fullwidth {
  margin: 0;
  display: none;
  position: absolute;
  z-index: 10;
}

/* Drop Downs Sizes */
.megamenu .dropdown_1column {
  width: 135px;
  padding: 15px 14px 15px 15px;
}

.megamenu .dropdown_2columns {
  width: 290px;
  padding: 15px 11px 15px 15px;
}

.megamenu .dropdown_3columns {
  width: 445px;
  padding: 15px 8px 15px 15px;
}

.megamenu .dropdown_4columns {
  width: 600px;
  padding: 15px 5px 15px 15px;
}

.megamenu .dropdown_5columns {
  width: 755px;
  padding: 15px 2px 15px 15px;
}

.megamenu .dropdown_fullwidth {
  width: 964px;
  padding: 20px;
  top: 37px;
  /*left:18px;*/
  box-sizing: border-box;
  left: 0px;
}

.megamenu_wrapper_full .megamenu .dropdown_fullwidth {
  left: 50%;
  margin-left: -481px;
}

.megamenu_wrapper .dropdown_right,
.megamenu_wrapper_full .dropdown_right {
  left: auto;
  right: -1px;
}

.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
  left: auto;
  right: 8px;
}

.megamenu_wrapper_full .megamenu li.menuitem_right > .dropdown_fullwidth {
  top: 41px;
}

/* Showing Drop Down on Mouse Hover */
.megamenu li:hover > div {
  display: block;
}

/* Columns Sizes */
.megamenu .col_one_sixth,
.megamenu .col_one_fifth,
.megamenu .col_one_quarter,
.megamenu .col_one_third,
.megamenu .col_two_fifths,
.megamenu .col_half,
.megamenu .col_three_fifths,
.megamenu .col_two_thirds,
.megamenu .col_three_quarters,
.megamenu .col_four_fifths,
.megamenu .col_five_sixths,
.megamenu .col_full {
  float: left;
  margin-left: 2%;
}

.megamenu .col_one_sixth {
  width: 14.66667%;
}

.megamenu .col_one_fifth {
  width: 18%;
}

.megamenu .col_one_quarter {
  width: 23%;
}

.megamenu .col_one_third {
  width: 31.33333%;
}

.megamenu .col_two_fifths {
  width: 38%;
}

.megamenu .col_half {
  width: 48%;
}

.megamenu .col_three_fifths {
  width: 58%;
}

.megamenu .col_two_thirds {
  width: 64.66667%;
}

.megamenu .col_three_quarters {
  width: 73%;
}

.megamenu .col_four_fifths {
  width: 78%;
}

.megamenu .col_five_sixths {
  width: 81.33333%;
}

.megamenu .col_full {
  width: 98%;
}

/* IMPORTANT */
/* Use the firstcolumn class for the first element of a new row of content */
.megamenu .firstcolumn {
  margin-left: 0;
  clear: left;
}

/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */
.megamenu p,
.megamenu ul,
.megamenu li,
.megamenu h2,
.megamenu h3 {
  font-size: 12px;
  font-family: HPSimplifiedLight, Arial;
  line-height: 21px;
  text-align: left;
}

.megamenu p {
  margin: 0;
  margin-bottom: 18px;
}

.megamenu .strong {
  font-weight: bold;
}

.megamenu .italic {
  font-style: italic;
}

.megamenu h2,
.megamenu h3 {
  margin-top: 7px;
  font-weight: bold;
}

.megamenu h2 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}

.megamenu h3 {
  /*font-weight:600;*/
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  margin: 0 0 14px;
  min-height: 22px;
}

.col_one_quarter h3:first-child {
  padding-top: 0;
}

.megamenu li a {
  text-decoration: none;
}

.dropdown_fullwidth h3 a {
  color: #007DBA;
  font-size: 18px;
}

.megamenu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
  margin-top: 18px;
}

/* Icon paragraphs */
.megamenu .help,
.megamenu .favorite,
.megamenu .mail,
.megamenu .print {
  padding-left: 36px;
  margin-bottom: 18px;
}

.megamenu .help {
  background: url("../img/help.png") no-repeat 0 2px;
}

.megamenu .favorite {
  background: url("../img/favorite.png") no-repeat 0 2px;
}

.megamenu .mail {
  background: url("../img/mail.png") no-repeat 0 2px;
}

.megamenu .print {
  background: url("../img/print.png") no-repeat 0 2px;
}

/* Images styles */
.megamenu .imgshadow_dark,
.megamenu .imgshadow_light {
  padding: 4px;
  margin-top: 5px;
}

.megamenu .img_left { /* Image sticks to the left */
  float: left;
  margin: 5px 15px 5px 0;
}

.megamenu .img_right { /* Image sticks to the right */
  float: right;
  margin: 5px 0 5px 15px;
}

/* Box styles */
.megamenu li .black_box,
.megamenu li .dark_grey_box {
  margin: -8px 0 18px 0;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Standard lists styles */
.megamenu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.megamenu li ul li {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px #000000;
  padding: 0;
  margin: 0 0 4px;
  float: left;
  text-align: left;
  width: 100%;
}

.megamenu li ul li a {
  padding: 0;
  color: #000000;
  font-size: 14px;
}

/* Greybox lists styles */
.megamenu li .greybox li {
  margin: 0 0 4px 0;
  padding: 4px 6% 4px 6%;
  width: 88%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Other lists styles */
.megamenu li .plus li {
  margin: 0 0 4px 0;
  padding: 0 0 0 20px;
  float: left;
}

/* Social Icons */
.megamenu li ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.megamenu li ul.social li {
  padding-top: 5px;
  margin: 0 12px 12px 0;
  float: left;
  position: relative;
  display: inline;
  width: 32px;
}

.megamenu li ul.social li img {
  border: none;
}

.megamenu li ul.social li:hover {
  padding-top: 5px;
  margin: -1px 12px 12px 0;
}

.megamenu li ul.social li span {
  display: none;
}

/* 2-Levels Drop Down */
.megamenu .dropdown_flyout {
  min-width: 120px;
}

.megamenu .levels,
.megamenu .levels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.megamenu .levels a {
  display: block;
  width: 10em;
}

.megamenu .levels li {
  float: left;
}

.megamenu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0 0 4px;
  padding: 6px 12px;
  left: -999em;
  z-index: 99;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.megamenu .levels li:hover > ul {
  left: 96%;
}

/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */
.megamenu .contact_form {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: HPSimplifiedLight, Arial;
}

.megamenu .contact_form label {
  display: inline-block;
  float: left;
  width: 80px;
  font-size: 12px;
}

.megamenu .contact_form input,
.megamenu .contact_form textarea {
  font-family: HPSimplifiedLight, Arial;
  font-size: 12px;
  width: 90%;
  padding: 8px 4% 8px 4%;
  margin: 9px 0 9px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.megamenu .contact_form textarea {
  resize: none;
}

.megamenu .contact_form .required {
  color: #C00;
}

.megamenu .contact_form .form_buttons {
  margin: 4px 0 0 0;
}

.megamenu .contact_form input.button {
  width: 80px;
  margin-right: 10px;
  cursor: pointer;
  padding: 8px;
}

.megamenu .contact_form .special {
  display: none;
}

.megamenu .contact_form .error,
.megamenu .contact_form .sent {
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.megamenu .contact_form .error {
  background: #FBE5E2;
  border: #F2A197 solid 1px;
  color: #992213;
}

.megamenu .contact_form .sent {
  background: #E1F8CB;
  border: #C6D880 solid 1px;
  color: #37620d;
}

/*  _______________________________________

	05 VERTICAL MEGA MENU
    _______________________________________  */
.megamenu_wrapper_vertical {
  width: 160px;
  position: relative;
}

.megamenu_vertical_left {
  float: left;
}

.megamenu_vertical_right {
  float: right;
}

.megamenu_wrapper_vertical .megamenu_container {
  height: auto;
  float: left;
  padding: 10px 0 10px 0;
}

.megamenu_wrapper_vertical .megamenu {
  margin: 0;
  float: left;
  width: 100%;
}

.megamenu_wrapper_vertical .megamenu > li {
  margin: 0;
  width: 160px;
  float: left;
  clear: left;
}

.megamenu_wrapper_vertical .megamenu li .menuitem_drop {
  padding-right: 30px;
}

.megamenu_vertical_right .megamenu li .menuitem_drop,
.megamenu_vertical_right .megamenu li.menuitem_nodrop a {
  padding-right: 0;
  padding-left: 35px;
}

.megamenu_wrapper_vertical .megamenu li.menuitem_right {
  float: left;
  margin-right: auto;
}

.megamenu_wrapper_vertical .megamenu li.menuitem_right a {
  margin-right: auto;
}

.megamenu_vertical_left .megamenu .dropdown_1column,
.megamenu_vertical_left .megamenu .dropdown_2columns,
.megamenu_vertical_left .megamenu .dropdown_3columns,
.megamenu_vertical_left .megamenu .dropdown_4columns,
.megamenu_vertical_left .megamenu .dropdown_5columns,
.megamenu_vertical_left .megamenu .dropdown_fullwidth,
.megamenu_vertical_left .megamenu .dropdown_right {
  left: 160px;
  top: auto;
  right: auto;
  margin: -41px 0 0 0;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}

.megamenu_vertical_right .megamenu .dropdown_1column,
.megamenu_vertical_right .megamenu .dropdown_2columns,
.megamenu_vertical_right .megamenu .dropdown_3columns,
.megamenu_vertical_right .megamenu .dropdown_4columns,
.megamenu_vertical_right .megamenu .dropdown_5columns,
.megamenu_vertical_right .megamenu .dropdown_fullwidth,
.megamenu_vertical_right .megamenu .dropdown_right {
  left: auto;
  top: auto;
  right: 160px;
  margin: -42px 0 0 0;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.megamenu_vertical_right .megamenu .levels a {
  padding-left: 17px;
}

.megamenu_vertical_right .megamenu .levels li:hover > ul {
  left: auto;
  right: 100%;
}

/*  _______________________________________

	06 LIGHT THEME
    _______________________________________  */
.megamenu_light_theme .megamenu_container > ul > li:hover,
.megamenu_light_theme .megamenu_container .megamenu > li.active,
.megamenu_light_theme .megamenu_container > ul > li.menuitem_nodrop:hover {
  border-bottom: 4px solid #0096D9;
  padding-bottom: 7px;
}

.megamenu_light_theme .megamenu_container > ul > li > a,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
  color: #767676;
  font-size: 16px;
}

.megamenu_light_theme .megamenu_container > ul > li:hover > a {
  color: #000;
}

.megamenu_light_theme ul li .menuitem_drop,
.megamenu_light_theme .megamenu li.noactive .menuitem_drop {
  /* 	background-image:url("../img/arrow_down1.png");
  	background-repeat:no-repeat; */
  background-position: right 17px;
}

.megamenu_vertical_left .megamenu_light_theme ul li .menuitem_drop,
.megamenu_vertical_left .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
  background-image: url("../img/arrow_right1.png");
  background-position: 90% 15px;
}

.megamenu_vertical_right .megamenu_light_theme ul li .menuitem_drop,
.megamenu_vertical_right .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
  background-image: url("../img/arrow_left1.png");
  background-position: 10% 15px;
}

.megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
  background-color: #FFFFFF;
  border-color: #CCCCCC #CCCCCC #007DBA;
  border-style: solid;
  border-width: 1px 1px 3px;
}

.megamenu_wrapper_vertical .megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
  border: 1px solid #444444;
}

.megamenu_light_theme ul p,
.megamenu_light_theme ul h2,
.megamenu_light_theme ul h3,
.megamenu_light_theme ul li ul li {
  text-shadow: 1px 1px 1px #FFFFFF;
}

.megamenu_light_theme ul h2,
.megamenu_light_theme ul h3 {
  border-bottom: 0px solid #888888;
}

.megamenu_light_theme ul .imgshadow_dark { /* Better style on dark background */
  background: #FFFFFF;
  border: 1px solid #333333;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}

.megamenu_light_theme ul .imgshadow_light { /* Better style on light background */
  background: #FFFFFF;
  border: 1px solid #777777;
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}

.megamenu_light_theme ul li .black_box {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background-color: #333333;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.megamenu_light_theme ul li .dark_grey_box {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background-color: #555555;
  -webkit-box-shadow: inset 0 0 3px #111111;
  -moz-box-shadow: inset 0 0 3px #111111;
  box-shadow: inset 0 0 3px #111111;
}

.megamenu_light_theme ul li .greybox li {
  background: #F4F4F4;
  border: 1px solid #bbbbbb;
}

.megamenu_light_theme ul li .greybox li:hover {
  background: #ffffff;
  border: 1px solid #aaaaaa;
}

.megamenu_light_theme ul li .plus li {
  background: url("../img/plus.png") left 6px no-repeat;
}

.megamenu_light_theme ul .levels a.parent,
.megamenu_light_theme ul .levels a.parent:hover {
  background: url("../img/arrow_right1.png") right center no-repeat;
}

.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent,
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent:hover {
  background: url("../img/arrow_left1.png") left center no-repeat;
}

.megamenu_light_theme ul .contact_form input:focus,
.megamenu_light_theme ul .contact_form textarea:focus,
.megamenu_light_theme ul .contact_form select:focus,
.megamenu_light_theme ul .contact_form input:hover,
.megamenu_light_theme ul .contact_form textarea:hover,
.megamenu_light_theme ul .contact_form select:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 3px;
  border: 1px solid #333333;
}

.megamenu_light_theme ul .contact_form input,
.megamenu_light_theme ul textarea,
.megamenu_light_theme ul select {
  color: #FFFFFF;
  background-color: #222222;
  border: 1px solid #0A0A0A;
}

.megamenu_light_theme ul .contact_form input.button {
  background-color: #1E1E1E;
  border: 1px solid #0A0A0A;
  color: #cccccc;
}

.megamenu_light_theme ul .contact_form input.button:hover {
  color: #eeeeee;
  background-color: #222222;
  border: 1px solid #000000;
}

/*  _______________________________________

	07 DARK THEME
    _______________________________________  */
.megamenu_dark_theme .megamenu_container > ul > li:hover,
.megamenu_dark_theme .megamenu_container .megamenu > li.active,
.megamenu_dark_theme .megamenu_container > ul > li.menuitem_nodrop:hover {
  background-color: #161616;
}

.megamenu_dark_theme .megamenu_container > ul > li > a {
  color: #eee;
  text-shadow: 1px 1px 1px #000000;
}

.megamenu_dark_theme ul p,
.megamenu_dark_theme ul ul,
.megamenu_dark_theme ul li,
.megamenu_dark_theme ul h2,
.megamenu_dark_theme ul h3,
.megamenu_dark_theme .megamenu_container > ul > li:hover > a {
  color: #ffffff;
}

.megamenu_dark_theme ul li .menuitem_drop,
.megamenu_dark_theme .megamenu li.noactive .menuitem_drop {
  background-image: url("../img/arrow_down2.png");
  background-repeat: no-repeat;
  background-position: right 17px;
}

.megamenu_vertical_left .megamenu_dark_theme ul li .menuitem_drop,
.megamenu_vertical_left .megamenu_dark_theme .megamenu li.noactive .menuitem_drop {
  background-image: url("../img/arrow_right2.png");
  background-position: 90% 15px;
}

.megamenu_vertical_right .megamenu_dark_theme ul li .menuitem_drop,
.megamenu_vertical_right .megamenu_dark_theme .megamenu li.noactive .menuitem_drop {
  background-image: url("../img/arrow_left2.png");
  background-position: 10% 15px;
}

.megamenu_dark_theme .megamenu > li > div,
.megamenu_dark_theme ul .levels li ul {
  background: #161616;
  border: 1px solid #000000;
  border-top: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#0A0A0A));
  background: -webkit-linear-gradient(top, #161616, #0A0A0A);
  background: -moz-linear-gradient(top, #161616, #0A0A0A);
  background: -o-linear-gradient(top, #161616, #0A0A0A);
  background: -ms-linear-gradient(top, #161616, #0A0A0A);
  background: linear-gradient(top, #161616, #0A0A0A);
}

.megamenu_wrapper_vertical .megamenu_dark_theme .megamenu > li > div,
.megamenu_dark_theme ul .levels li ul {
  border: 1px solid #000000;
}

.megamenu_dark_theme ul h2,
.megamenu_dark_theme ul h3 {
  border-bottom: 1px solid #333333;
}

.megamenu_dark_theme ul .imgshadow_dark,
.megamenu_dark_theme ul .imgshadow_light {
  background: #FFFFFF;
  border: 1px solid #333333;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}

.megamenu_dark_theme ul .imgshadow_light {
  border: 1px solid #777777;
}

.megamenu_dark_theme ul li .black_box,
.megamenu_dark_theme ul li .dark_grey_box {
  background-color: #0A0A0A;
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.megamenu_dark_theme ul li .greybox li {
  background: #0A0A0A;
  border: 1px solid #000000;
}

.megamenu_dark_theme ul li .greybox li:hover {
  background: #141414;
  border: 1px solid #111111;
}

.megamenu_dark_theme ul li .plus li {
  background: url("../img/plus_dark.png") left 6px no-repeat;
}

.megamenu_dark_theme ul .levels a.parent,
.megamenu_dark_theme ul .levels a.parent:hover {
  background: url("../img/arrow_right2.png") right center no-repeat;
}

.megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent,
.megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent:hover {
  background: url("../img/arrow_left2.png") left center no-repeat;
}

.megamenu_dark_theme ul .contact_form input:focus,
.megamenu_dark_theme ul .contact_form textarea:focus,
.megamenu_dark_theme ul .contact_form select:focus {
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 8px;
  border: 1px solid #333333;
}

.megamenu_dark_theme ul .contact_form input:hover,
.megamenu_dark_theme ul .contact_form textarea:hover,
.megamenu_dark_theme ul .contact_form select:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
}

.megamenu_dark_theme ul .contact_form input,
.megamenu_dark_theme ul .contact_form textarea,
.megamenu_dark_theme ul .contact_form select {
  color: #FFFFFF;
  background-color: #222222;
  border: 1px solid #0A0A0A;
}

.megamenu_dark_theme ul .contact_form input.button {
  background-color: #1E1E1E;
  border: 1px solid #0A0A0A;
  color: #cccccc;
}

.megamenu_dark_theme ul .contact_form input.button:hover {
  color: #eeeeee;
  background-color: #222222;
  border: 1px solid #000000;
}

/*  _______________________________________

	08 COLORS
    _______________________________________  */
/* White */
.megamenu_white {
  background: #fff;
  border-bottom: 0px solid #ccc;
}

.megamenu_dark_theme .megamenu_black li div a {
  color: #CCC;
}

.megamenu_dark_theme .megamenu_black li div a:hover {
  color: #EEE;
}

.megamenu_dark_theme .megamenu_black li ul li a:hover {
  color: #EEE;
}

.megamenu_light_theme .megamenu_black li div a {
  color: #444;
}

.megamenu_light_theme .megamenu_black li div a:hover {
  color: #777;
}

.megamenu_light_theme .megamenu_black li ul li a:hover {
  color: #777;
}

/* Black */
.megamenu_black {
  background: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#2a2a2a));
  background: -webkit-linear-gradient(top, #555, #2a2a2a);
  background: -moz-linear-gradient(top, #555, #2a2a2a);
  background: -o-linear-gradient(top, #555, #2a2a2a);
  background: -ms-linear-gradient(top, #555, #2a2a2a);
  background: linear-gradient(top, #555, #2a2a2a);
  border: 1px solid #222;
  border-top: 1px solid #777;
}

.megamenu_dark_theme .megamenu_black li div a {
  color: #CCC;
}

.megamenu_dark_theme .megamenu_black li div a:hover {
  color: #EEE;
}

.megamenu_dark_theme .megamenu_black li ul li a:hover {
  color: #EEE;
}

.megamenu_light_theme .megamenu_black li div a {
  color: #444;
}

.megamenu_light_theme .megamenu_black li div a:hover {
  color: #777;
}

.megamenu_light_theme .megamenu_black li ul li a:hover {
  color: #777;
}

/* Blue */
.megamenu_blue {
  background: #014464;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0272a7), to(#013953));
  background: -webkit-linear-gradient(top, #0272a7, #013953);
  background: -moz-linear-gradient(top, #0272a7, #013953);
  background: -o-linear-gradient(top, #0272a7, #013953);
  background: -ms-linear-gradient(top, #0272a7, #013953);
  background: linear-gradient(top, #0272a7, #013953);
  border: 1px solid #015b86;
  border-top: 1px solid #029feb;
}

.megamenu_dark_theme .megamenu_blue li div a {
  color: #0294da;
}

.megamenu_dark_theme .megamenu_blue li div a:hover {
  color: #33bcfd;
}

.megamenu_dark_theme .megamenu_blue li ul li a:hover {
  color: #33bcfd;
}

.megamenu_light_theme .megamenu_blue li div a {
  color: #015b86;
}

.megamenu_light_theme .megamenu_blue li div a:hover {
  color: #029feb;
}

.megamenu_light_theme .megamenu_blue li ul li a:hover {
  color: #029feb;
}

/* Brown */
.megamenu_brown {
  background: #44391e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#736033), to(#382f19));
  background: -webkit-linear-gradient(top, #736033, #382f19);
  background: -moz-linear-gradient(top, #736033, #382f19);
  background: -o-linear-gradient(top, #736033, #382f19);
  background: -ms-linear-gradient(top, #736033, #382f19);
  background: linear-gradient(top, #736033, #382f19);
  border: 1px solid #5c4c29;
  border-top: 1px solid #a28748;
}

.megamenu_dark_theme .megamenu_brown li div a {
  color: #8b733e;
}

.megamenu_dark_theme .megamenu_brown li div a:hover {
  color: #bfa670;
}

.megamenu_dark_theme .megamenu_brown li ul li a:hover {
  color: #bfa670;
}

.megamenu_light_theme .megamenu_brown li div a {
  color: #5c4c29;
}

.megamenu_light_theme .megamenu_brown li div a:hover {
  color: #a28748;
}

.megamenu_light_theme .megamenu_brown li ul li a:hover {
  color: #a28748;
}

/* Green */
.megamenu_green {
  background: #3e5718;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#658c26), to(#354914));
  background: -webkit-linear-gradient(top, #658c26, #354914);
  background: -moz-linear-gradient(top, #658c26, #354914);
  background: -o-linear-gradient(top, #658c26, #354914);
  background: -ms-linear-gradient(top, #658c26, #354914);
  background: linear-gradient(top, #658c26, #354914);
  border: 1px solid #52711f;
  border-top: 1px solid #8bc135;
}

.megamenu_dark_theme .megamenu_green li div a {
  color: #6f992a;
}

.megamenu_dark_theme .megamenu_green li div a:hover {
  color: #a3d158;
}

.megamenu_dark_theme .megamenu_green li ul li a:hover {
  color: #a3d158;
}

.megamenu_light_theme .megamenu_green li div a {
  color: #52711f;
}

.megamenu_light_theme .megamenu_green li div a:hover {
  color: #8bc135;
}

.megamenu_light_theme .megamenu_green li ul li a:hover {
  color: #8bc135;
}

/* Light Blue */
.megamenu_lightblue {
  background: #52786b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#709e8e), to(#52786b));
  background: -webkit-linear-gradient(top, #709e8e, #52786b);
  background: -moz-linear-gradient(top, #709e8e, #52786b);
  background: -o-linear-gradient(top, #709e8e, #52786b);
  background: -ms-linear-gradient(top, #709e8e, #52786b);
  background: linear-gradient(top, #709e8e, #52786b);
  border: 1px solid #608c7d;
  border-top: 1px solid #99b9ae;
}

.megamenu_dark_theme .megamenu_lightblue li div a {
  color: #608c7d;
}

.megamenu_dark_theme .megamenu_lightblue li div a:hover {
  color: #99b9ae;
}

.megamenu_dark_theme .megamenu_lightblue li ul li a:hover {
  color: #99b9ae;
}

.megamenu_light_theme .megamenu_lightblue li div a {
  color: #608c7d;
}

.megamenu_light_theme .megamenu_lightblue li div a:hover {
  color: #99b9ae;
}

.megamenu_light_theme .megamenu_lightblue li ul li a:hover {
  color: #99b9ae;
}

/* Orange */
.megamenu_orange {
  background: #d24900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6717), to(#c14300));
  background: -webkit-linear-gradient(top, #ff6717, #c14300);
  background: -moz-linear-gradient(top, #ff6717, #c14300);
  background: -o-linear-gradient(top, #ff6717, #c14300);
  background: -ms-linear-gradient(top, #ff6717, #c14300);
  background: linear-gradient(top, #ff6717, #c14300);
  border: 1px solid #f45500;
  border-top: 1px solid #ff945b;
}

.megamenu_dark_theme .megamenu_orange li div a {
  color: #f45500;
}

.megamenu_dark_theme .megamenu_orange li div a:hover {
  color: #ff945b;
}

.megamenu_dark_theme .megamenu_orange li ul li a:hover {
  color: #ff945b;
}

.megamenu_light_theme .megamenu_orange li div a {
  color: #f45500;
}

.megamenu_light_theme .megamenu_orange li div a:hover {
  color: #ff945b;
}

.megamenu_light_theme .megamenu_orange li ul li a:hover {
  color: #ff945b;
}

/* Pink */
.megamenu_pink {
  background: #910045;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d50066), to(#80003d));
  background: -webkit-linear-gradient(top, #d50066, #80003d);
  background: -moz-linear-gradient(top, #d50066, #80003d);
  background: -o-linear-gradient(top, #d50066, #80003d);
  background: -ms-linear-gradient(top, #d50066, #80003d);
  background: linear-gradient(top, #d50066, #80003d);
  border: 1px solid #b30055;
  border-top: 1px solid #ff1a87;
}

.megamenu_dark_theme .megamenu_pink li div a {
  color: #e6006d;
}

.megamenu_dark_theme .megamenu_pink li div a:hover {
  color: #ff4da1;
}

.megamenu_dark_theme .megamenu_pink li ul li a:hover {
  color: #ff4da1;
}

.megamenu_light_theme .megamenu_pink li div a {
  color: #b30055;
}

.megamenu_light_theme .megamenu_pink li div a:hover {
  color: #ff1a87;
}

.megamenu_light_theme .megamenu_pink li ul li a:hover {
  color: #ff1a87;
}

/* Purple */
.megamenu_purple {
  background: #6a5f71;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c8094), to(#615867));
  background: -webkit-linear-gradient(top, #8c8094, #615867);
  background: -moz-linear-gradient(top, #8c8094, #615867);
  background: -o-linear-gradient(top, #8c8094, #615867);
  background: -ms-linear-gradient(top, #8c8094, #615867);
  background: linear-gradient(top, #8c8094, #615867);
  border: 1px solid #7b6f83;
  border-top: 1px solid #ada5b3;
}

.megamenu_dark_theme .megamenu_purple li div a {
  color: #7b6f83;
}

.megamenu_dark_theme .megamenu_purple li div a:hover {
  color: #ada5b3;
}

.megamenu_dark_theme .megamenu_purple li ul li a:hover {
  color: #ada5b3;
}

.megamenu_light_theme .megamenu_purple li div a {
  color: #7b6f83;
}

.megamenu_light_theme .megamenu_purple li div a:hover {
  color: #ada5b3;
}

.megamenu_light_theme .megamenu_purple li ul li a:hover {
  color: #ada5b3;
}

/* Red */
.megamenu_red {
  background: #830701;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d70b02), to(#830701));
  background: -webkit-linear-gradient(top, #d70b02, #830701);
  background: -moz-linear-gradient(top, #d70b02, #830701);
  background: -o-linear-gradient(top, #d70b02, #830701);
  background: -ms-linear-gradient(top, #d70b02, #830701);
  background: linear-gradient(top, #d70b02, #830701);
  border: 1px solid #a40802;
  border-top: 1px solid #fd190f;
}

.megamenu_dark_theme .megamenu_red li div a {
  color: #d60a03;
}

.megamenu_dark_theme .megamenu_red li div a:hover {
  color: #fd5953;
}

.megamenu_dark_theme .megamenu_red li ul li a:hover {
  color: #fd5953;
}

.megamenu_light_theme .megamenu_red li div a {
  color: #a40802;
}

.megamenu_light_theme .megamenu_red li div a:hover {
  color: #fd190f;
}

.megamenu_light_theme .megamenu_red li ul li a:hover {
  color: #fd190f;
}

/* No left & right borders if full width menu bar */
.megamenu_wrapper_full .megamenu_container {
  border-left: none;
  border-right: none;
}

/*  _______________________________________

	09 MOBILE DEVICES
    _______________________________________  */
.megamenu_dark_theme .megamenu_container .megamenu > li.noactive,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive {
  background-color: transparent;
  border: none;
}

/* @media only screen and (max-width: 1023px) { */
/* Menu Containers */
/* 	.megamenu_wrapper { */
/* 		width:95%; */
/* 	} */
/* 	.megamenu_wrapper_full { */
/* 		width:100%; */
/* 	} */
/* 	.megamenu_wrapper .megamenu_container, */
/* 	.megamenu_wrapper_full .megamenu_container { */
/* 		width:100%; */
/* 		padding: 0; */
/* 		margin:0 auto; */
/* 		height:auto; */
/* 		float:left; */
/* 	} */
/* 	.megamenu_wrapper .megamenu_container .megamenu, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu { */
/* 		width:98%; */
/* 		margin:0; */
/* 		padding: 0 1% 0 1%; */
/* 	} */
/* Menu Items */
/* 	.megamenu_wrapper .megamenu > li, */
/* 	.megamenu_wrapper_full .megamenu > li { */
/* 		height:40px; */
/* 		position:static; */
/* 		float:left; */
/* 		right:auto; */
/* 	} */
/* 	.megamenu_wrapper .megamenu > li.menuitem_right, */
/* 	.megamenu_wrapper_full .megamenu > li.menuitem_right { */
/* 		float:right; */
/* 	} */
/* Menu Drop Downs */
/* 	.megamenu_wrapper .megamenu .dropdown_1column,  */
/* 	.megamenu_wrapper .megamenu .dropdown_2columns,  */
/* 	.megamenu_wrapper .megamenu .dropdown_3columns,  */
/* 	.megamenu_wrapper .megamenu .dropdown_4columns, */
/* 	.megamenu_wrapper .megamenu .dropdown_5columns, */
/* 	.megamenu_wrapper .megamenu .dropdown_fullwidth, */
/* 	.megamenu_wrapper .megamenu .dropdown_right, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_1column,  */
/* 	.megamenu_wrapper_full .megamenu .dropdown_2columns,  */
/* 	.megamenu_wrapper_full .megamenu .dropdown_3columns,  */
/* 	.megamenu_wrapper_full .megamenu .dropdown_4columns, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_5columns, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_fullwidth, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_right { */
/* 		top:auto; */
/* 		right:auto; */
/* 		left:auto; */
/* 		float:left; */
/* 		border-top: none; */
/* 		padding:2%; */
/* 		margin:-1px 0 0 -1px; */
/* 	} */
/* 	.megamenu .dropdown_1column  { */
/* 		width: 12.6666%; */
/* 	} */
/* 	.megamenu .dropdown_2columns  { */
/* 		width: 29.3333%; */
/* 	} */
/* 	.megamenu .dropdown_3columns  { */
/* 		width: 44%; */
/* 	} */
/* 	.megamenu .dropdown_4columns  { */
/* 		width: 60.6666%; */
/* 	} */
/* 	.megamenu .dropdown_5columns  { */
/* 		width: 79.3333%; */
/* 	} */
/* 	.megamenu .dropdown_fullwidth  { */
/* 		width: 94%; */
/* 	} */
/* 	.megamenu_wrapper .megamenu .dropdown_right, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_right { */
/* 		left:auto; */
/* 		right:1%; */
/* 	} */
/* 	.megamenu_wrapper_vertical .megamenu .dropdown_right { */
/* 		left:auto; */
/* 		right:auto; */
/* 	} */
/* 	.megamenu_wrapper .megamenu .dropdown_fullwidth, */
/* 	.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_fullwidth, */
/* 	.megamenu_wrapper_full .megamenu li.menuitem_right .dropdown_fullwidth { */
/* 		top:41px; */
/* 		right:auto; */
/* 		left:1%; */
/* 		margin: 0; */
/* 	} */
/* Menu Contact Form */
/* 	.megamenu .contact_form label { */
/* 		width:92%; */
/* 	} */
/* 	.megamenu .contact_form input,  */
/* 	.megamenu .contact_form textarea { */
/* 		width:92%; */
/* 	}    */
/* 	.megamenu .contact_form .form_buttons { */
/* 		margin:4px 0 0 0; */
/* 	} */
/* Vertical Menu */
/* 	.megamenu_wrapper_vertical { */
/* 		width: 100%; */
/* 		position: relative; */
/* 	} */
/* 	.megamenu_vertical_left, */
/* 	.megamenu_vertical_right { */
/* 		float:none; */
/* 	} */
/* 	.megamenu_wrapper_vertical .megamenu > li { */
/* 		margin:0; */
/* 		width:auto; */
/* 		float: left; */
/* 		clear: none; */
/* 	} */
/* 		.megamenu_vertical_right .megamenu li.menuitem_nodrop a { */
/* 			padding-right:10px; */
/* 			padding-left: 15px; */
/* 		} */
/* 		.megamenu_wrapper_vertical .megamenu li.menuitem_right { */
/* 			float:left; */
/* 			margin-right:auto; */
/* 		} */
/* 		.megamenu_wrapper_vertical .megamenu li.menuitem_right a { */
/* 			margin-right:auto; */
/* 		} */
/* 		.megamenu_vertical_right .megamenu .levels a { */
/* 			padding-left: 0; */
/* 		} */
/*		.megamenu_vertical_right .megamenu .levels li:hover > ul {
			left:96%;
			right: auto;
		}
 */ /*.megamenu_vertical_left .megamenu_light_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_left .megamenu_light_theme .megamenu li.noactive .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_light_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_light_theme .megamenu li.noactive .menuitem_drop, */
/* 		.megamenu_vertical_left .megamenu_dark_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_left .megamenu_dark_theme .megamenu li.noactive .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_dark_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_dark_theme .megamenu li.noactive .menuitem_drop		 { */
/* 			padding-right:30px; */
/* 			padding-left: 15px; */
/* 			background-position: right 17px; */
/* 		} */
/* 		.megamenu_vertical_left .megamenu_light_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_left .megamenu_light_theme .megamenu li.noactive .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_light_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_light_theme .megamenu li.noactive .menuitem_drop { */
/* 			background-image:url("../img/arrow_down1.png"); */
/* 		} */
/* 		.megamenu_vertical_left .megamenu_dark_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_left .megamenu_dark_theme .megamenu li.noactive .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_dark_theme ul li .menuitem_drop, */
/* 		.megamenu_vertical_right .megamenu_dark_theme .megamenu li.noactive .menuitem_drop { */
/* 			background-image:url("../img/arrow_down2.png"); */
/* 		} */
/* 		.megamenu_wrapper_vertical .megamenu_light_theme .megamenu > li > div, */
/* 		.megamenu_wrapper_vertical .megamenu_dark_theme .megamenu > li > div { */
/* 			border-top:none; */
/* 		} */
/* 		.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent,  */
/* 		.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent:hover { */
/* 			background: url("../img/arrow_right1.png") right center no-repeat; */
/* 		} */
/* 		.megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent,  */
/* 		.megamenu_vertical_right .megamenu_dark_theme ul .levels a.parent:hover { */
/* 			background: url("../img/arrow_right2.png") right center no-repeat; */
/* 		} */
/* } */
/* @media only screen and (max-width:768px) { */
/* 	.megamenu_wrapper, */
/* 	.megamenu_wrapper_full { */
/* 		width:420px; */
/* 		margin: 0 auto; */
/* 		float: none; */
/* 	} */
/* 	.megamenu_vertical_left, */
/* 	.megamenu_vertical_right { */
/* 		float:none; */
/* 	} */
/* 	.megamenu_wrapper .megamenu_container, */
/* 	.megamenu_wrapper_full .megamenu_container { */
/* 		-webkit-border-radius: 0; */
/* 		-moz-border-radius: 0; */
/* 		border-radius: 0; */
/* 	} */
/* 	.megamenu_wrapper .megamenu_container .megamenu, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu { */
/* 		width:100%; */
/* 		margin:0; */
/* 		padding: 0; */
/* 	} */
/* 	.megamenu_container .megamenu > li, */
/* 	.megamenu_container .megamenu > li:hover, */
/* 	.megamenu_container .megamenu > li.menuitem_right, */
/* 	.megamenu_container .megamenu > li.menuitem_right:hover { */
/* 		float:left; */
/* 		width:100%; */
/* 		display: block; */
/* 		padding-right:0; */
/* 		margin-right:0; */
/* 	} */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li:hover, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right:hover { */
/* 		width:418px; */
/* 		margin:0 1px 0 1px; */
/* 	} */
/* 	.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth, */
/* 	.megamenu_wrapper_full .megamenu li.menuitem_right > .dropdown_fullwidth { */
/* 		top:auto; */
/* 		right: auto; */
/* 		left: 0; */
/* 	} */
/* 	.megamenu_container .megamenu .dropdown_1column,  */
/* 	.megamenu_container .megamenu .dropdown_2columns,  */
/* 	.megamenu_container .megamenu .dropdown_3columns,  */
/* 	.megamenu_container .megamenu .dropdown_4columns, */
/* 	.megamenu_container .megamenu .dropdown_5columns, */
/* 	.megamenu_container .megamenu .dropdown_fullwidth, */
/* 	.megamenu_container .megamenu .dropdown_right  { */
/* 		left:0; */
/* 		top:auto; */
/* 		margin: -1px 0 0 0; */
/* 		width: 390px; */
/* 		padding:0 15px 0 15px; */
/* 	} */
/* 	.megamenu_wrapper_full .megamenu .dropdown_1column,  */
/* 	.megamenu_wrapper_full .megamenu .dropdown_2columns,  */
/* 	.megamenu_wrapper_full .megamenu .dropdown_3columns,  */
/* 	.megamenu_wrapper_full .megamenu .dropdown_4columns, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_5columns, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_fullwidth, */
/* 	.megamenu_wrapper_full .megamenu .dropdown_right  { */
/* 		padding:0 13px 0 15px; */
/* 	} */
/* Menu Drop Downs Columns */
/* 	.megamenu .col_one_sixth, */
/* 	.megamenu .col_one_fifth, */
/* 	.megamenu .col_one_quarter, */
/* 	.megamenu .col_one_third, */
/* 	.megamenu .col_two_fifths, */
/* 	.megamenu .col_half, */
/* 	.megamenu .col_three_fifths, */
/* 	.megamenu .col_two_thirds, */
/* 	.megamenu .col_three_quarters, */
/* 	.megamenu .col_four_fifths, */
/* 	.megamenu .col_five_sixths, */
/* 	.megamenu .col_full { */
/* 		margin-left: 0; */
/* 		margin-right: 0; */
/* 		width: 96%; */
/* 		float: left; */
/* 		display: block; */
/* 	} */
/* 	.megamenu > .col_one_sixth, */
/* 	.megamenu > .col_one_fifth, */
/* 	.megamenu > .col_one_quarter, */
/* 	.megamenu > .col_one_third, */
/* 	.megamenu > .col_two_fifths, */
/* 	.megamenu > .col_half, */
/* 	.megamenu > .col_three_fifths, */
/* 	.megamenu > .col_two_thirds, */
/* 	.megamenu > .col_three_quarters, */
/* 	.megamenu > .col_four_fifths, */
/* 	.megamenu > .col_five_sixths, */
/* 	.megamenu > .col_full { */
/* 		margin-left: 2%; */
/* 		margin-right: 2%; */
/* 	} */
/* Regular Drop Down (turned into a list) */
/* 	.megamenu_wrapper .megamenu .levels li ul, */
/* 	.megamenu_wrapper_full .megamenu .levels li ul { */
/* 		position: relative; */
/* 		top:auto; */
/* 		margin:0; */
/* 		padding:0; */
/* 	    -webkit-border-radius: 0; */
/* 		-moz-border-radius: 0; */
/* 	    border-radius: 0; */
/* 		left: auto; */
/* 		border:none; */
/* 		background:none; */
/* 	} */
/* 	.megamenu_wrapper .megamenu .levels li, */
/* 	.megamenu_wrapper_full .megamenu .levels li { */
/* 		float: left; */
/* 		width:100%; */
/* 	} */
/* 	.megamenu_wrapper .megamenu .levels li:hover > ul, */
/* 	.megamenu_wrapper_full .megamenu .levels li:hover > ul { */
/* 		left: auto; */
/* 	} */
/* 	.megamenu_dark_theme ul .levels a.parent,  */
/* 	.megamenu_dark_theme ul .levels a.parent:hover, */
/* 	.megamenu_dark_theme ul .levels li ul, */
/* 	.megamenu_light_theme ul .levels a.parent,  */
/* 	.megamenu_light_theme ul .levels a.parent:hover, */
/* 	.megamenu_light_theme ul .levels li ul, */
/* 	.megamenu_wrapper .megamenu_dark_theme ul .levels a.parent,  */
/* 	.megamenu_wrapper .megamenu_dark_theme ul .levels a.parent:hover, */
/* 	.megamenu_wrapper .megamenu_dark_theme ul .levels li ul, */
/* 	.megamenu_wrapper .megamenu_light_theme ul .levels a.parent,  */
/* 	.megamenu_wrapper .megamenu_light_theme ul .levels a.parent:hover, */
/* 	.megamenu_wrapper .megamenu_light_theme ul .levels li ul { */
/* 		background: none; */
/* 		border:none; */
/* 	} */
/* } */
/* @media only screen and (max-width:479px) { */
/* 	.megamenu_wrapper, */
/* 	.megamenu_wrapper_full { */
/* 		width:300px; */
/* 	} */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li:hover, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right, */
/* 	.megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right:hover { */
/* 		width:298px; */
/* 	} */
/* 	.megamenu_container .megamenu .dropdown_1column,  */
/* 	.megamenu_container .megamenu .dropdown_2columns,  */
/* 	.megamenu_container .megamenu .dropdown_3columns,  */
/* 	.megamenu_container .megamenu .dropdown_4columns, */
/* 	.megamenu_container .megamenu .dropdown_5columns, */
/* 	.megamenu_container .megamenu .dropdown_fullwidth, */
/* 	.megamenu_container .megamenu .dropdown_right  { */
/* 		width: 270px; */
/* 	} */
/* } */
/* CSS Document */
.pageTitle {
  width: 1000px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  height: 93px;
}

.productCategory {
  width: 1000px;
}

.productCategoryLeftCol {
  width: 636px;
  vertical-align: top;
  padding-left: 0px;
}

.productCategoryRightCol {
  padding-left: 10px;
  padding-top: 2px;
  vertical-align: top;
}

.quickLinksTable {
  width: 636px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  padding-bottom: 15px;
}

.quickLinksTable .bold {
  font-size: 18px;
}

.quickLinksUndrln, .themeUndrln {
  height: 0px;
  padding: 0;
}

.quickLinksCatList {
  padding: 5px 10px 5px 0;
}

.qllistElement td {
  padding-bottom: 6px;
}

.gpcchevron { /* display:none;  */ }

.qlCatLink a {
  color: #007DBA;
}

.categoryListTable {
  width: 636px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.categoryListTable .bold {
  font-size: 18px;
  margin-bottom: 0;
}

.topLinkBox {
  padding-left: 8px;
}

.topLink {
  padding-left: 5px;
}

.oneCatList {
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.catListLink {
  padding-top: 5px;
}

.catListLink2 {
  padding-top: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.padtop5 {
  padding-top: 5px;
}

.padtop10 {
  padding-top: 10px;
}

.prodListItemLinkBox {
  padding-top: 10px;
  padding-right: 10px;
}

.prodListItemLinkDesc {
  padding-top: 10px;
  width: 500px;
}

.compBox {
  padding-top: 10px;
  padding-left: 10px;
}

.padleft5 {
  padding-left: 5px;
}

.searchBox {
  width: 308px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.searchStyle {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.style1 {
  height: 1px;
}

.style2 {
  height: 8px;
}

.filterMode .bold, .hierarchyLinksTable .bold, .comparisonBoxTable .bold {
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 5px;
}

.filterMode {
  width: 308px;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
}

.filterMode td {
  padding-left: 15px;
}

.modeTypesTd {
  padding-left: 0px !important;
}

.theme {
  height: 0px !important;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.modeBox {
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 10px;
}

.radioInputs {
  width: 25px;
  padding-top: 2px;
  padding-left: 0 !important;
}

.modesList {
  padding-top: 2px;
  padding-left: 0 !important;
}

.modeSubmitBtn {
  padding-bottom: 2px;
  padding-left: 0 !important;
}

.bottomBorder {
  height: 1px;
  padding: 0;
}

.bottomSpacer {
  height: 8px;
}

.cartBox {
  background-color: #E7E7E7;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.cartBoxCol1 {
  width: 160px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.cartBoxCol2 {
  width: 10px;
}

.cartBoxCol3 {
  width: 140px;
}

.cartBoxCol3 a {
  color: #003366;
}

.cartBoxTable {
  width: 308px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.hierarchyLinksTable {
  width: 308px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  margin-top: 30px;
}

.hierarchyLinksTable td {
  padding-left: 15px;
}

.hierarchyLinks {
  padding: 0 10px 7px;
}

.hierarchyLinks1 {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 160px;
}

.hierarchyLinks2 {
  width: 10px;
  display: none;
}

.hierarchyLinks3 {
  width: 140px;
  padding-bottom: 3px;
  padding-left: 0 !important;
}

.comparisonBoxTable {
  width: 308px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  margin-top: 30px;
}

.comparisonBoxTable td {
  padding-left: 15px;
}

.comparisonBox1 {
  padding: 8px 10px 10px 10px;
}

.comparisonBox3 {
  padding-top: 5px;
}

.comparisonBox5, .comparisonBox6 {
  padding-top: 3px;
  padding-left: 0 !important;
}

.comparisonBox7 {
  padding-top: 5px;
  font-weight: bold;
}

.legend {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.legend2 {
  width: 20px;
}

.productDetailsTable {
  width: 1000px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.productTitleUndrline {
  width: 1000px;
  height: 1px;
  background-color: #cccccc;
  padding: 0;
}

.productDetailsLCol {
  width: 636px;
  padding-top: 5px;
}

.productDetailsLColTable {
  width: 636px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.imageTable {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.imageTable td {
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
}

.imageTableLowRes {
  width: 308px;
  background-color: #adadad;
}

.imageTableLowResimage {
  height: 190px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}

.productDetailsRCol {
  width: 308px;
  padding-left: 10px;
  padding-top: 15px;
}

.printIcon {
  padding-top: 10px;
  padding-left: 10px;
}

.productDetailsTabs {
  width: 1000px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.productTabs {
  width: 558px;
  padding-top: 30px;
}

.prodTabRight {
  width: 5px;
  display: none;
}

.lastTd {
  width: 2px;
  display: none;
}

.height2 {
  height: 2px;
}

.tabContent {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.tabContent table {
  width: 100%;
}

.tabContent table tr td[align=right] {
  float: right;
}

.leftColTab, rightColTab {
  width: 280px;
}

FORM {
  display: inline;
  margin: 0px;
}

.moreInfo {
  color: #666666;
}

.secondaryInfo {
  color: #666666;
  font-size: x-small;
  font-style: italic;
}

.highlight {
  color: #cc0000;
}

div.link {
  margin: 10px 0px 0px 10px;
}

div.link a {
  margin-left: -10px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ccc;
  color: #036;
  display: block;
}

.pageTitle h1 {
  font-size: 26px;
}

.chvr {
  display: none;
}

.tabTitle {
  font-size: 14px;
}

.themeheader {
  color: #000000 !important;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
}

.tabTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
  color: #5A5A5A;
}

.theme.current.prodTab {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

.prodTab {
  border-bottom: 1px solid #000;
}

/* Product Tabular Format */
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdtHeader > td {
  color: white;
  /* padding-top: 5px; */
  /* font-weight: bold; */
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .oneCatList > .pdtTable {
  width: 636px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .categoryListTable .bold.pdtH2 {
  padding-bottom: 20px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdtTable .pdtContentTR > td {
  border-top: 1px solid #d9d9d9;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdtHeader {
  border: 1px;
  text-align: center;
  height: 30px;
  background-color: #425563;
  color: white;
  font-size: 14px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .tabularpdt > td� {
  height: �35px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet td.pdtLeftTD {
  text-align: left;
  padding-left: 10px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdfLeftTD {
  padding-left: 5px;
  text-align: left;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdfMiddleTD {
  text-align: center;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdtSmallTD {
  width: 80px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdtAlignMiddleTD {
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pdtContentTR {
  height: 60px;
}

/* Product Tabular Format */
/* Icons */
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .compare {
  background: rgba(0, 0, 0, 0) url("../images/gpc_icons/comparison_add.gif") no-repeat scroll 0 0 !important;
  display: block;
  height: 15px;
  padding-left: 20px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .compare:HOVER {
  background-image: url("../images/gpc_icons/comparison_add_hover.gif") !important;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .compare-remove-icon {
  background: rgba(0, 0, 0, 0) url("../images/gpc_icons/HPE-ICON-Remove.gif") no-repeat scroll 0 4px !important;
  display: block;
  padding-left: 16px;
  width: 50px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .compare-remove-icon:HOVER {
  background-image: url("../images/gpc_icons/HPE-ICON-Remove-Hover.gif") !important;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .product-bgimg-col, #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .product-gap-tr {
  background-color: #ffffff;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .product-heading-tr {
  background-color: #e7e7e7;
}

/* GPC styles copied here */
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .gpc_list_icon {
  width: 5px;
  background-color: #c6c9ca;
  height: 5px;
  float: left;
  margin-right: 5px;
  margin-top: 7px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .gpc_list_desc {
  float: left;
  width: 95%;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .list_price_td {
  padding-bottom: 5px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .Disclaimer_Notice_Content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .printText {
  padding-top: 10px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .top-icon {
  background: url("../images/gpc_icons/Arrow_top.png") no-repeat;
  background-position: center center;
  height: 6px;
  width: 11px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .top-icon img {
  display: none;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet td.color003366 {
  padding-right: 20px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .comparisonBox3 .gpcchevron, #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .qllistElement .gpcchevron {
  display: none;
}

/* IE issues fixing here */
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .modeBox .gpc-icon {
  background: url("../images/gpc_icons/hpweb_1-2_arrw_sbmt.png") center center no-repeat;
  /* hack to hide image from GPC Below */
  padding-top: 15px;
  width: 15px;
  height: 15px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .topIcon img {
  background: url("../images/gpc_icons/Arrow_top.png") left 1px no-repeat;
}

.webkit #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .topIcon img {
  background: transparent !important;
  background-image: transparent !important;
}

.firefox #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .topIcon img {
  background: transparent !important;
  background-image: transparent !important;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .printIcon img {
  background: url("../images/gpc_icons/hpweb_1-2_prnt_icn.png") center center no-repeat;
  /* hack to hide image from GPC Below */
  width: 15px;
  height: 15px;
  padding-top: 15px;
}

#at15s #at_hover .at_item:focus {
  background-color: #f2f2f2 !important;
  outline: 1px solid #e5e5e5;
}

#at15s #at15s_head #at15ptc {
  color: #333333;
}

#at15s #at15s_head {
  background-color: #F3F4F3;
}

#at16pt h4 {
  color: #333333;
}

#at20mc #at16lb {
  opacity: 0.85;
  filter: alpha(opacity=0.85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)" !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85) !important;
}

#at20mc #at16p {
  background-color: #FFFFFF;
}

#at15s #at_hover {
  visibility: visible !important;
  display: block !important;
}

/*banners*/
.banner {
  margin: 20px 0;
}

.banner h1 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 4px;
}

.mega_banner_title {
  margin: 23px 18px 20px 18px;
}

.mega_banner_title h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3px;
}

.banner .description {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}

.banner_text_cnt {
  width: 575px;
}

.banner_buttons_cnt {
  margin-top: 15px;
}

.banner_button1, .banner_button2, .banner_button3 {
  float: left;
}

.banner_button1,
.banner_button2 {
  margin-right: 10px;
}

.banner_button3 {
  margin-top: 5px;
} /* banner_button3 is share widget*/
.banner_button4 {
  margin-top: 40px;
  margin-bottom: 15px;
  clear: left;
}

.breadcrumbs {
  display: inline-block;
  padding-left: 18px;
  height: 30px;
  line-height: 30px;
}

.breadcrumbs li {
  display: inline-block;
  float: left;
}

.breadcrumbs li a, .breadcrumbs li span, .breadcrumbs li a:visited {
  display: inline-block;
  float: left;
  color: #767676;
  font-size: 12px;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li a:hover .hvr, .breadcrumbs li a:focus .hvr {
  text-decoration: underline;
}

.breadcrumbs li .carat {
  padding: 0 5px;
}

.breadcrumbs li a:hover .carat {
  text-decoration: none;
}

.breadcrumbs li.lstchild .carat {
  display: none;
}

/*ADDED BY MIHAI */
.breadcrumbs li:after {
  content: "/";
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.breadcrumbs li.last:after {
  content: "";
}

/**
 * @section Form buttons
 * @subsection Common styles for form buttons
 */
.button input {
  border: none;
  font: inherit;
  color: inherit;
  background: transparent;
  overflow: visible;
}

/**
 * @section Inline Action buttons
 * @subsection Common styles for inline action buttons
 */
.button {
  font-family: HPSimplifiedLight, Arial;
  -moz-border-radius: 0 4px;
  border-radius: 0 4px;
  padding: 0 20px;
  display: inline-block;
  height: 40px;
}

.button .btn_label, .button input {
  text-transform: none;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  border: none;
}

.button:hover, .button:focus {
  background-color: #d6492d;
  text-decoration: none;
}

.button:visited span {
  color: #ffffff;
}

.button {
  background-color: #f05332;
}

a.button, a.button:hover, a.button:focus {
  color: #fff;
  text-decoration: none;
}

.button.inline .btn_label {
  line-height: 34px;
  font-size: 16px;
}

.button.inline input {
  height: 36px;
  font-size: 18px;
}

.button.inline {
  height: 36px;
  padding: 0 15px;
}

.button.slim .btn_label, .slim input {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 1px;
}

.button.slim input {
  height: 26px;
}

.button.slim {
  height: 26px;
  padding: 0 10px;
}

/**
 * @section Inline Action buttons
 * @subsection Styles for critical button
 */
.button.critical, .button.critical input {
  background-color: #D7410B;
  cursor: pointer;
  color: #fff;
}

.button.critical:hover, .button.critical:hover input, .button.critical:focus, .button.critical:focus input {
  background-color: #C1401A;
  color: #fff;
}

.button.critical_disabled:hover, .button.critical_disabled:focus, .button.critical_disabled,
.button.critical_disabled input {
  color: #ffffff;
  background-color: #cccccc;
  cursor: default;
}

/**
 * @section Inline Action buttons
 * @subsection Styles for cancel button
 */
.button.cancel, .button.cancel input {
  color: #ffffff;
  background-color: #767676;
  cursor: pointer;
}

.button.cancel:hover, .button.cancel:hover input, .button.cancel:focus, .button.cancel:focus input {
  background-color: #5a5a5a;
}

.button.cancel_disabled:hover, .button.cancel_disabled:focus, .button.cancel_disabled,
.button.cancel_disabled input {
  color: #ffffff;
  background-color: #cccccc;
  cursor: default;
}

.button.primary, .button.primary input {
  color: #ffffff;
  background-color: #0096d6;
  cursor: pointer;
  font-family: HPSimplifiedLight;
}

.button.primary:hover, .button.primary:hover input, .button.primary:focus, .button.primary:focus input {
  background-color: #069;
  border: 0;
  font-family: HPSimplifiedLight;
}

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  font-size: 20px !important;
}

.button.primary_disabled:hover, .button.primary_disabled:focus, .button.primary_disabled,
.button.primary_disabled input {
  background-color: #ccc;
  color: #fff !important;
  cursor: default;
}

_:-ms-fullscreen, :root .ie11up .button input {
  line-height: 40px !important;
}

_:-ms-fullscreen, :root .ie11up .btn_label {
  line-height: 40px !important;
}

/**
 * @section Inline Action buttons
 * @subsection Styles for primary button
 */
/* .button.primary, .button.primary input {background-color: #0096d6; color: #fff; cursor: pointer; font-family: HPSimplifiedLight; font-size: 20px; font-weight: bold; line-height: 38px; }
.button.primary:hover, .button.primary input:hover{font-family: HPSimplifiedLight; font-size: 20px; font-weight: bold; line-height: 38px; border: 0px;}

.button.primary:hover, .button.primary:hover input,.button.primary:focus, .button.primary:focus input { background-color: #006699;}
.button.primary_disabled:hover,.button.primary_disabled:focus, .button.primary_disabled,
.button.primary_disabled input {background-color: #ccc; color: #fff !important; cursor: default; } */
/**
 /**

 * @section Inline Action buttons
 * @subsection Styles for secondary button
 */
.button.secondary, .button.secondary input {
  color: #ffffff;
  background-color: #767676;
}

.button.secondary:hover, .button.secondary:hover input, .button.secondary:focus, .button.secondary:focus input {
  background-color: #5a5a5a;
}

.button.secondary_disabled:hover, .button.secondary_disabled:focus, .button.secondary_disabled,
.button.secondary_disabled input {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

/**
 * 
 */
/**
 * @section Inline Action buttons
 * @subsection Styles for tertiary button
 */
.button.white, .button.white input {
  color: #0096d6;
  background-color: #ffffff;
}

.button.white:hover, .button.white:hover input, .button.white:focus, .button.white:focus input {
  color: #006699;
}

.button.white_disabled:hover, .button.white_disabled:focus, .button.white_disabled,
.button.white_disabled input {
  background-color: #d9d9d9;
  color: #5e5e5e;
  cursor: default;
}

/**
 * 
 * @section Toggle form buttons
 * @subsection Common styles for toggle form buttons
 */
.btn_toggle span.btn_label {
  cursor: pointer;
  line-height: 18px;
  font-size: 14px;
}

.btn_toggle .btn_inner {
  margin: 0px;
  padding: 1px 6px 0;
  display: inline-block;
  height: 21px;
  border: 2px #ccc solid;
  border-collapse: collapse;
}

.btn_toggle a.first {
  margin-right: 1px;
}

.btn_toggle a:hover .btn_inner,
.btn_toggle a:focus .btn_inner {
  background-color: #fff;
  color: #007dba;
  border-color: #5a5a5a;
}

.btn_toggle .btn_inner {
  background-color: #007CA2;
}

.btn_toggle .arr_wht_rgt {
  background-position: right -136px;
}

/**
 * @section Toggle form buttons
 * @subsection Styles for default toggle form button
 */
.btn_toggle .btn_inner,
.btn_toggle span {
  color: #767676;
  background-color: #fff;
}

.btn_toggle a:hover .btn_inner,
.btn_toggle a:hover span {
  background-color: #ffffff;
  color: #007dba;
}

.btn_toggle a.chkd .btn_inner,
.btn_toggle a.chkd span,
.btn_toggle a.chkd:hover .btn_inner,
.btn_toggle a.chkd:hover span {
  cursor: default;
  border-color: #007dba;
  color: #fff;
  background-color: #007dba;
}

/**
 * @section Toggle form buttons
 * @subsection Styles for error toggle form button
 */
.btn_toggle a.error .btn_inner,
.btn_toggle a.error span {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #ffffff;
}

.btn_toggle a.error:hover .btn_inner,
.btn_toggle a.error:hover span {
  background-color: #ffffff;
  color: #ff0000;
  border-color: #5a5a5a;
}

.btn_toggle a.error:hover .btn_inner, .btn_toggle a.error:hover span, .btn_toggle a.error:focus .btn_inner, .btn_toggle a.error:focus span {
  background-color: #FFFFFF;
  border-color: #5A5A5A;
  color: #FF0000;
}

/**
 * @section Pagination button
 * @subsection Common styles for pagination buttons
 */
.btn_pagination {
  font-family: HPSimplifiedLight, Arial;
}

.btn_pagination .btn_label {
  font-weight: bold;
  cursor: pointer;
  line-height: 26px;
  height: 26px;
  font-size: 14px;
}

.btn_pagination .btn_inner {
  padding: 0 10px;
  -moz-border-radius: 0 4px;
  border-radius: 0 4px;
  display: inline-block;
}

.btn_pagination .page_number {
  display: inline-block;
  font-weight: normal;
  padding-left: 3px;
}

.btn_pagination .btn_inner,
.btn_pagination span {
  background-color: #0096d6;
  color: #ffffff;
}

.btn_pagination:hover .btn_inner,
.btn_pagination:hover span, .btn_pagination:focus .btn_inner,
.btn_pagination:focus span {
  background-color: #0084BD;
}

.btn_pagination.disabled:hover .btn_inner,
.btn_pagination.disabled .btn_inner,
.btn_pagination.disabled:hover span,
.btn_pagination.disabled:focus .btn_inner,
.btn_pagination.disabled:focus span,
.btn_pagination.disabled span {
  background-color: #ccc;
  cursor: default;
}

/**
 * @section Share button
 * @subsection Common styles for share button
 */
.btn_share .btn_label, .btn_print .btn_label,
.btn_indicator .arrow_left .icon, .btn_indicator .arrow_right .icon,
.btn_indicator .search_left .icon, .btn_indicator .search_right .icon,
.btn_indicator_split .search_right .icon {
  background-image: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-15px-hpe.png);
  background-repeat: no-repeat;
  _background-image: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-15px-ie6-hpe.gif);
}

.btn_share_trigger_parent {
  height: 19px;
  display: inline-block;
}

.btn_share, .btn_print {
  text-transform: capitalize;
}

.btn_share .btn_label, .btn_print .btn_label {
  padding-left: 18px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  display: inline-block;
  background-position: 0 -581px;
}

.btn_share.bluebkg .btn_label, .btn_print .btn_label {
  background-position: 0 -2929px;
}

.btn_print .btn_label {
  background-position: left -790px;
}

.btn_share .btn_inner, .btn_print .btn_inner {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 0 4px 0 4px;
}

.btn_share .btn_inner span, .btn_print .btn_inner span {
  color: #767676;
}

.btn_share.bluebkg .btn_inner span, .btn_print .btn_inner span {
  color: #ffffff;
}

.btn_share a:hover .btn_inner .btn_label, .btn_print a:hover .btn_inner .btn_label, .btn_share a:focus .btn_inner .btn_label, .btn_print a:focus .btn_inner .btn_label {
  text-decoration: underline;
}

.btn_share a:hover .btn_inner, .btn_print a:hover .btn_inner, .btn_share a:focus .btn_inner, .btn_print a:focus .btn_inner {
  text-decoration: none;
}

/**
 * @section Share button
 * @subsection Styles for share popup
 */
.share_widget_holder {
  display: none;
}

.share_popup_dark .border_bottom a,
.share_popup_dark .email a,
.share_popup_light .border_bottom a,
.share_popup_light .email a {
  padding: 8px 30px 8px 8px;
  display: inline-block;
  _display: block;
}

/**
 * @section Share popup
 * @subsection Styles for share popup dark
 */
.share_popup_dark .border_bottom {
  border-bottom: 1px solid #666666;
}

.share_popup_dark .popup_list {
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.share_popup_dark .border_bottom,
.share_popup_dark .email {
  background-color: #3f4043;
}

.share_popup_dark .border_bottom span,
.share_popup_dark .email span {
  font-size: 95%;
  color: #b2b2b2;
}

.share_popup_dark .border_bottom:hover,
.share_popup_dark .email:hover {
  background-color: #494a4d;
}

.share_popup_dark .border_bottom:hover span,
.share_popup_dark .email:hover span {
  font-size: 95%;
  color: #f2f2f2;
}

/**
 * @section Icon buttons
 * @subsection Common styles for icon buttons
 */
.btn_icon a,
.btn_expand_all .icn_pls_drk, .icn_mns_drk,
.btn_checkbox .checkbox {
  background-image: url(../../images/common/s-21px-hpe.png);
  background-repeat: no-repeat;
  _background-image: url(../../images/common/s-21px-ie6-hpe.gif);
}

.btn_icon,
.btn_icon .close {
  display: inline-block;
}

.btn_icon div {
  border-radius: 3px;
  -moz-border-radius: 3px;
}

/**
 * @section Icon buttons
 * @subsection Styles for close button
 */
.btn_icon .close a {
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: inline-block;
  background-position: left -455px;
  font-size: 0px;
  color: #373536;
  line-height: 0px;
}

.btn_icon .close a:hover, .btn_icon .close a:focus {
  background-position: left -500px;
  font-size: 0px;
  color: #373536;
}

/**
 * @section Icon buttons
 * @subsection Styles for remove button
 */
.btn_icon .remove a {
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: inline-block;
  background-position: left -544px;
  font-size: 0px;
  color: #100e0f;
  line-height: 0px;
}

.btn_icon .remove a:hover, .btn_icon .remove a:focus {
  background-position: left -585px;
  font-size: 0px;
  color: #100e0f;
}

/**
 * @section Icon buttons
 * @subsection Styles for zoom button
 */
.btn_icon .zoom a {
  height: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 17px;
  font-size: 14px;
  background-position: left -626px;
  color: #767676;
  line-height: 18px;
}

.btn_icon .zoom a:hover, .btn_icon .zoom a:focus {
  background-position: left -626px;
  text-decoration: underline;
}

/**
 * @section Inline Action buttons with Indicator
 * @subsection Common styles for inline action buttons with indicators
 */
.btn_indicator {
  font-family: HPSimplifiedLight, Arial;
}

.btn_indicator .icon,
.btn_indicator span.btn_label {
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  border: none;
}

.btn_indicator .icon, .btn_indicator_split .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.btn_indicator .btn_inner {
  display: inline-block;
  padding: 0 10px 0 8px;
  -moz-border-radius: 0 4px;
  border-radius: 0 4px;
}

/*.dashboard-widget-content .btn_indicator .btn_inner { line-height: 20px;}*/
.btn_indicator .btn_inner,
.btn_indicator .btn_inner span {
  background-color: #0096D6;
  color: #ffffff;
}

.btn_indicator a:hover .btn_inner,
.btn_indicator a:hover .btn_inner span, .btn_indicator a:focus .btn_inner,
.btn_indicator a:focus .btn_inner span {
  background-color: #069;
}

.btn_indicator .disabled .btn_inner,
.btn_indicator .disabled .btn_inner span,
.btn_indicator .disabled:hover .btn_inner,
.btn_indicator .disabled:hover .btn_inner span, .btn_indicator .disabled:focus .btn_inner,
.btn_indicator .disabled:focus .btn_inner span {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

.btn_indicator .arrow_left {
  padding: 5px 10px 0 6px;
}

.btn_indicator .arrow_right {
  padding: 5px 6px 0 10px;
}

.btn_indicator .arrow_left .btn_label {
  padding: 0;
}

.btn_indicator .arrow_right .btn_label {
  padding: 0;
}

/**
 * @section Inline Action buttons with Indicator, left icon
 * @subsection Styles for inline action button with indicator on the left and right sides (arrow)
 */
.btn_indicator .arrow_right .icon {
  background-position: left -2756px;
}

.btn_indicator .arrow_left .icon {
  background-position: left -2791px;
}

.btn_indicator .search_left {
  padding: 5px 8px 0 10px;
}

/**
 * @section Inline Action buttons with Indicator, left icon
 * @subsection Styles for inline action button with indicator on the left and right sides (google search)
 */
.btn_indicator .search_left .icon,
.btn_indicator .search_right .icon,
.btn_indicator_split .search_right .icon {
  background-position: left -2722px;
  width: 15px;
  height: 15px;
}

.btn_indicator .search_left .btn_label {
  padding-left: 5px;
}

.btn_indicator .search_right .btn_label {
  padding-right: 3px;
  padding-left: 0px;
}

.btn_indicator .search_right {
  padding: 7px 10px 7px 10px;
}

/**
 * Styles from molecules.css
 * @section Button expand all
 */
.btn_expand_all .icn_pls_drk, .icn_mns_drk {
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
}

.btn_expand_all a:hover {
  cursor: pointer;
}

.btn_expand_all .icn_pls_drk {
  background-position: left -1680px;
}

.btn_expand_all .icn_mns_drk {
  background-position: left -1815px;
  margin-left: 23px;
}

.btn_expand_all .active .icn_pls_drk,
.btn_expand_all a:hover .icn_pls_drk, .btn_expand_all a:focus .icn_pls_drk {
  background-position: left -1950px;
}

.btn_expand_all .active .icn_mns_drk,
.btn_expand_all a:hover .icn_mns_drk, .btn_expand_all a:focus .icn_mns_drk {
  background-position: left -2085px;
}

/**
 * Styles from molecules.css
 * @section Expand all button
 */
.btn_expand .expand-icn {
  width: 18px;
  height: 18px;
  background: url(../../images/patterns/s-plus-minus-btn.jpg) no-repeat;
  display: inline-block;
}

.btn_expand a:hover {
  cursor: pointer;
}

.btn_expand .expand-icn {
  background-position: left -420px;
}

.btn_expand .expanded .expand-icn {
  background-position: left -350px;
}

/**
 * @section Checkbox button
 * @subsection Common styles
 */
.btn_checkbox {
  line-height: 18px;
  font-family: HPSimplifiedLight, Arial;
}

.btn_checkbox .label {
  display: inline-block;
  margin-left: 5px;
}

.btn_checkbox label {
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  vertical-align: middle;
}

.btn_checkbox a:hover label {
  text-decoration: underline;
}

.btn_checkbox .checkbox {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: left 0;
}

.btn_checkbox .checkbox:hover {
  background-position: left -45px;
}

.chkd .checkbox, .chkd .checkbox:hover {
  background-position: left -90px;
}

/*****************CR2650**************/
.eservice .launch {
  text-decoration: none;
  line-height: 20px;
  background-color: #007DBA;
  color: #FFFFFF;
  margin-top: 14px;
}

.eservice .launch .btn_label {
  padding-right: 20px;
  background: url(/cpp-default-theme/images/content/external_white.png) no-repeat 100% 50%;
}

.eservice a:hover .launch {
  background-color: #006699;
}

.eservice a:hover .launch .btn_label {
  background-color: #006699;
}

.btns_toggle_wrap, .btn_toggle.first, .btn_toggle.last {
  display: inline-block;
}

* html .btn_toggle span.btn_inner {
  padding-bottom: 2px;
}

* html .btn_indicator .btn_inner {
  padding-bottom: 4px;
}

.btn_indicator .icon, .btn_indicator_split .icon {
  line-height: 12px;
  height: 13px;
}

.btn_indicator .search_right .icon, .btn_indicator .search_left .icon, .btn_indicator_split .search_right .icon {
  line-height: 11px;
  height: 13px;
}

.cat_cnt {
  width: 295px;
  overflow: hidden;
  white-space: nowrap;
}

.cat_nav {
  display: none;
  margin-left: 18px;
}

.cat_nav_title {
  font-size: 1.6em;
  color: #000;
  padding: 34px 50px 15px 18px;
  display: block;
  border-top: 1px #000 solid;
  border-bottom: 1px #ccc solid;
  cursor: default;
  margin-bottom: 4px;
}

.cat_nav_fst li {
  margin-top: 16px;
}

.cat_nav_fst .cat_nav li {
  margin-top: 15px;
}

.cat_nav_fst .lst_chld {
  margin-bottom: 10px;
}

.cat_nav_item {
  display: block;
  padding-left: 18px;
}

.cat_nav_item .cat_label {
  font-size: 1.6em;
  color: #767676;
}

.cat_nav_item .cat_nmb {
  font-weight: normal;
  padding-left: 10px;
  font-size: 1.2em;
  color: #767676;
}

.cat_nav .cat_nav_item .cat_label {
  font-size: 1.4em;
}

.cat_nav_item .selected {
  color: #111111;
}

.cat_nav_item.open, .cat_nav_item.close {
  background: url(../../images/patterns/s-icons-nav.gif) no-repeat 2px -37px;
}

.cat_nav_item.close {
  background-position: 2px 6px;
}

.cat_nav_item.open {
  background-position: 2px -18px;
}

.cat_nav_item a,
.cat_nav_item a:visited .cat_label {
  color: #767676;
  cursor: pointer;
}

.cat_nav_item a:hover .cat_label {
  text-decoration: underline !important;
  color: #007dba;
}

.cat_nav_item .selected .cat_label {
  font-weight: bold;
  cursor: default;
  color: #000;
}

.cat_nmb {
  font-weight: normal;
  padding-left: 10px;
  font-size: 1.2em;
}

.cat_nav_item.open a:hover .hvr,
.cat_nav_item.close a:hover .hvr {
  color: #007DBA;
  text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

span.js_cat_nav {
  display: none;
}

/*IE6 accordion bug*/
* html .cat_nav_fst .ie6_fix {
  height: 1px !important;
}

* html .cat_cnt li {
  height: 19px;
}

.cat_nav_no_content {
  display: none;
  font-size: 0px;
}

.cat_nav_fst li:first-child {
  height: 21px;
}

.cat_cnt ul {
  padding-bottom: 10px;
}

/* start checkboxes */
.chkbox, .rdbut {
  white-space: nowrap;
  font-size: 14px;
}

* html .chkbox, * html .chkbox label, * html .rdbut, * html .rdbut label {
  font-size: 1em;
}

.chkbox label, .rdbut label {
  cursor: pointer;
}

.chkbox .chbx, .rdbut .rbtn {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 22px;
}

.chkbox a, .rdbut a {
  height: 18px;
}

.chkbox a label {
  line-height: 16px;
}

.chkbox a.unchkd, .rdbut a.unchkd {
  color: #000;
}

.chkbox a.dis, .rdbut a.dis {
  color: #ccc;
  cursor: default;
}

.chkbox a.error, .rdbut a.error {
  color: #000;
}

.chkbox a.chkd, .rdbut a.chkd {
  color: #000;
}

.chkbox .chbx, .rdbut .rbtn {
  background-image: url(../../images/common/s-21px-hpe.png);
  _background-image: url(../../images/common/s-21px-ie6-hpe.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}

.chkbox .unchkd {
  background-position: left 0;
}

.chkbox .unchkd:hover, .chkbox .unchkd:focus {
  background-position: left -45px;
}

.chkbox .unchkd.dis,
.chkbox .unchkd_dis,
.chkbox .unchkd_dis:hover, .chkbox .unchkd_dis:focus {
  background-position: left -135px;
}

.chkbox .chkd {
  background-position: left -90px;
}

.chkbox .chkd.error, .chkbox .chkd.error:hover, .chkbox .chkd.error:focus {
  background-position: left -90px;
}

.chkbox .error, .chkbox .error_unchkd {
  background-position: left -180px;
}

.chkbox .error:hover, .chkbox .error_unchkd:hover, .chkbox .error:focus, .chkbox .error_unchkd:focus {
  background-position: left -45px;
}

.chkbox .error_chkd, .chkbox .error_chkd:hover, .chkbox .error_chkd:focus {
  background-position: left -90px;
}

/* end checkboxes */
/* start radiobuttons */
.rdbut .unchkd {
  background-position: left -225px;
}

.rdbut .unchkd:hover, .rdbut .unchkd:focus {
  background-position: left -271px;
}

.rdbut .chkd {
  background-position: left -317px;
}

.rdbut .unchkd.dis,
.rdbut .unchkd_dis,
.rdbut .unchkd_dis:hover, .rdbut .unchkd_dis:focus {
  background-position: left -363px;
}

.rdbut .chkd.error, .rdbut .chkd.error:hover, .rdbut .chkd.error:focus {
  background-position: left -317px;
}

.rdbut .error {
  background-position: left -409px;
}

.rdbut .error:hover, .rdbut .error_unchkd:hover, .rdbut .error:focus, .rdbut .error_unchkd:focus {
  background-position: left -271px;
}

.rdbut .error_chkd, .rdbut .error_chkd:hover, .rdbut .error_chkd:focus {
  background-position: left -317px;
}

/* end radiobuttons */
.divider_black {
  border-color: #000000;
}

.divider_grey {
  border-color: #CCCCCC;
}

.divider_bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.divider_right {
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 40px;
}

.divider_left {
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 40px;
}

.divider_top {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 40px;
  padding-top: 20px;
}

.divider_right_rail {
  padding-right: 18px;
}

/* Dropdowns */
.dd_wrap,
.dd_wrap .dd_head_close .dd_label,
.dd_open .dd_head_close .dd_label,
.dd_open .dd_trigger_upside .dd_label {
  position: relative;
}

.dd_wrap .dd_label {
  display: block;
}

.dd_wrap .dd_icn_container {
  position: absolute;
  right: 0;
  top: 0;
}

.dd_wrap .dd_icn {
  position: absolute;
  left: 9px;
  top: 10px;
  height: 16px;
  background: url(../../images/common/s-21px-hpe.png) no-repeat 2px -1435px;
}

.dd_wrap .dd_label_text {
  padding-right: 5px;
  display: block;
  position: relative;
}

.dd_wrap span, .dd_wrap .dd_label_text .dd_input_value {
  display: inline-block;
}

.dd_wrap .dd_head,
.dd_wrap .dd_head .dd_label {
  display: block;
}

.dd_wrap .dd_list {
  display: none;
  visibility: hidden;
  position: absolute;
  overflow: visible;
  width: 100%;
  z-index: 2;
}

.dd_wrap .dd_list .dd_item a {
  display: block;
  cursor: pointer;
}

.dd_wrap .dd_list .dd_item a.js_disable {
  color: #b3b3b3;
  background: #e5e5e5;
}

.dd_wrap .dd_list .dd_item_icn {
  line-height: 21px;
  float: left;
}

.dd_wrap .dd_list .dd_item_txt {
  display: block;
  padding-left: 21px;
}

.dd_wrap .dd_list .dd_item_length {
  display: block;
  padding-left: 21px;
  font-size: 14px;
  color: #767676;
}

.dd_wrap .dd_list_items {
  display: block;
  width: 100%;
  overflow: auto;
}

.dd_wrap .dd_list_items .dd_item {
  display: block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .dd_wrap .dd_list_items {
    border: 1px solid transparent;
  } /*fix popup height bug*/
}
.dd_wrap .dd_item .dd_insitem a {
  padding-left: 20px;
}

.dd_wrap .dd_item {
  border-bottom: 1px solid #ccc;
  background: #fff;
  *background: transparent;
}

.dd_wrap .dd_downside .dd_lst {
  border: 0;
}

.dd_head .dd_label {
  border: 2px #ccc solid;
  cursor: pointer;
}

.dd_error .dd_head .dd_label {
  border-color: #FF0000;
}

.dd_head .dd_label:focus {
  border-color: #5A5A5A;
}

.dd_head a:hover {
  text-decoration: none;
}

.dd_head .dd_label:hover {
  border: 2px #5A5A5A solid;
}

.dd_item a.disable {
  color: #b3b3b3;
  background: #e5e5e5;
}

.group_label {
  background-color: #F2F2F2;
  color: #000;
  font-weight: bold;
  font-size: 0.8em;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px #CCCCCC solid;
}

.dd_item a, .dd_insitem {
  background-color: #FFFFFF;
  color: #000;
}

.dd_insitem {
  font-size: 0.9em;
}

.dd_item a:hover,
.dd_item a:focus,
.dd_list .dd_fst .dd_insitem a:hover {
  background-color: #007dba;
  color: #fff;
  text-decoration: none;
}

/*Dropping*/
.dd_trigger_downside {
  border: 2px #5a5a5a solid;
  border-bottom: 0;
}

.dd_trigger_upside .dd_label {
  border-color: #5a5a5a;
}

.dd_trigger_downside .dd_label {
  border: 0;
  border-bottom: 1px #ccc solid;
}

.dd_trigger_downside .dd_label:hover {
  border: 0;
  border-bottom: 1px #ccc solid;
}

.dd_trigger_downside .dd_icn_container,
.dd_trigger_upside .dd_icn_container {
  border-color: #5a5a5a;
}

.dd_downside .dd_list_items, .dd_downside .list_content {
  width: auto;
  border: 2px #5a5a5a solid;
  border-top: 0;
}

.dd_upside .dd_list_items {
  width: auto;
  border: 2px #5a5a5a solid;
  border-bottom: 0;
}

/* Dropdown Form Selection and ButtonLike */
.dd_formSelection,
.dd_buttonLike,
.dd_mixContent {
  font-size: 16px;
}

.dd_formSelection .dd_label {
  line-height: 32px !important;
  padding-left: 10px !important;
}

.dd_formSelection .dd_label .dd_input_value {
  padding-right: 45px;
}

.dd_mixContent .dd_label,
.dd_buttonLike .dd_label {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
}

.dd_mixContent .dd_label_text,
.dd_buttonLike .dd_label_text {
  display: inline-block;
}

.dd_formSelection .dd_icn {
  width: 21px;
}

.dd_formSelection .dd_icn_container {
  height: 100%;
  width: 38px;
  margin-left: 10px;
  border-left: 1px #CCCCCC solid;
  top: 0;
}

.dd_formSelection .dd_label:hover .dd_icn_container,
.dd_formSelection .dd_label:focus .dd_icn_container {
  border-color: #5A5A5A;
}

.dd_disabled .dd_label:hover .dd_icn_container {
  border-color: #CCC;
}

.dd_formSelection .dd_disabled .dd_icn {
  background-position: 2px -1465px;
}

.dd_formSelection .dd_trigger_upside .dd_icn_container,
.dd_formSelection .dd_trigger_downside .dd_icn_container {
  border-left-color: #5A5A5A;
}

.dd_formSelection .dd_trigger_downside .dd_label .dd_label_text .dd_input_value {
  padding-bottom: 1px;
}

.dd_formSelection .dd_upside .dd_list_items {
  border-bottom: 1px #CCCCCC solid;
}

.dd_formSelection .dd_upside .dd_lst {
  border-bottom: 0;
}

.dd_formSelection .dd_item a,
.dd_buttonLike .dd_item a {
  padding: 8px 10px;
}

/* Dropdown Sort and Filtering and dd_textOnly*/
.dd_sort .dd_label,
.dd_sort .dd_list .dd_item a,
.dd_textOnly .dd_label,
.dd_textOnly .dd_list .dd_item {
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 18px;
}

.dd_sort .dd_list .dd_item a {
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.dd_sort .dd_label_text {
  line-height: 22px;
}

.dd_sort .dd_list .dd_item a {
  height: auto;
}

.dd_sort .dd_head .dd_label,
.dd_filteringTitle .dd_head .dd_label {
  color: #007dba;
  background: #fff;
}

.dd_sort .dd_trigger_upside .dd_label,
.dd_filteringTitle .dd_trigger_upside .dd_label,
.dd_textOnly .dd_upside .dd_label {
  border-color: #5a5a5a;
}

.dd_sort .dd_trigger_downside .dd_label,
.dd_filteringTitle .dd_trigger_downside .dd_label {
  border: 0;
  border-bottom: 1px #ccc solid;
}

.dd_sort .dd_trigger_downside .dd_label,
.dd_sort .dd_trigger_downside .dd_icn_container,
.dd_sort .dd_trigger_upside .dd_icn_container {
  height: 23px;
  border-left-color: #5A5A5A;
}

.dd_sort .dd_trigger_downside .dd_label:hover {
  border-color: #ccc;
}

.dd_sort .dd_icn_container {
  height: 100%;
  width: 30px;
  margin-left: 8px;
  border-left: 1px #CCCCCC solid;
}

.dd_sort .dd_icn {
  width: 16px;
  height: 10px;
  left: 7px;
  top: 8px;
  background-position: 2px -1525px;
}

.dd_sort .dd_label:focus .dd_icn_container,
.dd_sort .dd_label:hover .dd_icn_container {
  border-color: #5A5A5A;
}

.dd_sort .dd_disabled .dd_label:hover .dd_icn_container {
  border-color: #ccc;
}

/* Dropdown facetLike */
.dd_facetLike,
.dd_facetLike .wnone {
  width: 100%;
}

.dd_facetLike .dd_label {
  padding: 0 0 0 15px;
  font-size: 2.8em;
  line-height: 60px;
  color: #fff;
  background: #D7410B;
  border: 0;
}

.dd_facetLike .dd_label:hover {
  border: 0;
}

.dd_facetLike .dd_label:focus {
  border: 0;
  background: #c33e0f;
}

.dd_facetLike .dd_head_close {
  position: relative;
}

.dd_facetLike .dd_icn {
  width: 42px;
  height: 60px;
  background: url(../i_stub/dd/arrows-hpe.gif) no-repeat right top;
  border-left: 1px #fff solid;
  right: 0;
  top: 0;
  left: auto;
}

.dd_facetLike a:hover .dd_icn {
  border-color: #fff;
}

.dd_facetLike .dd_item a, .dd_facetLike .dd_item a span {
  color: #000;
  font-size: 1.6em;
}

.dd_facetLike .dd_list .dd_item a {
  padding: 8px 15px 9px;
}

.dd_facetLike .dd_item a:hover,
.dd_facetLike .dd_item a:focus {
  background-color: #D7410B;
  color: #fff;
  text-decoration: none;
}

.dd_facetLike .dd_trigger_downside {
  border: 0;
}

.dd_facetLike .dd_downside .list_content {
  border: 2px #5a5a5a solid;
  border-top: 0;
}

.dd_facetLike .dd_upside .list_content {
  border: 2px #5a5a5a solid;
  border-bottom: 0;
  border-top: 0;
}

.dd_facetLike .dd_upside .dd_lst {
  border-bottom: 0;
}

.dd_facetLike .dd_upside .dd_fst {
  border-top: 2px #5a5a5a solid;
}

/* Dropdown buttonLike, mixContent */
.dd_buttonLike, .dd_mixContent {
  display: inline-block;
  width: auto;
}

.dd_buttonLike .dd_label,
.dd_mixContent .dd_label {
  color: #fff;
  font-weight: bold;
  background: #D7410B;
  border: 0;
  -webkit-border-radius: 0 4px;
  -moz-border-radius: 0 4px;
  -khtml-border-radius: 0 4px;
  border-radius: 0 4px;
}

.dd_buttonLike .dd_label:hover,
.dd_buttonLike .dd_label:focus,
.dd_mixContent .dd_label:hover,
.dd_mixContent .dd_label:focus {
  background-color: #C1401A;
}

.dd_buttonLike .dd_label:hover,
.dd_mixContent .dd_label:hover {
  border: 0;
}

.dd_buttonLike .dd_downside .dd_label,
.dd_mixContent .dd_downside .dd_label,
.dd_buttonLike .dd_trigger_downside .dd_label,
.dd_mixContent .dd_trigger_downside .dd_label {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -khtml-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

.dd_buttonLike .dd_upside .dd_label,
.dd_mixContent .dd_upside .dd_label,
.dd_buttonLike .dd_trigger_upside .dd_label,
.dd_mixContent .dd_trigger_upside .dd_label {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -khtml-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

.dd_buttonLike .dd_trigger_downside,
.dd_buttonLike .dd_trigger_upside,
.dd_mixContent .dd_trigger_downside,
.dd_mixContent .dd_trigger_upside {
  border: 0;
}

.dd_buttonLike .dd_downside .list_content,
.dd_mixContent .dd_downside .list_content {
  border: 2px #5a5a5a solid;
  border-top: 0;
}

.dd_buttonLike .dd_upside .dd_item,
.dd_mixContent .dd_upside .dd_item {
  border-bottom: 1px #ccc solid;
}

.dd_buttonLike .dd_upside .dd_lst,
.dd_mixContent .dd_upside .dd_lst {
  border-bottom: 0;
}

.dd_buttonLike .dd_list .dd_item a:hover,
.dd_buttonLike .dd_list .dd_item a:focus {
  background: #D7410B;
}

.dd_buttonLike .dd_label .dd_icn,
.dd_mixContent .dd_label .dd_icn {
  height: 36px;
  width: 40px;
  padding: 0;
  margin-left: 10px;
  background-position: 12px -1626px;
  border-left: 1px #fff solid;
  top: 0;
  left: auto;
  right: 0;
}

.dd_buttonLike .dd_item a .dd_item_icn {
  padding-right: 2px;
  padding-left: 0;
}

.dd_buttonLike .dd_item a:hover .idd_cht,
.dd_buttonLike .dd_item a:focus .idd_cht {
  background-position: 0 -2511px;
}

.dd_buttonLike .dd_item a:hover .icn_loa,
.dd_buttonLike .dd_item a:focus .icn_loa {
  background-position: 0 -2546px;
}

.dd_buttonLike .dd_item a.disable .icn_loa,
.dd_buttonLike .dd_item a:hover.disable .icn_loa {
  background-position: 0 -475px;
}

.dd_buttonLike .dd_item a:hover .icn_exp,
.dd_buttonLike .dd_item a:focus .icn_exp {
  background-position: 0 -2583px;
}

.dd_buttonLike .dd_item a:hover .icn_rsl,
.dd_buttonLike .dd_item a:focus .icn_rsl {
  background-position: 0 -2615px;
}

.dd_buttonLike .dd_item a:hover .icn_spt2,
.dd_buttonLike .dd_item a:focus .icn_spt2 {
  background-position: 0 -2650px;
}

.dd_buttonLike .dd_item a:hover .icn_mal2,
.dd_buttonLike .dd_item a:focus .icn_mal2 {
  background-position: 0 -2684px;
}

.dd_buttonLike .dd_item a:hover .icn_vid,
.dd_buttonLike .dd_item a:focus .icn_vid {
  background-position: 0 -2892px;
}

.dd_secondary .dd_label,
.dd_secondary .dd_list .dd_item a:hover,
.dd_secondary .dd_list .dd_item a:focus {
  background: #767676;
}

.dd_secondary .dd_label:hover,
.dd_secondary .dd_label:focus {
  background: #5a5a5a;
}

.dd_primary .dd_label,
.dd_primary .dd_list .dd_item a:hover,
.dd_primary .dd_list .dd_item a:focus {
  background: #0096D6;
}

.dd_primary .dd_label:hover,
.dd_primary .dd_label:focus {
  background: #006699;
}

.dd_list .dd_item a.disable:hover {
  color: #b3b3b3;
  background: #e5e5e5;
  cursor: default;
}

.dd_buttonLike .dd_fst {
  border-top: 1px solid #fff;
}

/* Dropdown Filtering Title, textOnly */
.dd_filteringTitle .dd_head a:hover .dd_label_text span, .dd_filteringTitle .dd_head a:focus .dd_label_text span,
.dd_textOnly .dd_head a:hover .dd_label_text, .dd_textOnly .dd_head a:focus .dd_label_text {
  text-decoration: underline;
}

.dd_filteringTitle .dd_trigger_downside a:hover .dd_label_text span,
.dd_filteringTitle .dd_trigger_upside a:hover .dd_label_text span,
.dd_filteringTitle .dd_head a:hover .dd_label_text .dd_icn,
.dd_textOnly .dd_downside .dd_head a:hover .dd_label_text,
.dd_textOnly .dd_upside .dd_head a:hover .dd_label_text,
.dd_filteringTitle .dd_trigger_downside a:focus .dd_label_text span,
.dd_filteringTitle .dd_trigger_upside a:focus .dd_label_text span,
.dd_filteringTitle .dd_head a:focus .dd_label_text .dd_icn,
.dd_textOnly .dd_downside .dd_head a:focus .dd_label_text,
.dd_textOnly .dd_upside .dd_head a:focus .dd_label_text {
  text-decoration: none;
}

.dd_filteringTitle .dd_icn,
.dd_textOnly .dd_icn {
  left: 0;
  top: 0px;
  width: 16px;
  background-position: 2px -1522px;
  border-left: 0;
}

.dd_textOnly .dd_icn {
  top: 2px;
}

.dd_filteringTitle .dd_icn_container,
.dd_textOnly .dd_icn_container {
  right: auto;
  top: 2px;
  width: 16px;
  height: 22px;
  margin-left: 4px;
}

.dd_textOnly .dd_icn_container {
  margin-left: 0;
  top: 4px;
}

.dd_filteringTitle .dd_icn {
  top: 2px;
}

.dd_filteringTitle a:hover .dd_icn_container,
.dd_textOnly a:hover .dd_icn_container {
  border-left: 0;
}

.dd_filteringTitle .dd_head .dd_label,
.dd_textOnly .dd_head .dd_label {
  color: #000;
  border-color: #fff;
}

.dd_filteringTitle .dd_trigger_downside .dd_label,
.dd_textOnly .dd_trigger_downside .dd_label {
  border-color: #ccc;
}

.dd_filteringTitle .dd_trigger_upside .dd_label,
.dd_textOnly .dd_trigger_upside .dd_label {
  border-color: #5a5a5a;
}

.dd_formSelection .selected a .dd_label_text,
.dd_sort .selected .dd_label .dd_label_text {
  color: #000;
}

/* Dropdown Mix Content */
.dd_mixContent .dd_item {
  background-color: #fff;
  padding: 6px 30px 6px 10px;
}

.dd_mixContent .dd_item p {
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}

.dd_mixContent .dd_item .button {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.dd_mixContent .dd_list .dd_item .primary {
  display: inline;
  padding: 5px 7px;
  color: #fff;
  background: #767676;
  -webkit-border-radius: 0 4px;
  -moz-border-radius: 0 4px;
  -khtml-border-radius: 0 4px;
  border-radius: 0 4px;
}

.dd_mixContent .dd_list .dd_item .primary:hover,
.dd_mixContent .dd_list .dd_item .primary:focus {
  background: #5a5a5a;
}

.dd_mixContent .dd_list .dd_item .primary .btn_label {
  font-size: 1em;
}

.dd_mixContent .dd_list .dd_item .from {
  color: #767676;
  margin-top: 3px;
}

/* Text Only Dropdown */
.dd_textOnly .dd_label,
.dd_textOnly .dd_list .dd_item {
  height: auto;
}

.dd_textOnly .dd_head .dd_label {
  background: #fff;
  border: 2px solid transparent;
  border-bottom: 0px;
  padding: 2px 2px 2px 10px;
}

.dd_textOnly.dd_open .dd_label,
.dd_textOnly.dd_open .dd_label:hover {
  border: 2px solid #5a5a5a;
}

.dd_textOnly.dd_open .dd_trigger_upside .dd_label {
  border-top: 0px;
}

.dd_textOnly.dd_open .dd_trigger_downside .dd_label {
  border-bottom: 0px;
}

.dd_textOnly .list_content {
  padding-top: 2px;
}

.dd_textOnly .list_content .dd_item {
  border: 0;
  list-style: disc inside;
  padding: 4px 8px;
}

.dd_textOnly .dd_label_text {
  display: inline-block;
  padding-top: 2px;
}

.dd_textOnly .list_content .dd_lst {
  padding-bottom: 10px;
}

.dd_textOnly .dd_downside .dd_label {
  padding: 0 0 0 8px;
}

.dd_textOnly .dd_trigger_downside {
  border: 0;
}

.dd_textOnly .dd_downside .dd_label,
.dd_textOnly .dd_downside .dd_label:hover {
  border: 2px #5a5a5a solid;
  border-bottom: 0;
}

.dd_textOnly .dd_upside .dd_item {
  background: #fff;
}

.dd_textOnly .dd_upside .dd_label {
  padding-left: 8px;
}

.dd_textOnly .dd_upside .dd_label,
.dd_textOnly .dd_upside .dd_label:hover {
  border: #5a5a5a 2px solid;
  border-top: 0;
}

.dd_error .dd_input_value {
  color: #FF0000;
}

.dd_error .dd_icn_container {
  border-left: 1px #FF0000 solid;
}

.dd_error .dd_icn {
  background-position: 2px -1495px;
}

.dd_error .dd_prelabel {
  color: #FF0000;
}

.dd_sort .dd_error .dd_icn {
  background-position: 2px -1583px;
}

.dd_open .dd_error .dd_input_value {
  color: #007dba;
}

.dd_open .dd_error .dd_trigger_upside .dd_label {
  border: 2px solid #5a5a5a;
}

.dd_open .dd_error .dd_icn {
  background-position: 2px -1435px;
}

.dd_sort .dd_open .dd_error .dd_icn {
  background-position: 2px -1525px;
}

/* dd_disabled */
.dd_disabled .dd_icn {
  background-position: 2px -1555px;
}

.dd_disabled .dd_head .dd_label {
  color: #b3b3b3;
  background: #e5e5e5;
  cursor: default;
}

.dd_disabled .dd_head .dd_label:hover {
  border: 2px #ccc solid;
}

.dd_sort .dd_disabled .dd_label:hover .dd_icn_container {
  border-color: #ccc;
}

/* dd_filteringTitle fixes*/
.dd_filteringTitle .dd_label,
.dd_filteringTitle .dd_list .dd_item a {
  padding-left: 8px;
  font-size: 14px;
  line-height: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.dd_filteringTitle .dd_label_text {
  line-height: 18px;
  padding-bottom: 0px;
}

.dd_filteringTitle .dd_icn {
  background-position: 2px -1523px;
}

.dd_buttonLike .dd_upside .list_content {
  bottom: 1px;
  position: relative;
}

/*IE10 fixes*/
.dd_wrap a:visited {
  color: #007DBA;
}

.selected a:visited {
  color: #000;
}

.dd_item a:visited {
  color: #000000;
}

.dd_item a:focus,
.dd_item a:hover, .dd_item a:focus .dd_item_length,
.dd_item a:hover .dd_item_length {
  color: #FFFFFF;
}

.dd_wrap .dd_disabled a:visited,
.dd_wrap a.disable:visited {
  color: #b3b3b3;
}

.dd_buttonLike a:visited .dd_label_text {
  color: #FFFFFF;
}

.dd_mixContent a:visited .dd_label_text {
  color: #FFFFFF;
}

.h100 {
  max-height: 100px;
}

.h125 {
  max-height: 125px;
}

.h150 {
  max-height: 150px;
}

.h175 {
  max-height: 175px;
}

.h200 {
  max-height: 200px;
}

.h225 {
  max-height: 225px;
}

.h250 {
  max-height: 250px;
}

.h275 {
  max-height: 275px;
}

.h300 {
  max-height: 300px;
}

.wnone {
  width: auto;
}

.w53 {
  width: 53px;
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.w125 {
  width: 125px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w165 {
  width: 165px;
}

.w175 {
  width: 175px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w225 {
  width: 225px;
}

.w250 {
  width: 250px;
}

.w275 {
  width: 275px;
}

.w300 {
  width: 300px;
}

.w325 {
  width: 325px;
}

.w350 {
  width: 350px;
}

.w375 {
  width: 375px;
}

.w400 {
  width: 400px;
}

.wmax {
  width: 100%;
}

/* ie6 max-height alternative */
* html .h100 {
  height: 100px;
}

* html .h125 {
  height: 125px;
}

* html .h150 {
  height: 150px;
}

* html .h175 {
  height: 175px;
}

* html .h200 {
  height: 200px;
}

* html .h225 {
  height: 225px;
}

* html .h250 {
  height: 250px;
}

* html .h275 {
  height: 275px;
}

* html .h300 {
  height: 300px;
}

/* Common */
* + html .dd_wrap .dd_downside,
* + html .dd_wrap .dd_upside {
  left: 0;
}

* html .dd_wrap .dd_icn {
  background-image: url(../../images/common/s-21px-ie6-hpe.gif);
}

* html .dd_buttonLike .dd_label .dd_icn_container,
* html .dd_facetLike .dd_label .dd_icn_container,
* html .dd_mixContent .dd_label .dd_icn_container,
* html .dd_buttonLike .dd_label:hover .dd_icn_container,
* html .dd_facetLike .dd_label:hover .dd_icn_container,
* html .dd_mixContent .dd_label:hover .dd_icn_container {
  _width: 40px;
  _height: 36px;
}

* html .dd_facetLike .dd_icn {
  background-image: url(../i_stub/dd/arrows-hpe.gif);
}

* html .dd_item a:link, * html .dd_item a:visited .dd_label_text {
  color: #000;
}

* html .dd_item a:hover, * html .dd_list .dd_fst .dd_insitem a:hover {
  color: #fff;
}

.dd_wrap a {
  *cursor: pointer;
}

.dd_wrap a:visited {
  color: #007DBA;
}

.selected a:visited {
  color: #000;
}

.dd_item a {
  zoom: 1;
}

.dd_item a:visited {
  color: #000000;
}

.dd_item a:focus,
.dd_item a:hover {
  color: #FFFFFF;
}

.dd_wrap .dd_disabled a:visited,
.dd_wrap a.disable:visited {
  color: #b3b3b3;
}

/* IE6 dropping up */
* html .dd_sort .dd_upside .dd_list_items,
* html .dd_formSelection .dd_upside .dd_list_items,
* html .dd_filteringTitle .dd_upside .dd_list_items {
  margin-top: 0px !important;
}

* html .dd_sort .dd_trigger_upside .dd_label,
* html .dd_formSelection .dd_trigger_upside .dd_label,
* html .dd_filteringTitle .dd_trigger_upside .dd_label {
  border-bottom: 1px #ccc solid;
}

/* Complex select */
*.dd_wrap .dd_list .dd_item ul {
  display: inline;
  overflow: hidden;
}

*.dd_complex .dd_list .dd_item {
  display: block;
}

*.dd_complex .dd_list .dd_insitem {
  display: block;
}

/* Select */
.dd_trigger_downside .dd_label:hover,
.dd_trigger_downside .dd_label {
  _border: 0px;
  _border-bottom: 1px solid #5A5A5A;
}

* html .dd_sort .dd_trigger_upside .dd_label,
* html .dd_formSelection .dd_trigger_upside .dd_label:hover,
* html .dd_formSelection .dd_trigger_upside .dd_label {
  _border: 2px solid #5A5A5A;
}

.dd_downside .dd_fst {
  _border-top: 1px solid #5a5a5a;
}

.dd_downside .dd_list_items {
  _background-color: #fff;
}

/* Sort */
* html .dd_sort .dd_trigger_upside .dd_label,
* html .dd_sort .dd_trigger_upside .dd_icn {
  height: 23px;
}

* html .dd_wrap .dd_lst {
  border-bottom: 0;
}

* html .dd_sort .dd_open .dd_error {
  _border: 2px solid #5A5A5A;
}

* html .dd_sort .dd_open .dd_error .dd_list {
  _margin-left: -2px;
}

/* Faceted */
.dd_facetLike a:visited .dd_label_text {
  color: #FFFFFF;
}

.dd_facetLike .dd_label_text {
  *display: inline-block;
}

* html .dd_facetLike .dd_upside .dd_fst {
  margin-top: 0 !important;
  border-top: 0;
}

* html .dd_facetLike .dd_upside .list_content {
  border-bottom: 2px #5a5a5a solid;
}

/* Form */
* html .dd_formSelection .dd_icn {
  height: 6px;
}

.dd_formSelection .dd_trigger_downside .dd_label .dd_label_text {
  _height: auto;
}

.dd_formSelection .dd_icn_container {
  _height: 32px;
  _width: 40px;
}

.dd_sort .dd_icn_container {
  _height: 22px;
  _width: 32px;
}

.dd_icn_container {
  _overflow: hidden;
}

/* Link */
.dd_buttonLike a:visited .dd_label_text {
  color: #FFFFFF;
}

.dd_buttonLike .dd_label_text {
  float: left;
}

.dd_buttonLike .dd_head {
  *display: block;
}

* html .dd_buttonLike .dd_item a .dd_item_icn {
  margin-right: 5px;
}

* html .dd_buttonLike .dd_upside .list_content .dd_fst {
  margin-top: 0px !important;
  border-top: 0;
}

* html .dd_buttonLike .dd_upside .list_content .dd_lst {
  border-bottom: 2px #5a5a5a solid;
}

/* Filtering */
* html .dd_filteringTitle .dd_trigger_upside .dd_label,
* html .dd_filteringTitle .dd_trigger_upside .dd_icn {
  height: 23px;
}

* html .dd_filteringTitle .dd_label_text {
  color: #000000;
}

.dd_filteringTitle .dd_icn {
  _top: 0;
  *top: 0;
}

.dd_sort .dd_trigger_downside .dd_label,
.dd_sort .dd_trigger_downside .dd_icn,
.dd_sort .dd_trigger_upside .dd_icn,
.dd_filteringTitle .dd_trigger_downside .dd_label,
.dd_filteringTitle .dd_trigger_downside .dd_icn,
.dd_filteringTitle .dd_trigger_upside .dd_icn {
  _line-height: 23px;
}

/*mixContent*/
.dd_mixContent a:visited .dd_label_text {
  color: #FFFFFF;
}

.dd_mixContent .dd_icn {
  *position: absolute;
  *right: 0;
  *top: 0;
}

* html .dd_mixContent .dd_upside .dd_fst {
  margin-top: 0 !important;
  border-top: 0;
}

* html .dd_mixContent .dd_upside .list_content {
  border-bottom: 2px #5a5a5a solid;
}

/* textOnly */
.dd_textOnly .dd_icn {
  top: 4px;
}

.dd_textOnly .dd_label {
  display: inline-block;
}

* html .dd_textOnly .dd_upside .dd_fst {
  margin-top: 0 !important;
  border-top: 0;
}

* html .dd_textOnly .dd_upside .list_content {
  border-bottom: 2px #5a5a5a solid;
}

* html .dd_textOnly .dd_upside .dd_label {
  border-top: 2px #5a5a5a solid;
  border-bottom: 0;
  padding: 0 0 0 8px;
}

* html .dd_textOnly .dd_label_text {
  color: #000000;
}

* html .dd_textOnly .dd_head .dd_label,
* html .dd_textOnly .dd_head .dd_label:hover {
  _border: 0px;
}

.wnone .dd_icn_container {
  _width: 60px;
}

.dd_filteringTitle .dd_icn, .dd_textOnly .dd_icn {
  *top: 3px;
}

.dd_mixContent .dd_list .dd_item .primary {
  *padding-top: 0;
  *padding-bottom: 0;
  *height: 28px;
}

.dd_mixContent .dd_list .dd_item .primary .btn_label {
  *line-height: 26px;
}

.dd_buttonLike .dd_item a .dd_item_icn {
  float: none;
  position: absolute;
}

.dd_buttonLike .dd_upside .list_content {
  bottom: -3px;
}

.footnotes {
  padding: 20px 0 60px 0;
  font-size: 1.2em;
}

.footnotes a, .footnotes_submit a {
  color: #007BDA;
}

.footnotes a:hover, .footnotes_submit a:hover, .footnotes a:focus, .footnotes_submit a:focus {
  text-decoration: underline;
}

.footnotes a:visited, .footnotes_submit a:visited {
  color: #822980;
}

.footnotes p {
  margin-bottom: 15px;
  color: #767676;
  line-height: 15px;
  font-size: 1.1em;
}

.footnotes p span {
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 -25px;
  text-align: right;
}

/*Footnotes Submit*/
.footnotes_submit .footnotes_submit_text {
  display: inline-block;
  color: #767676;
  font-size: 12px;
  padding-top: 5px;
  float: left;
  text-align: right;
}

.footnotes_submit .button {
  float: left;
  margin: 0 0 0 20px;
}

/*Footnotes numbering*/
.footnotes-container {
  width: 460px;
  float: left;
}

.footnotes-h1 {
  font-size: 60px;
  line-height: 60px;
}

.footnotes-container-blue {
  width: 160px;
  float: left;
  color: #FFFFFF;
  background-color: #0196D6;
  padding: 5px;
  margin-left: 20px;
}

.footnotes-h2 {
  font-size: 90px;
  line-height: 72px;
  margin-bottom: 5px;
}

.footnotes-p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

sup {
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
}

a.button, a.button:hover, a.button:focus {
  color: #FFFFFF;
  text-decoration: none;
}

/* Inputs */
.form-input, .form-input-disabled, .form-input-error,
.form-textarea, .form-textarea.disabled, .form-textarea.error {
  color: #000000;
  display: inline-block;
  font-family: HPSimplifiedLight, Arial;
  padding: 0 0 5px;
  vertical-align: top;
  /*NOTE: do not set middle in this container (IE bugs will be)*/
}

.form-textarea, .form-textarea.disabled, .form-textarea.error {
  height: 66px;
  font-family: HPSimplifiedLight, Arial;
  padding: 10px;
  border: 2px #5a5a5a solid;
  overflow-y: visible;
}

* html .form-textarea {
  height: 90px;
}

.pre-active {
  color: #767676;
  border-color: #ccc;
}

.form-input:hover, .form-textarea:hover,
.form-input:focus, .form-textarea:focus {
  color: #000;
  border-color: #5a5a5a;
}

.form-input-disabled, .form-textarea.disabled {
  color: #b3b3b3;
  background: #e5e5e5;
  border-color: #ccc;
}

.form-input-error, .form-textarea.error {
  border-color: #ff0000;
  color: #ff0000;
}

/* Slim Inputs */
.input-slim {
  font-size: 14px;
  height: 22px;
  _height: 26px;
  line-height: 18px;
  padding: 0 8px;
}

.form-textarea.resizeoff {
  resize: none;
}

.form-textarea.scroll-y {
  overflow-y: scroll;
}

.form-textarea.auto-resize {
  overflow: hidden;
}

.form-error {
  background: none repeat scroll 0 0 #F7D7D7;
  margin: 20px 0 20px;
  padding: 20px 20px 10px;
}

.form-error li {
  color: #FF0000;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

/*Start General Icons*/
/*NOTE: do not set line-height to percent, as it is depend on icon height*/
a.link_icn {
  display: inline-block;
  padding-left: 20px;
  width: auto;
}

a.link_icn, a.link_icn:visited {
  line-height: 18px;
  font-size: 14px;
}

a.link_icn:hover, a.link_icn:focus {
  text-decoration: underline;
}

a.no_hover:hover, a.no_hover:focus {
  text-decoration: none;
  cursor: default;
}

a.link_icn_arrow:hover, a.link_icn_arrow:focus {
  text-decoration: none;
}

a.link_icn b {
  font-size: 14px;
  font-weight: normal;
}

p a.link_icn, p a.link_icn b {
  font-size: inherit;
  line-height: inherit;
}

.icn_cnt {
  position: relative;
  display: inline-block;
}

.icn_cnt .txt {
  padding-left: 20px;
}

.icn {
  cursor: default;
  position: absolute;
}

/*End General Icons*/
/*Start Icon Lists*/
.icn_qsp, .icn_qdf, .icn_pdf, .icn_pdf_wht, .icn_vid, .icn_vid_wht, .icn_pdc, .icn_atc, .icn_prc, .icn_hrn, .icn_dld, .icn_pnd, .icn_doc, .icn_sdd, .icn_spt, .icn_spt2, .icn_loa, .icn_loa_wht,
.icn_frm, .icn_svc, .icn_pat, .icn_gol, .icn_flw, .icn_rcl, .icn_foo, .icn_mal, .icn_mal2, .icn_exc,
.icn_exc2, .icn_fon, .icn_fon_wht, .icn_exp_wht, .icn_rsl_wht, .icn_spt2_wht, .icn_mal2_wht, .icn_exp, .icn_rsl, .icn_rss, .icn_cmt, .icn_blg, .icn_inf, .icn_shp, .icn_exp,
.idd_cht,
.idd_cht_wht,
.iel_shr, .iel_shr_wht, .iel_prt, .iel_prt_wht, .iel_rss, .iel_sav, .iel_mal,
.icb_hlp, .icb_lnk, .icb_lnk_wht, .icb_lnk2, .icb_rfr, .icb_rpl, .icn_community,
.icn_listen, .icn_email, .icn_blog {
  background-image: url(../../images/common/s-15px-hpe.png);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 15px;
  height: 18px;
  display: inline-block;
  padding-left: 6px;
  line-height: 14px;
}

.icn_qsp {
  background-position: 0 5px;
}

.icn_qdf {
  background-position: 0 -1249px;
}

.icn_pdf {
  background-position: 0 -40px;
}

.icn_pdf_wht {
  background-position: 0 -2968px;
}

.icn_vid {
  background-position: 0 -679px;
}

.icn_vid_wht {
  background-position: 0 -2892px;
}

.icn_pdc {
  background-position: 0 -1286px;
}

.icn_atc {
  background-position: 0 -1321px;
}

.icn_prc {
  background-position: 0 -1357px;
}

.icn_hrn {
  background-position: 0 -1391px;
}

.icn_dld {
  background-position: 0 -1426px;
}

.icn_pnd {
  background-position: 0 -1461px;
}

.icn_doc {
  background-position: 0 -1496px;
}

.icn_sdd {
  background-position: 0 -1531px;
}

.icn_spt {
  background-position: 0 -1566px;
}

.icn_spt2 {
  background-position: 0 -1880px;
}

.icn_loa {
  background-position: 0 -525px;
}

.icn_loa_wht {
  background-position: 0 -2547px;
}

.icn_frm {
  background-position: 0 -234px;
}

.icn_svc {
  background-position: 0 -1601px;
}

.icn_pat {
  background-position: 0 -426px;
}

.icn_gol {
  background-position: 0 -1153px;
}

.icn_flw {
  background-position: 0 -712px;
}

.icn_rcl {
  background-position: 0 -1636px;
}

.icn_foo {
  background-position: 0 -1671px;
}

.icn_mal {
  background-position: 0 -1705px;
}

.icn_mal2 {
  background-position: 0 -1914px;
}

.icn_exc {
  background-position: 0 -1741px;
}

.icn_exc2 {
  background-position: 0 -747px;
}

.icn_fon {
  background-position: 0 -1777px;
}

.icn_fon_wht {
  background-position: 0 -2827px;
}

.icn_exp {
  background-position: 0 -1813px;
}

.icn_rsl {
  background-position: 0 -1845px;
}

.icn_rss {
  background-position: 0 -1986px;
}

.icn_cmt {
  background-position: 0 -2022px;
}

.icn_blg {
  background-position: 0 -2056px;
}

.icn_inf {
  background-position: 0 -2092px;
}

.icn_shp {
  background-position: 0 -2126px;
}

.icn_exp_wht {
  background-position: 0 -2583px;
}

.icn_rsl_wht {
  background-position: 0 -2617px;
}

.icn_spt2_wht {
  background-position: 0 -2651px;
}

.icn_mal2_wht {
  background-position: 0 -2686px;
}

/*End Icon Lists*/
/*Start Icon DropDowns*/
.idd_cht {
  background-position: 0 -2160px;
}

.idd_cht_wht {
  background-position: 0 -2511px;
}

/*End Icon DropDowns*/
/* Start Icons Elements*/
.iel_shr {
  background-position: 0 -580px;
}

.iel_shr_wht {
  background-position: 0 -2929px;
}

.iel_prt {
  background-position: 0 -790px;
}

.iel_prt_wht {
  background-position: 0 -3005px;
}

.iel_rss {
  background-position: 0 -840px;
}

.iel_sav {
  background-position: 0 -2195px;
}

.iel_mal {
  background-position: 0 -1103px;
}

/* End Icons Elements*/
/*Start Icons Button*/
.icb_hlp {
  background-position: right -2232px;
}

.icb_lnk {
  background-position: right -2265px;
}

.icb_lnk_wht {
  background-position: right -2720px;
}

.icb_lnk2 {
  background-position: right -635px;
}

.icb_rfr {
  background-position: right -2302px;
}

.icb_rpl {
  background-position: right -2337px;
}

a.icb_hlp,
a.icb_hlp:visited {
  padding: 0 20px 0 0;
}

a.icb_lnk, a.icb_lnk_wht, a.icb_lnk_wht:visited,
a.icb_lnk2,
a.icb_lnk:visited,
a.icb_lnk2:visited {
  padding: 0 17px 0 0;
  display: inline;
  vertical-align: top;
}

a.icb_rfr, a.icb_rpl {
  width: 15px;
  height: 18px;
  padding: 0;
}

.icb_alt {
  background-image: url(../../images/common/s-21px-hpe.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

.icb_alt {
  width: 21px;
  height: 20px;
  display: inline-block;
  padding-left: 6px;
  line-height: 22px;
}

.icb_alt {
  background-position: left -984px;
}

a.icb_alt, a.icb_rpl {
  width: 21px;
  height: 21px;
  padding: 0;
}

/*End Icons Button*/
/*Start Icon SoCial*/
.isc_hp_lg, .isc_fb_lg, .isc_twt_lg, .isc_lin_lg, .isc_flk_lg, .isc_ytb_lg, .isc_ss_lg, .isc_scb_lg, .isc_rss_lg, .isc_nnn_lg, .isc_eye_lg, .isc_pla_lg, .isc_xng_lg,
.isc_fb_md, .isc_twt_md, .isc_lin_md, .isc_flk_md, .isc_ytb_md, .isc_ss_md, .isc_scb_md, .isc_rss_md, .isc_nnn_md, .isc_eye_md, .isc_pla_md, .isc_xng_md,
.isc_fb_sm, .isc_twt_sm, .isc_lin_sm, .isc_flk_sm, .icn_flicker, .isc_ytb_sm, .icn_youtube, .isc_ss_sm,
.icn_slideshare, .isc_scb_sm, .isc_rss_sm, .isc_msp_sm, .isc_dlc_sm, .isc_eml_sm, .isc_nnn_sm, .isc_eye_sm, .isc_pla_sm, .isc_xng_sm,
.isc_ggl_lg, .isc_yah_lg, .isc_ggl_md, .isc_yah_md, .isc_ggl_sm, .isc_yah_sm {
  background-image: url(../../images/common/s-social-hpe.png);
  background-repeat: no-repeat;
}

/*Large Icons*/
.isc_hp_lg, .isc_fb_lg, .isc_twt_lg, .isc_lin_lg, .isc_flk_lg, .isc_ytb_lg, .isc_ss_lg, .isc_scb_lg, .isc_rss_lg, .isc_nnn_lg, .isc_eye_lg, .isc_pla_lg, .isc_xng_lg,
.isc_ggl_lg, .isc_yah_lg {
  width: 25px;
  height: 25px;
  padding-left: 25px !important;
  margin-right: 10px;
}

.isc_hp_lg {
  background-position: 0 -1351px;
}

.isc_fb_lg {
  background-position: 0 -644px;
}

.isc_twt_lg {
  background-position: 0 -689px;
}

.isc_lin_lg {
  background-position: 0 -779px;
}

.isc_flk_lg {
  background-position: 0 -734px;
}

.isc_ytb_lg {
  background-position: 0 -959px;
}

.isc_ss_lg {
  background-position: 0 -824px;
}

.isc_scb_lg {
  background-position: 0 -869px;
}

.isc_rss_lg {
  background-position: 0 -914px;
}

.isc_nnn_lg {
  background-position: 0 -1003px;
}

.isc_eye_lg {
  background-position: 0 -1049px;
}

.isc_pla_lg {
  background-position: 0 -1094px;
}

.isc_xng_lg {
  background-position: 0 -1396px;
}

.isc_ggl_lg {
  background-position: 0 -1515px;
}

.isc_yah_lg {
  background-position: 0 -1634px;
}

/*Middle Icons*/
.isc_fb_md, .isc_twt_md, .isc_lin_md, .isc_flk_md, .isc_ytb_md, .isc_ss_md, .isc_scb_md, .isc_rss_md, .isc_nnn_md, .isc_eye_md, .isc_pla_md, .isc_xng_md,
.isc_ggl_md, .isc_yah_md {
  width: 19px;
  height: 19px;
  padding-left: 19px !important;
  margin-right: 10px;
}

.isc_fb_md {
  background-position: 0 -332px;
}

.isc_twt_md {
  background-position: 0 -371px;
}

.isc_lin_md {
  background-position: 0 -449px;
}

.isc_flk_md {
  background-position: 0 -410px;
}

.isc_ytb_md {
  background-position: 0 -605px;
}

.isc_ss_md {
  background-position: 0 -488px;
}

.isc_scb_md {
  background-position: 0 -527px;
}

.isc_rss_md {
  background-position: 0 -566px;
}

.isc_nnn_md {
  background-position: 0 -1139px;
}

.isc_eye_md {
  background-position: 0 -1178px;
}

.isc_pla_md {
  background-position: 0 -1216px;
}

.isc_xng_md {
  background-position: 0 -1441px;
}

.isc_ggl_md {
  background-position: 0 -1560px;
}

.isc_yah_md {
  background-position: 0 -1679px;
}

/*Small Icons*/
.isc_fb_sm, .isc_twt_sm, .isc_lin_sm, .isc_flk_sm, .icn_flicker, .isc_ytb_sm, .icn_youtube, .isc_ss_sm,
.icn_slideshare, .isc_scb_sm, .isc_rss_sm, .isc_msp_sm, .isc_dlc_sm, .isc_eml_sm, .isc_nnn_sm, .isc_eye_sm, .isc_pla_sm, .isc_xng_sm,
.isc_ggl_sm, .isc_yah_sm {
  width: 15px;
  height: 15px;
  padding-left: 15px !important;
  margin-right: 10px;
}

.isc_fb_sm {
  background-position: 0 0;
}

.isc_twt_sm {
  background-position: 0 -30px;
}

.isc_lin_sm {
  background-position: 0 -177px;
}

.isc_flk_sm, .icn_flicker {
  background-position: 0 -147px;
}

.isc_ytb_sm, .icn_youtube {
  background-position: 0 -297px;
}

.isc_ss_sm, .icn_slideshare {
  background-position: 0 -207px;
}

.isc_scb_sm {
  background-position: 0 -237px;
}

.isc_rss_sm {
  background-position: 0 -267px;
}

.isc_msp_sm {
  background-position: 0 -60px;
}

.isc_dlc_sm {
  background-position: 0 -90px;
}

.isc_eml_sm {
  background-position: 0 -115px;
}

.isc_nnn_sm {
  background-position: 0 -1256px;
}

.isc_eye_sm {
  background-position: 0 -1286px;
}

.isc_pla_sm {
  background-position: 0 -1315px;
}

.isc_xng_sm {
  background-position: 0 -1479px;
}

.isc_ggl_sm {
  background-position: 0 -1599px;
}

.isc_yah_sm {
  background-position: 0 -1718px;
}

/*End Icon SoCial*/
/* tbd start*/
.tbd img {
  float: left;
  padding-right: 10px;
}

.tbd a.link_icn {
  color: #5a5a5a;
}

.tbd a.link_icn:visited {
  color: #822980;
}

/* end tbd */
/*NOTE: BAD CODE should be refactored or deleted in future*/
.molecule650 .icn_qsp, .molecule650 .icn_qdf, .molecule650 .icn_pdf, .molecule650 .icn_pdf_wht, .molecule650 .icn_vid, .molecule650 .icn_vid_wht, .molecule650 .icn_pdc, .molecule650 .icn_listen, .molecule650 .icn_exp_wht, .molecule650 .icn_rsl_wht, .molecule650 .icn_spt2_wht, .molecule650 .icn_mal2_wht .molecule650 .icn_atc, .molecule650 .icn_prc, .molecule650 .icn_hrn, .molecule650 .icn_dld, .molecule650 .icn_pnd, .molecule650 .icn_doc, .molecule650 .icn_sdd, .molecule650 .icn_spt, .molecule650 .icn_spt2, .molecule650 .icn_loa, .molecule650 .icn_loa_wht, .molecule650 .icn_frm, .molecule650 .icn_svc, .molecule650 .icn_pat, .molecule650 .icn_gol, .molecule650 .icn_flw, .molecule650 .icn_rcl, .molecule650 .icn_foo, .molecule650 .icn_mal, .molecule650 .icn_email, .molecule650 .icn_mal2, .molecule650 .icn_exc, .molecule650 .icn_exc2, .molecule650 .icn_fon, .molecule650 .icn_fon_wht, .molecule650 .icn_exp, .molecule650 .icn_rsl, .molecule650 .icn_rss, .molecule650 .icn_cmt, .molecule650 .icn_community, .molecule650 .icn_blg, .molecule650 .icn_blog, .molecule650 .icn_inf, .molecule650 .icn_shp, .molecule650 .icn_exp, .molecule650 .idd_cht_wht, .molecule650 .idd_cht, .molecule650 .iel_shr, .molecule650 .iel_shr_wht, .molecule650 .iel_prt, .molecule650 .iel_prt_wht, .molecule650 .iel_rss, .molecule650 .iel_sav, .molecule650 .iel_mal, .molecule650 .icb_hlp, .molecule650 .icb_lnk, .molecule650 .icb_lnk_wht, .molecule650 .icb_lnk2, .molecule650 .icb_rfr, .molecule650 .icb_rpl, .molecule650 .icn_flicker {
  padding-left: 20px !important;
  width: auto;
  margin-right: 0px;
}

.icn_youtube, .icn_slideshare, .icn_twitter, .icn_facebook, .icn_linkedin {
  background: url(../../images/common/s-social-hpe.png) transparent no-repeat scroll;
  width: 8px;
  height: 17px;
  padding-left: 15px !important;
  margin-right: 0px;
}

.icn_facebook {
  background-position: 0 0;
}

.icn_linkedin {
  background-position: 0 -177px;
}

.icn_twitter {
  background-position: 0 -30px;
}

.icn_youtube {
  background-position: 0 -297px;
}

.icn_community {
  background-position: 0 -2024px;
}

.icn_flicker {
  background-position: 0 -147px;
}

.icn_slideshare {
  background-position: 0 -207px;
}

.lnk_icn {
  float: left;
  margin-top: 2px;
}

.no_icn {
  padding-left: 20px;
}

/* PLAY VIDEO BUTTONS*/
.image_video_big .play {
  background: transparent url(../../images/common/i-video-play-btn-lg-hpe.png) no-repeat 0 0;
  width: 80px;
  height: 80px;
}

.image_video_big .video-thumbnail-16x9 .play {
  top: 120px;
  left: 249px;
}

.image_video_big .video-thumbnail-4x3 .play {
  top: 156px;
  left: 225px;
}

.image_video_middle .video-thumbnail-16x9 .play {
  top: 46px;
  left: 95px;
}

.image_video_middle .video-thumbnail-4x3 .play {
  top: 64px;
  left: 91px;
}

.image_video_small .play {
  background: transparent url(../../images/common/i-video-play-btn-sm-hpe.png) no-repeat 0 0;
  width: 21px;
  height: 21px;
}

.image_video_small .video-thumbnail-16x9 .play {
  top: 12px;
  left: 18px;
}

/*solve double margin float bag for IE6*/
* html .image_video_small {
  display: inline;
  width: 0;
}

* html .image_video_middle {
  display: inline;
  width: 0;
}

/*TAGLINES*/
.win_tagline {
  margin: 0px 14px 0px;
  font-size: 1.4em;
  line-height: 18px;
  _line-height: 19px;
  font-weight: bold;
  color: #000;
}

.win_wrapperbox {
  margin: 0;
  padding: 15px 0 20px 0;
}

/*LOGOS*/
.logos .title_cell_rgt {
  margin-bottom: 15px;
}

.logo_pp, .logo_bml, .logo_bbb, .logo_bob1, .logo_bob2 {
  background: url(../../images/third-party/s-logos-wht.png);
  width: 82px !important;
  height: 56px;
}

.logo_pp {
  background-position: 0 -164px;
}

.logo_bml {
  background-position: -102px -164px;
}

.logo_bbb {
  background-position: -205px -164px;
}

.logos li a {
  padding-left: 0;
  margin-right: 21px;
}

.logos li.lstchild a {
  margin-right: 0;
}

.logo_bob1 {
  background-position: 0 -260px;
}

.logo_bob2 {
  background-position: 0 -356px;
}

/*BADGES*/
.badges_table {
  margin: 20px 0;
}

.badges_table td {
  vertical-align: middle;
  padding-right: 30px;
}

/*NOTE: need to be rework to new hpe badges*/
.bdg_win7, .bdg_win_vista, .bdg_mof, .bdg_amd1, .bdg_amd2, .bdg_ati, .bdg_energy, .bdg_mof_demo, .bdg_win_dvd_demo,
.bdg_corel, .bdg_mcafree, .bdg_roxio, .bdg_win_dvd, .ces {
  background: url(../../images/third-party/s-logos-wht.png);
  padding-left: 0 !important;
}

.bdg_win7 {
  background-position: 0 -450px;
}

.bdg_win_vista {
  background-position: -51px -450px;
}

.bdg_mof {
  background-position: 0 -911px;
}

.bdg_amd1 {
  background-position: 0 -535px;
}

.bdg_amd2 {
  background-position: -50px -535px;
}

.bdg_ati {
  background-position: 0 -611px;
}

.bdg_energy {
  background-position: -50px -611px;
}

.bdg_mof_demo {
  background-position: -52px -680px;
}

.bdg_win_dvd_demo {
  background-position: 0 -680px;
}

.bdg_corel {
  background-position: 0 -760px;
}

.bdg_roxio {
  background-position: 0 -809px;
}

.bdg_win_dvd {
  background-position: -52px -809px;
}

.bdg_mcafree {
  background-position: 0 -859px;
}

.ces {
  background-position: -128px -260px;
}

a.bdg_win7, a.bdg_win_vista {
  height: 66px;
  width: 45px !important;
}

a.bdg_mof, a.bdg_corel, a.bdg_mcafree {
  height: 60px;
  width: 80px !important;
}

a.bdg_amd1, a.bdg_amd2 {
  height: 58px;
  width: 45px !important;
}

a.bdg_ati, a.bdg_energy {
  height: 45px;
  width: 45px !important;
}

a.bdg_roxio, a.bdg_win_dvd {
  height: 45px;
  width: 46px !important;
}

a.bdg_win_dvd_demo {
  height: 58px;
  width: 45px !important;
}

a.bdg_mof_demo {
  height: 58px;
  width: 98px !important;
}

a.ces {
  height: 54px;
  width: 34px !important;
}

/*Stack of bages*/
.badge_stack {
  vertical-align: top;
}

.badge_stack a {
  float: right;
}

.badge_in_center a {
  display: block;
  margin: 0 auto 7px auto;
  float: none;
  _margin-left: 55px;
}

/*IE6 gifs*/
.logo_windows7_prof, .logo_pp, .logo_bml, .logo_bbb, .logo_bob1, .logo_bob2 {
  _background-image: url(../../images/third-party/s-logos-ie6.gif);
}

.bdg_win7, .bdg_win_vista, .bdg_mof, .bdg_amd1, .bdg_amd2, .bdg_ati, .bdg_energy, .bdg_mof_demo, .bdg_win_dvd_demo,
.bdg_corel, .bdg_mcafree, .bdg_roxio, .bdg_win_dvd {
  _background-image: url(../../images/third-party/s-logos-ie6.gif);
}

/*** IE 8/9 cutoff **/
.tooltip_main {
  position: relative;
  display: inline-block;
}

.tooltip_main a.link_icn {
  color: #767676;
}

*|html[xmlns*=""] .tooltip_main {
  display: block;
} /*opera*/
.tooltip {
  position: absolute;
  width: 205px;
  color: #000000;
  z-index: 999;
}

.tooltip-inner {
  padding: 0.75rem 0.75rem;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
}

*|html[xmlns*=""] .tooltip {
  width: 215px;
} /*opera*/
.tooltip_top {
  right: -166px;
  bottom: 25px;
}

.tooltip_bottom {
  right: -27px;
  top: 25px;
}

.tooltip_title {
  padding: 0 18px 10px 18px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px #cccccc solid;
}

.tooltip_text {
  padding: 8px 18px 0 18px;
  font-size: 14px;
  line-height: 18px;
}

/*Corner*/
.tooltip_corner {
  position: absolute;
  width: 27px;
  height: 11px;
  font-size: 0;
  background: url(../../images/common/s-31px-hpe.png) no-repeat;
}

.tooltip_top .tooltip_corner,
.tooltip_top_inline .tooltip_corner {
  left: 20px;
  bottom: -9px;
  background-position: -1px -842px;
}

.tooltip_bottom .tooltip_corner,
.tooltip_bottom_inline .tooltip_corner {
  right: 20px;
  top: -9px;
  background-position: -1px -875px;
}

.inline {
  position: relative;
  padding-right: 0;
  color: #000000;
  background-image: none;
  border-bottom: 1px #0096D6 dotted;
}

.inline:hover {
  text-decoration: none;
}

.tooltip_top_inline {
  left: 0;
  bottom: 25px;
}

.tooltip_bottom_inline {
  right: 0;
  top: 25px;
}

.line-text {
  font-size: 14px;
}

.tooltip {
  width: fit-content;
}

.tooltip_keeper {
  padding-right: 21px;
}

.inline {
  padding-right: 1px;
  display: inline-block;
  *top: 1px;
}

* html .tooltip_top .tooltip_corner {
  bottom: -10px;
}

* html .tooltip_top_inline .tooltip_corner {
  bottom: -10px;
}

.tooltip_corner {
  background-image: url(../../images/common/s-31px-ie6-hpe.gif);
}

.tooltip_top {
  right: -165px;
  _right: -164px;
}

.tooltip_bottom {
  _right: -28px;
}

.body {
  font-family: HPSimplifiedLight, Arial;
}

a, p, span {
  font-size: inherit;
  line-height: inherit;
}

.italic {
  font-style: italic;
}

.emphraized {
  font-weight: bold;
}

.meta, .disabled {
  color: #767676;
}

.error {
  color: #FF0000;
}

.meta a, a.meta {
  color: #767676;
}

.meta a:visited, a.meta:visited, .meta a.visited {
  color: #822980;
}

/*Right rail and secondary content*/
.typography_right_rail,
.typography_secondary {
  font-size: 14px;
  line-height: 18px;
}

.typography_secondary {
  color: #5a5a5a;
}

.typography_right_rail h3, h3.typography_right_rail,
.typography_right_rail .fontH3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

/*start IE6,7 fixes for inherit*/
.typography_right_rail p,
.typography_secondary p {
  *font-size: 14px;
  *line-height: 18px;
}

/*end IE6,7 fixes for inherit*/
/*Main content*/
.typography_main {
  font-size: 16px;
  line-height: 22px;
}

.typography_main h2, h2.typography_main,
.typography_main .fontH2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

/*start IE6,7 fixes for inherit*/
.typography_main p, p {
  *font-size: 16px;
  *line-height: 22px;
}

/*end IE6,7 fixes for inherit*/
/*breadcrumbs*/
.breadcrumbs, .breadcrumbs a,
a.breadcrumbs {
  font-size: 12px;
  line-height: 15px;
  color: #767676;
}

.breadcrumbs a:visited, a.breadcrumbs:visited {
  color: #822980;
}

/*footnote*/
.footnote {
  font-size: 12px;
  line-height: 15px;
  color: #5a5a5a;
}

.footnote a:visited, a.footnote:visited {
  color: #822980;
}

/*start IE6,7 fixes for inherit*/
.footnote p {
  *font-size: 12px;
  *line-height: 15px;
}

/*end IE6,7 fixes for inherit*/
/*Bulleted List*/
.bulleted_list {
  font-size: 16px;
  line-height: 22px;
}

.bulleted_list ul, ul.bulleted_list {
  margin-bottom: 28px;
}

.bulleted_list li {
  list-style: disc inside;
  margin-bottom: 8px;
}

/*NOTE: fontH1 - font like h1, ...*/
/*NOTE: fontH4 = fontH5 + bold*/
/*NOTE: .default styles, we need them as we have situations where in typography_main need .fontH2 as default */
h1, .fontH1, h2, .fontH2, h3, .fontH3, .fontH4, .fontH6, .fontH7, .fontHH1 {
  font-weight: bold;
}

.fontHH1, .default.fontHH1 {
  font-size: 50px;
  line-height: 50px;
}

h1, .fontH1, .default.fontH1 {
  font-size: 32px;
  line-height: 32px;
}

h2, .fontH2, .default.fontH2 {
  font-size: 24px;
  line-height: 30px;
}

h3, .fontH3, .default.fontH3 {
  font-size: 20px;
  line-height: 1px;
}

.fontH4, .fontH5, .default.fontH4, .default.fontH5 {
  font-size: 18px;
  line-height: 22px;
}

.fontH6, .default.fontH6 {
  font-size: 16px;
  line-height: 22px;
}

.fontH7, .default.fontH7 {
  font-size: 14px;
  line-height: 18px;
}

/*NOTE: fontH1 - font like h1, ...*/
.fontHH1,
.fontHH2 {
  margin-bottom: 11px;
}

h1,
.fontH1 {
  margin-bottom: 9px;
}

h2,
.fontH2 {
  margin-bottom: 5px;
}

h3,
.fontH3 {
  margin-bottom: 20px;
}

.fontH4,
.fontH5,
.fontH6,
.fontH7 {
  margin-bottom: 10px;
}

a.fontH1,
a.fontH2,
a.fontH3,
a.fontH4,
a.fontH5,
a.fontH6,
a.fontH7,
span.fontH1,
span.fontH2,
span.fontH3,
span.fontH4,
span.fontH5,
span.fontH6,
span.fontH7 {
  display: block;
}

/*Right rail and secondary content*/
.typography_right_rail h3,
h3.typography_right_rail,
.typography_right_rail .fontH3 {
  margin-bottom: 6px;
}

/*Main content*/
.typography_main p,
p {
  margin-bottom: 8px;
}

.typography_main .emphraized {
  margin-bottom: 5px;
}

/*Right rail and secondary content*/
.typography_right_rail p,
.typography_right_rail a {
  margin-bottom: 4px;
}

.typography_secondary p,
.typography_secondary a {
  margin-bottom: 6px;
}

/*breadcrumbs*/
/*footnote*/
.breadcrumbs p,
.breadcrumbs span,
.footnote p,
.footnote span {
  margin-bottom: 4px;
}

.utility-menu .link-arrow {
  background: url(../../images/patterns/s-utility-menu-arrows.png) transparent no-repeat right 8px;
  padding-right: 13px;
}

.utility-menu a.link-arrow:hover {
  background-position: right -8px;
}

.utility-menu {
  position: relative;
  line-height: 18px;
  margin: 0 auto;
  font-size: 13px;
  float: right;
}

.utility-menu a, .utility-menu a:visited {
  color: #767676;
  text-decoration: none;
  display: inline-block;
}

.utility-menu a.dis, .utility-menu a.dis:visited, .utility-menu a.dis:hover {
  color: #CCCCCC;
  cursor: default;
}

.utility-menu a:hover, .utility-menu a.over {
  text-decoration: none;
  color: #007DBA;
}

.utility-menu .separ {
  padding: 0 9px;
  color: #CCCCCC;
}

.utility-menu ul {
  float: right;
  margin: 3px 35px 0 0;
  padding: 0;
  list-style-type: none;
}

.utility-menu ul li {
  display: inline-block;
  position: relative;
  *float: left;
}

/*Utility Menu Popup*/
.utility-menu-popup {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.utility-menu-popup ul {
  margin: 6px 14px;
  float: none;
}

.utility-menu-popup ul li {
  border-bottom: 0px solid #CCCCCC;
  display: block;
  float: none;
}

.utility-menu-popup ul li.lstchild {
  border-bottom: none;
}

.utility-menu-popup a, .utility-menu-popup a:visited {
  color: #007DBA;
  display: inline-block;
  padding: 7px 0;
  font-size: 13px;
  line-height: 15px;
}

.utility-menu-popup a:hover {
  text-decoration: underline;
}

.utility-menu-popup a.dis:hover {
  text-decoration: none;
}

/*Sign-in List Popup*/
.sign-in-list {
  width: 165px;
  right: 0;
  left: auto;
}

/*Language Popup*/
.language {
  width: auto;
}

/*Live Chat Popup*/
.live-chat {
  width: 165px;
}

.live-chat a, .live-chat a:visited, .live-chat a:hover {
  color: #767676;
  text-decoration: none;
  cursor: default;
}

/*Signon popup*/
.signon_popup {
  width: 290px;
  right: 0;
  left: auto;
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  z-index: 10000;
}

.signon_popup form {
  margin: 0;
}

.signon_popup .content {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 14px;
}

.signon_popup .content .label {
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
  display: inline-block;
  color: #666666;
}

.signon_popup .form-input, .signon_popup .form-input-disabled, .signon_popup .form-input-error, .signon_popup input[type=text], .signon_popup input[type=password] {
  display: inline-block;
  font-family: HPSimplifiedLight, Arial;
  height: 33px;
  width: 240px;
  line-height: 33px;
  _height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.signon_popup .form-input:hover, .signon_popup .form-input:focus, .signon_popup input[type=text]:focus, .signon_popup input[type=password]:focus {
  color: #000;
  border-color: #5A5A5A;
}

.signon_popup .form-input-disabled {
  color: #b3b3b3;
  background: #e5e5e5;
  border-color: #ccc;
}

.signon_popup .form-input-error, .signon_popup .form-input-error:hover, .signon_popup .form-input-error:focus, .signon_popup input.aui-form-validator-error {
  border-color: #ff0000;
  color: #ff0000;
}

.signon_popup a {
  font-size: 12px;
  line-height: 12px;
  padding: 6px 0;
}

.signon_popup .login-btn {
  border-radius: 0 4px 0 4px;
  padding: 0 25px;
  display: inline-block;
}

.signon_popup .login-btn, .signon_popup .login-btn input {
  background-color: #0096D6;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  font-weight: bold;
  text-transform: none;
  font-size: 14px;
}

.signon_popup .login-btn:hover, .signon_popup .login-btn:hover input {
  background-color: #006699;
  text-decoration: none;
  color: #FFFFFF;
}

.signon_popup .login-btn input {
  font-family: HPSimplifiedLight, Arial;
  height: 30px;
  padding: 0;
}

.signon_popup .login-btn {
  float: right;
}

.signon_popup .login-btn-container {
  padding: 4px 0 20px;
  *overflow: hidden;
}

.signon_popup .footer {
  margin: 0 14px 23px;
}

.signon_popup .footer span {
  display: inline-block;
}

.signon_popup .footer a {
  padding-left: 3px;
  padding-bottom: 0;
}

.signon_popup {
  width: auto;
  height: auto;
}

/*start video common styles*/
.videoitem {
  display: inline-block;
  position: relative;
}

.videoitem p {
  font-size: 14px;
  line-height: 18px;
}

.video-title {
  display: block;
  margin-top: 5px;
  color: #767676;
}

.video-header {
  display: block;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}

.videoitem .video-time {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  background-color: #000000;
  opacity: 0.9;
  padding: 4px 8px;
}

.video-thumbnail {
  position: relative;
}

.video-thumbnail .play {
  position: absolute;
  text-indent: -9999px;
  display: block;
  background: url(../images/common/s-video-icons.png) no-repeat scroll 0 0 transparent;
}

.video-thumbnail img {
  border: 1px solid #cccccc;
  overflow: hidden;
}

.video-time span {
  display: inline-block;
}

.video-meta {
  color: #767676;
}

/*end video common styles*/
/*start video_mini*/
.video_mini .play {
  height: 18px;
  width: 24px;
  left: 19px;
  top: 12px;
}

.video_mini .video-title,
.video_mini .video-meta {
  margin-left: 73px;
}

.video_mini .video-thumbnail {
  float: left;
}

.video_mini .video-thumbnail img {
  width: 61px;
  height: 42px;
}

/*end video_mini*/
/*start video small*/
.video_small .play {
  height: 18px;
  width: 24px;
  top: 20px;
  left: 38px;
}

.video_small .video-thumbnail {
  float: left;
}

.video_small .video-title {
  margin-left: 111px;
}

.video_small .video-time {
  font-size: 11px;
  line-height: 16px;
  padding: 1px 4px;
}

.video_small .video-thumbnail img {
  width: 101px;
  height: 56px;
  float: left;
}

/*end video small*/
/*start video_medium*/
.video_medium .play {
  background-position: 0 -38px;
  height: 36px;
  width: 48px;
  top: 47px;
  left: 88px;
}

.video_medium .video-thumbnail {
  width: 228px;
  height: 132px;
}

.video_medium .video-thumbnail img {
  width: 226px;
  height: 130px;
}

/* end video_medium*/
/*start video_re_medium*/
.video_re_medium .play {
  background-position: 0 -38px;
  height: 36px;
  width: 48px;
  top: 41px;
  left: 66px;
}

.video_re_medium .video-thumbnail {
  width: 180px;
  height: 120px;
}

.video_re_medium .video-thumbnail img {
  width: 178px;
  height: 118px;
}

/* end video_re_medium*/
/*start video_large*/
.video_large .play {
  background-position: 0 -38px;
  height: 36px;
  width: 48px;
  left: 123px;
  top: 66px;
}

.video_large .video-thumbnail {
  width: 295px;
  height: 168px;
}

.video_large .video-thumbnail img {
  width: 293px;
  height: 166px;
}

/*end video_large*/
/*start video_xlarge*/
.video_xlarge .play {
  background-position: 0 -38px;
  height: 36px;
  width: 48px;
  left: 201px;
  top: 110px;
}

.video_xlarge .video-thumbnail {
  width: 453px;
  height: 258px;
}

.video_xlarge .video-thumbnail img {
  width: 451px;
  height: 256px;
}

/*end video_large*/
/*start video_x_large*/
.video_x_large .play {
  background-position: 0 -93px;
  height: 55px;
  width: 80px;
  left: 280px;
  right: auto;
  top: 153px;
}

.video_x_large .video-thumbnail {
  width: 640px;
  height: 360px;
}

.video_x_large .video-thumbnail img {
  width: 638px;
  height: 358px;
}

.video_x_large .video-title {
  margin-top: 5px;
  color: #000;
}

.video_x_large .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}

/*end video_x_large*/
/*start preloader styles*/
.cs_spooler {
  position: absolute;
  top: 0;
  left: 0;
}

.cs_spooler div {
  background: url(../../images/common/i-pre-lg-hpe.gif) no-repeat scroll 0 0 transparent;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  width: 60px;
}

/*end preloader styles*/
/* start common*/
.videoitem .video_title_bottom {
  clear: both;
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
}

/* end common*/
/************************************* Level 4 pages *******************/
/* Header */
#article-sub-title {
  margin-bottom: 20px;
}

#article-hero-image {
  height: 230px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  vertical-align: bottom;
}

#article-hero-image img {
  width: 100%;
  margin: 0;
  vertical-align: bottom;
}

/* Common */
.article-block {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 0 0 40px;
}

.article-block:last-child {
  border: none;
  margin-bottom: 0;
}

/* Main description before quote */
#article-main-description-before-quote {
  margin-top: 15px;
}

/* External quote */
#article-external-quote-text {
  background: url(../../../images/content/quote.png) no-repeat left top;
  font-weight: bold;
  margin: 0 0 15px 20px;
}

#article-external-quote-author, #article-external-quote-position-and-company {
  color: #5A5A5A;
  font-size: 14px;
  line-height: 18px;
}

#article-external-quote-author {
  font-weight: bold;
}

/* List view item */
/*
.portlet-column-content-last > div {border-bottom: 1px solid #231F20;margin: 0 0 15px;padding: 0 0 30px;}
.portlet-column-content-last > div:last-child {border-bottom:none;margin:0}
*/
#article-list-view-item-icon {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

#article-list-view-item-content {
  display: inline-block;
  vertical-align: middle;
  width: 245px;
}

#article-list-view-item-content a {
  font-size: 14px;
}

#article-list-view-item-content p, #article-list-view-item-content span {
  margin: 0;
  font-size: 14px !important;
  line-height: 18px;
}

.additional-block {
  padding: 0 0 0 25px;
  background: transparent no-repeat left 7px;
}

#article-display-date {
  background-image: url(../../../images/content/clock.png);
}

#article-keywords {
  background-image: url(../../../images/content/inform.png);
}

#article-info-container .article-display-title, #article-info-container .article-display-content {
  font-size: 14px;
}

#article-info-container .article-display-title {
  color: #5A5A5A;
  font-weight: bold;
}

#article-info-container .article-display-content {
  margin: 0;
}

/* Related elements */
#article-related-sites-heading, #article-related-items-heading {
  font-weight: bold;
  font-size: 18px;
}

#article-related-site-entry li, .article-related-item-entry {
  list-style: none;
  margin: 0 0 10px;
}

#article-related-site-entry li a, #article-related-sites-container #article-related-site-entry li p {
  font-size: 14px;
}

#article-related-site-entry li a {
  padding: 0 20px 0 0;
  background: transparent url(../../../images/content/external.png) no-repeat right center;
}

#article-related-sites-container #article-related-site-entry li p {
  line-height: 18px;
}

/* Downloadable material */
#downloadable-material-title {
  font-weight: bold;
  margin-bottom: 15px;
}

#downloadable-material {
  overflow: hidden;
}

#downloadable-material-grid-container {
  position: relative;
  top: -1px;
  width: 100%;
}

#downloadable-material-grid-header {
  border: 2px solid #767676;
  border-top: none;
  border-bottom: none;
}

#downloadable-material-grid-header th {
  border: 1px solid #fff;
  background: #767676;
  color: #fff;
}

#downloadable-material-grid-body {
  border: 2px solid #ccc;
  border-top: none;
}

#downloadable-material-grid-body td {
  border: 1px solid #ccc;
  color: #5a5a5a;
}

#downloadable-material-grid-header th, #downloadable-material-grid-body td {
  padding: 10px 18px;
  font-size: 14px;
}

#downloadable-material-grid-body .grid-row-style-1 {
  background: #fff;
}

#downloadable-material-grid-body .grid-row-style-0 {
  background: #f2f2f2;
}

/* common */
.horiz_rule {
  margin-top: 30px;
  border-top: 1px solid black;
  height: 1px;
}

td.pag_cell {
  vertical-align: middle;
}

td.pag_cell, td.pag_cell .paging_horiz {
  width: 22px;
  overflow: hidden;
}

* html .vert_divider,
* html .vert_divider_2,
* html .vert_divider_3 {
  height: 120px;
}

/* lay_100 */
.lay_100, .lay_66_33, .lay_25_75, .lay_75_25, .lay_50_50, .lay_33_33_33, .lay_25_25_25_25 {
  width: 1000px;
  background: #fff;
  padding: 10px 0;
}

.lay_100 .fpo_cnt {
  overflow: hidden;
  margin: 20px 18px;
}

.lay_100 .no_margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* lay_66_33 */
.lay_66_33 .left, .lay_66_33 .right, .lay_25_75 .left, .lay_25_75 .right, .lay_75_25 .left, .lay_75_25 .right {
  float: left;
}

.lay_66_33 .left, .lay_25_75 .left {
  width: 633px;
  margin-right: 41px;
}

.lay_66_33 .right {
  width: 326px;
}

.lay_66_33 .left .fpo_cnt, .lay_25_75 .left .fpo_cnt {
  margin: 20px 0 20px 18px;
}

.lay_66_33 .right .fpo_cnt, .lay_25_75 .right .fpo_cnt {
  margin: 20px 18px 20px 0;
}

.lay_66_33 .left .no_margin, .lay_25_75 .left .no_margin {
  margin-left: 0;
}

.lay_66_33 .right .no_margin, .lay_25_75 .right .no_margin {
  margin-right: 0;
}

/* lay_25_75 */
.lay_25_75 .left {
  width: 223px;
}

.lay_25_75 .right {
  width: 736px;
}

/* lay_75_25 */
.lay_75_25 .left {
  width: 736px;
}

.lay_75_25 .right {
  width: 223px;
}

/* lay_50_50 */
.lay_50_50 {
  position: relative;
}

.lay_50_50 .cnt_area {
  float: left;
  width: 500px;
}

.lay_50_50 .vert_divider {
  width: 0;
  position: absolute;
  left: 499px;
  top: 10px;
  bottom: 30px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #FFF;
}

.lay_50_50 .fpo_cnt {
  margin: 20px 18px;
}

.lay_50_50 .layout_with_gutter .fpo_cnt {
  margin: 20px 10px;
}

.lay_50_50 .layout_with_gutter {
  margin: 0 8px;
}

.lay_50_50 .layout_with_gutter .cnt_area {
  width: 492px;
}

table.lay_50_50 .cnt_area {
  width: 478px;
  padding-bottom: 20px;
  overflow: hidden;
}

table.lay_50_50 .cnt_area .fpo_cnt {
  width: 442px;
}

table.lay_50_50 .vert_divider {
  left: 477px;
}

/* lay_33_33_33 */
.lay_33_33_33 {
  position: relative;
}

.lay_33_33_33 .cnt_area {
  float: left;
}

.lay_33_33_33 .cnt_area .fpo_cnt {
  width: 296px;
}

.lay_33_33_33 .vert_divider,
.lay_33_33_33 .vert_divider_2 {
  width: 0;
  position: absolute;
  top: 10px;
  bottom: 30px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #FFF;
}

.lay_33_33_33 .vert_divider {
  left: 332px;
}

.lay_33_33_33 .vert_divider_2 {
  left: 666px;
}

.lay_33_33_33 .fpo_cnt {
  margin: 20px 20px 20px 18px;
}

.lay_33_33_33 .last_cnt .fpo_cnt {
  margin: 20px 18px;
}

table.lay_33_33_33 .cnt_area {
  padding-bottom: 20px;
}

table.lay_33_33_33 .cnt_area .fpo_cnt {
  width: 282px;
}

table.lay_33_33_33 .fpo_cnt {
  margin: 20px 21px 20px 17px;
}

table.lay_33_33_33 .last_cnt .fpo_cnt {
  margin: 20px 17px;
}

table.lay_33_33_33 .vert_divider {
  left: 317px;
}

table.lay_33_33_33 .vert_divider_2 {
  left: 637px;
}

/* lay_25_25_25_25 */
.lay_25_25_25_25 {
  position: relative;
}

.lay_25_25_25_25 .cnt_area {
  float: left;
  width: 250px;
}

.lay_25_25_25_25 .vert_divider,
.lay_25_25_25_25 .vert_divider_2,
.lay_25_25_25_25 .vert_divider_3 {
  width: 0;
  position: absolute;
  top: 10px;
  bottom: 30px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #FFF;
}

.lay_25_25_25_25 .vert_divider {
  left: 249px;
}

.lay_25_25_25_25 .vert_divider_2 {
  left: 499px;
}

.lay_25_25_25_25 .vert_divider_3 {
  left: 749px;
}

.lay_25_25_25_25 .fpo_cnt {
  margin: 20px 18px;
}

table.lay_25_25_25_25 .cnt_area {
  padding-bottom: 20px;
}

table.lay_25_25_25_25 .vert_divider {
  left: 237px;
}

table.lay_25_25_25_25 .vert_divider_2 {
  left: 477px;
}

table.lay_25_25_25_25 .vert_divider_3 {
  left: 717px;
}

table.lay_25_25_25_25 .cnt_area {
  width: 239px;
}

table.lay_25_25_25_25 .cnt_area .fpo_cnt {
  width: 202px;
}

table.lay_25_25_25_25 .cnt_area_3 .fpo_cnt {
  margin-left: 19px;
}

table.lay_25_25_25_25 .cnt_area_4 .fpo_cnt {
  margin-left: 19px;
}

.overlay_trigger, .overlay_trigger:link {
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  text-decoration: none;
}

.overlay_trigger:hover, .overlay_trigger:focus {
  text-decoration: underline;
}

.overlay_popup {
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 0;
  padding-top: 17px;
}

.overlay_popup h4.cnt {
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  margin: 0px 38px;
}

.overlay_popup h2, .eb-video-popup .eb-popup-header {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 4px 38px 0;
}

.eb-video-popup .popup-description {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin: 12px 38px;
}

.eb-video-popup .eb-popup-separator, .overlay_popup .eb-popup-separator {
  border-top: 1px solid #CCCCCC;
  margin: 40px 41px 18px 38px;
  height: 1px;
}

.eb-video-popup .popup-copyright {
  color: #767676;
  font-size: 12px;
  line-height: 15px;
  margin: 0 40px 35px;
}

.overlay_popup .popup_close {
  background: url(../../images/common/s-21px-hpe.png) no-repeat scroll 0px -500px transparent;
  _background-image: url(../../images/common/s-21px-ie6-hpe.gif);
  height: 17px;
  width: 17px;
  display: inline-block;
}

.overlay_popup .popup_close:hover,
.overlay_popup .popup_close:focus {
  text-decoration: none;
}

.overlay_popup .cl_box {
  position: absolute;
  right: 10px;
  top: 10px;
}

.eb-video-popup .video_cnt {
  margin: 16px 38px 40px;
}

/*.overlay_popup .popup_cnt {
    padding: 0 38px;
    border-bottom: none;
}*/
.overlay_popup .popup_cnt h2 {
  margin: 4px 0 12px 0;
}

.overlay_popup .popup_content {
  width: 601px;
  padding: 0 38px;
}

.overlay_popup .popup_content h3 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.overlay_popup .popup_content p {
  padding-bottom: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.overlay_popup .popup_content img {
  margin-left: 20px;
  float: right;
}

.overlay_popup .popup_content h4 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.overlay_popup a.icn_dld {
  padding: 0 0 0 20px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  float: left;
  clear: left;
  white-space: nowrap;
}

.overlay_popup a.icn_dld:hover {
  text-decoration: none;
}

.overlay_popup .img_out {
  padding: 0 38px 40px;
}

.overlay_popup .player {
  position: relative;
}

.eb-video-popup .eb-popup-header {
  width: auto;
  display: block;
}

.eb-video-popup .eb-popup-image {
  margin: 20px 40px;
}

.eb-video-popup .eb-popup-paginator {
  margin-bottom: 40px;
}

.img_ovr {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}

.img_ovr:nth-child(9) {
  margin-right: 0;
}

.pop_cnt {
  display: none;
  left: 50%;
  margin-top: 50px;
  position: absolute;
  z-index: 101;
}

.pop_drk {
  background: none repeat scroll 0 0 #000000;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

* + html .eb-video-popup .eb-popup-paginator { /*ie7*/
  margin-bottom: 20px;
}

* html .eb-video-popup .eb-popup-paginator { /*ie6*/
  margin-bottom: 20px;
  margin-right: 0;
}

.overlay_popup .popup_content {
  _width: 677px;
}

/* start link_lists*/
.link_lists h4 {
  margin-bottom: 6px;
  font-weight: bold;
}

.link_lists li {
  margin-top: 7px;
  display: block;
}

.link_lists li a {
  font-size: 14px;
  line-height: 18px;
}

.link_lists li.first_li {
  margin-top: 0;
}

.link_lists .scroll_list li.first_li {
  margin-top: 10px;
}

/* end link_lists*/
a.bottom_link, a.bottom_link:link {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

a.bottom_link:hover {
  text-decoration: underline;
}

/* start link_arrow*/
/*a.link_arrow {font-size:1.4em;}*/
/* end link_arrow*/
/* start link_lists_title*/
/*.link_lists_title h4{margin-bottom: 15px; font-size: 140%; text-transform: none; font-weight: normal; color:#f2f2f2}
.link_lists_title li{margin-top:10px; display: block;}
.link_lists_title .scroll_list li.first_li{margin-top: 10px}
.scroll_list li.first_li{margin-top: 10px}*/
/* end link_lists_title*/
/* start promoted */
/*.promoted_first a.link_arrow,
.promoted_last a.link_arrow{color:#f2f2f2; font-weight: bold; font-size: 1.4em; color:#0096d6}
.promoted_first a.link_arrow:visited,
.promoted_last a.link_arrow:visited{color:#b2c1e1}
.promoted_first, .promoted_last{margin-top:19px; margin-bottom:19px}
.promoted_first {border-bottom: 1px solid #3d3d3d; padding-bottom: 18px}
.promoted_last {border-top: 1px solid #3d3d3d; padding-top: 18px}*/
/* end promoted*/
/* start link_mixed */
/*.link_lists_mixed {font-size: 14px; line-height: 18px}*/
.link_lists_mixed li {
  margin-top: 10px;
  display: block;
  position: relative;
}

.link_lists_mixed li.first_li {
  margin-top: 0;
}

.link_lists_mixed li.lstchild {
  margin-bottom: 10px;
}

.link_lists_mixed .scroll_list li.first_li {
  margin-top: 22px;
}

.link_lists_mixed a:hover {
  text-decoration: underline;
}

.link_mixed .txt {
  color: #767676;
}

.link_mixed .meta .icn_cnt {
  font-size: 14px;
  line-height: 20px;
}

.link_lists_mixed a.link_icn {
  font-size: inherit;
}

.light_version .link_mixed a {
  color: #767676;
}

.light_version .link_mixed a:visited {
  color: #822980;
}

.light_version .link_mixed .txt {
  color: #000;
}

/*should be the same as typography_right_rail*/
.typography_main .txt_with_icon {
  font-size: 14px;
  line-height: 18px;
}

/* end link_mixed*/
/* start link_lists_mixed_news*/
.link_lists_twitter a {
  color: #767676;
}

.link_lists_twitter a:visited {
  color: #822980;
}

.link_lists_twitter .date {
  color: #767676;
}

/* end link_lists_mixed_news*/
/* start link_lists_mixed_news*/
/*.link_lists_mixed_news .link_mixed a {color:#b2b2b2;}
.link_lists_mixed_news .link_mixed a:visited {color:#b2c1e1;}
.link_lists_mixed_news .link_mixed .txt{color:#f2f2f2; font-weight: bold;}*/
/* end link_lists_mixed_news*/
/* start link_lists_mixed_news_sml */
/*.link_lists_mixed_news_sml .link_mixed a {color:#007dba;}
.link_lists_mixed_news_sml .link_mixed a:visited {}
.link_lists_mixed_news_sml .link_mixed .txt{color:#999;}*/
/* end link_lists_mixed_news_sml*/
/*txt_icon*/
.txt_with_icon .txt {
  padding-left: 20px;
}

.txt_icon {
  position: absolute;
}

/*links_list_expandable*/
.links_list_expandable .js_list_expandable_target {
  display: none;
}

.links_list_expandable .expandable_wrapper {
  font-size: 14px;
  line-height: 18px;
}

.links_list_expandable,
.links_list_expandable a {
  color: #5A5A5A;
}

.links_list_expandable a:visited {
  color: #822980;
}

.links_list_expandable .trigger {
  display: block;
}

.links_list_expandable a:hover {
  text-decoration: underline;
}

.links_list_expandable a.expanded,
.links_list_expandable a:focus {
  color: #000;
}

.links_list_expandable .expandable_wrapper,
.links_list_expandable .target {
  margin-left: 20px;
}

.links_list_expandable .head {
  color: #000;
}

.expandable_wrapper .link_mixed, .expandable_wrapper .trigger {
  margin-top: 10px;
}

/* jQuery styles */
.links_list_expandable .expanded a {
  color: #000;
}

.list_wide {
  zoom: 1;
  width: 633px;
}

.list_wide ul {
  border-top: 1px #ccc solid;
}

.list_wide h2 {
  font-size: 28px;
  line-height: 32px;
  color: #000;
  padding: 14px 20px 19px 18px;
  margin: 0;
  font-weight: bold;
}

.list_wide_item {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.list_wide a {
  display: block;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  line-height: 22px;
}

.list_wide .seo_container a {
  font-weight: normal;
}

.list_wide .seo_container {
  padding: 0;
}

.list_wide .col1,
.list_wide .col2,
.list_wide .col3 {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.list_wide .col1 {
  width: 103px;
  color: #767676;
  white-space: nowrap;
  padding-left: 18px;
  padding-right: 20px;
}

.list_wide .col2 {
  width: 472px;
  color: #5a5a5a;
  padding-right: 20px;
}

.list_wide .col3 {
  width: 200px;
  _width: 235px;
  color: #767676;
}

.list_wide .list_wide_item_cnt {
  z-index: -1;
  position: relative;
  display: block;
}

.list_wide a:hover .list_wide_item_cnt, .list_wide a:focus .list_wide_item_cnt {
  background: #f2f2f2;
}

.list_wide a:hover, .list_wide:focus {
  text-decoration: none;
}

.list_wide a:hover .col2, .list_wide a:focus .col2 {
  text-decoration: underline;
}

.list_wide_icon {
  width: 1000px;
}

.list_wide_icon .col2 {
  width: 636px;
}

.list_wide_icon .col3 {
  width: 185px;
  padding-right: 18px;
}

.list_wide_icon .with_rgt_col .col2 {
  width: 300px;
}

.list_wide_icon .list_icon {
  position: absolute;
}

.list_wide_icon .list_txt {
  padding-left: 25px;
  display: block;
}

.list_wide .bld {
  font-weight: bold;
}

.list_wide_related {
  width: auto;
}

.list_wide_related h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 10px 18px 2px;
  font-weight: bold;
}

.list_wide_related span {
  display: inline-block;
}

.list_wide_related .link {
  display: block;
}

.list_wide_related .list_wide_item_cnt {
  padding: 9px 25px;
  cursor: pointer;
}

.list_wide_related ul {
  border-top: none;
}

.list_wide_related li {
  position: relative;
  z-index: 1;
}

.list_wide_related a:hover .link, .list_wide_related a:focus .link {
  text-decoration: underline;
}

/*.list_wide  a > span fixes*/
.list_wide a {
  width: 100%;
  background-image: url(../../images/patterns/i-has-layout-ie.gif);
}

.list_wide .col1,
.list_wide .col2,
.list_wide .col3 {
  z-index: -1;
  position: relative;
  _display: inline;
}

.list_wide_item {
  *display: inline;
}

* html .list_wide a {
  behavior: expression( onmouseover = function() {this.className += " hover"}, onmouseout = function() {this.className = this.className.replace("hover", "")}, style.behavior = null );
}

/**
 * @section multiple select
 * @subsection multiple select common styling
 */
.multiselect_enabled,
.multiselect_disabled {
  overflow-y: auto;
  min-height: 100px;
  max-height: 300px;
  min-width: 200px;
}

.multiselect_disabled {
  overflow-y: hidden;
}

.multiselect_enabled .multiselect_text,
.multiselect_disabled .multiselect_text {
  line-height: 22px;
  font-size: 1.6em;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.multiselect_enabled .disabled,
.multiselect_disabled .disabled {
  cursor: default;
}

.multiselect_text {
  display: block;
  outline: none;
}

.multiselect_enabled .multiselect_item .hidden,
.multiselect_disabled .multiselect_item .hidden {
  display: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

/**
* @section multiple select
* @subsection dark theme
*/
.multiselect_enabled, .multiselect_disabled {
  background-color: #fff;
  border: 2px #ccc solid;
}

.multiselect_enabled:hover {
  border-color: #5a5a5a;
}

.multiselect_enabled .multiselect_text {
  color: #5a5a5a;
  border-bottom: 1px solid #ccc;
}

.multiselect_enabled .selected .multiselect_text,
.multiselect_enabled .selected .multiselect_text:focus,
.multiselect_enabled .selected .multiselect_text:hover {
  color: #fff;
  background-color: #007DBA;
}

.multiselect_enabled .disabled .multiselect_text,
.multiselect_enabled .disabled .multiselect_text:focus,
.multiselect_enabled .disabled .multiselect_text:hover {
  color: #666;
  border: 1px solid #343637;
  background-color: #343637;
}

/**
* @section multiple select
* @subsection dark theme (disabled)
*/
.multiselect_disabled {
  background-color: #e5e5e5;
}

.multiselect_disabled .multiselect_item .multiselect_text {
  border-bottom: 1px solid #CCCCCC;
  color: #b3b3b3;
}

/* Pagination */
.pag_back,
.pag_forward {
  border: 2px solid #ccc;
  width: 22px;
  height: 22px;
  display: block;
}

.pag_back {
  margin-right: 1px;
}

.pag_forward {
  margin-right: 20px;
}

.pag_back, .pag_forward, .paging_cnt, .pag_arrows {
  float: left;
}

.paging_cnt {
  display: inline-block;
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #000;
}

.pag_back:hover, .pag_forward:hover, .pag_back:focus, .pag_forward:focus {
  border-color: #767676;
}

.icn_pag_back, .icn_pag_forward {
  background: transparent url(../../images/common/s-31px-hpe.png) no-repeat;
  margin-top: 5px;
  height: 14px;
  overflow: hidden;
  display: block;
  w1idth: 22px;
}

.icn_pag_forward {
  background-position: left -666px;
}

.icn_pag_back {
  background-position: left -630px;
}

.pag_forward:hover .icn_pag_forward, .pag_forward:focus .icn_pag_forward {
  background-position: left -738px;
}

.pag_back:hover .icn_pag_back, .pag_back:focus .icn_pag_back {
  background-position: left -702px;
}

.icn_pag_forward {
  margin-left: 8px;
  margin-right: -17px;
}

.icn_pag_back {
  margin-left: 7px;
  margin-right: -16px;
}

.disabled_back .pag_back {
  cursor: default;
  background: #f2f2f2;
}

.disabled_back .icn_pag_back, .disabled_back .pag_back:hover .icn_pag_back, .disabled_back .pag_back:focus .icn_pag_back {
  background-position: left -774px;
}

.disabled_back .pag_back:hover, .disabled_back .pag_back:focus {
  border-color: #ccc;
}

.disabled_back .pag_forward:hover, .disabled_back .pag_forward:focus {
  border-color: #767676;
}

.disabled_forward .pag_forward {
  cursor: default;
  background: #f2f2f2;
}

.disabled_forward .icn_pag_forward, .disabled_forward .pag_forward:hover .icn_pag_forward, .disabled_forward .pag_forward:focus .icn_pag_forward {
  background-position: left -810px;
}

.disabled_forward .pag_forward:hover, .disabled_forward .pag_forward:focus {
  border-color: #ccc;
}

.disabled_forward .pag_back:hover, .disabled_forward .pag_back:focus {
  border-color: #767676;
}

.disabled_both .paging_cnt {
  color: #9b9b9b;
}

.disabled_both .pag_back,
.disabled_both .pag_forward {
  cursor: default;
  background: #f2f2f2;
}

.disabled_both .icn_pag_back, .disabled_both .pag_back:hover .icn_pag_back, .disabled_both .pag_back:focus .icn_pag_back {
  background-position: left -774px;
}

.disabled_both .icn_pag_forward, .disabled_both .pag_forward:hover .icn_pag_forward, .disabled_both .pag_forward:focus .icn_pag_forward {
  background-position: left -810px;
}

.disabled_both .pag_forward:hover,
.disabled_both .pag_back:hover, .disabled_both .pag_forward:focus,
.disabled_both .pag_back:focus {
  border-color: #ccc;
}

/* horizontal paginations*/
.paging_horiz a {
  display: block;
  float: left;
  width: 22px;
  height: 36px;
  background: transparent url(../../images/common/s-31px-hpe.png) no-repeat;
}

.paging_horiz .pag_hor_back {
  background-position: left -270px;
}

.paging_horiz .pag_hor_forward {
  background-position: left -330px;
  float: right;
}

.paging_horiz .pag_hor_back:hover, .paging_horiz .pag_hor_back:focus {
  background-position: left -390px;
}

.paging_horiz .pag_hor_forward:hover, .paging_horiz .pag_hor_forward:focus {
  background-position: left -450px;
}

.disabled_back .pag_hor_back, .disabled_back .pag_hor_back:hover,
.disabled_both .pag_hor_back, .disabled_both .pag_hor_back:hover, .disabled_back .pag_hor_back:focus,
.disabled_both .pag_hor_back:focus {
  background-position: left -510px;
}

.disabled_forward .pag_hor_forward, .disabled_forward .pag_hor_forward:hover,
.disabled_both .pag_hor_forward, .disabled_both .pag_hor_forward:hover, .disabled_forward .pag_hor_forward:focus,
.disabled_both .pag_hor_forward:focus {
  background-position: left -570px;
}

/* pagination views*/
.paging_views .pag_back,
.paging_views .pag_forward {
  width: 31px;
  height: 22px;
}

.paging_views .icn_pag_table, .paging_views .icn_pag_list {
  margin: 0;
  height: 22px;
  background: transparent url(../../images/common/s-31px-hpe.png) no-repeat;
  overflow: hidden;
  display: block;
}

.paging_views .icn_pag_list {
  background-position: left -90px;
}

.paging_views .icn_pag_table {
  background-position: left -225px;
}

.paging_views a:hover .icn_pag_list, .paging_views a:focus .icn_pag_list {
  background-position: left -45px;
}

.paging_views a:hover .icn_pag_table, .paging_views a:focus .icn_pag_table {
  background-position: left -180px;
}

.paging_views .icn_forward_active .icn_pag_table,
.paging_views .icn_forward_active:hover .icn_pag_table, .paging_views .icn_forward_active:focus .icn_pag_table {
  background-position: left -135px;
}

.paging_views .icn_back_active .icn_pag_list,
.paging_views .icn_back_active:hover .icn_pag_list, .paging_views .icn_back_active:focus .icn_pag_list {
  background-position: left 0px;
}

.paging_views .pag_back {
  margin-right: 0px;
}

.paging_views .pag_arrows a {
  border: 2px solid #ccc;
}

.paging_views .pag_arrows a:hover,
.paging_views .pag_arrows a:hover, .paging_views .pag_arrows a:focus,
.paging_views .pag_arrows a:focus {
  border-color: #767676;
}

.paging_views .pag_arrows a.pag_back {
  border-right-width: 1px;
}

.paging_views .pag_arrows a.pag_forward {
  border-left-width: 1px;
}

.paging_views .pag_arrows a.icn_forward_active,
.paging_views .pag_arrows a.icn_back_active {
  border-color: #0096d9;
}

.paging_views .pag_arrows a.icn_forward_active {
  border-right: 0;
}

.paging_views .pag_arrows a.icn_back_active {
  border-left: 0;
}

/*Groped paging*/
.paging_grouped .dd_sort {
  display: inline-block;
  padding-right: 20px;
  float: left;
}

.paging_grouped .paging_views, .paging_grouped .paging {
  display: inline-block;
  float: left;
}

/*Text only paging*/
.text_only {
  float: right;
}

/*Dot paging*/
.paging_dot {
  padding: 10px 0;
  display: inline-block;
}

.paging_dot .icn_pag_dot_active, .paging_dot .icn_pag_dot_inactive {
  height: 16px;
  width: 16px;
  background: transparent url(../../images/common/s-21px-hpe.png) no-repeat;
  _background-image: url(../../images/common/s-21px-ie6-hpe.gif);
  display: inline-block;
}

.paging_dot .icn_pag_dot_active {
  background-position: left -2811px;
}

.paging_dot .icn_pag_dot_inactive {
  background-position: left -2881px;
}

.paging_dot a {
  display: inline-block;
  padding-right: 10px;
}

.paging_dot a:hover .icn_pag_dot_active,
.paging_dot a:hover .icn_pag_dot_inactive, .paging_dot a:focus .icn_pag_dot_active,
.paging_dot a:focus .icn_pag_dot_inactive {
  background-position: left -2846px;
}

.paging_dot a.icon_lst {
  padding-right: 0;
}

.pag_back, .pag_forward {
  _height: 26px;
}

.pag_arrows {
  *width: 73px;
}

.icn_pag_back, .icn_pag_forward {
  _background-image: url(../../images/common/s-31px-ie6-hpe.gif);
}

.icn_pag_forward, .icn_pag_back {
  *cursor: pointer;
}

.disabled_back .icn_pag_back,
.disabled_forward .icn_pag_forward,
.disabled_both .icn_pag_back,
.disabled_both .icn_pag_forward {
  *cursor: default;
}

* html .pag_arrows {
  behavior: expression( onmouseover = function() {this.className += " hover"}, onmouseout = function() {this.className = this.className.replace("hover", "")}, style.behavior = null );
}

/* horizontal paginations*/
.paging_horiz a {
  _background-image: url(../../images/common/s-31px-ie6-hpe.gif);
}

/* pagination views*/
.paging_views .icn_pag_table, .paging_views .icn_pag_list {
  _background-image: url(../../images/common/s-31px-ie6-hpe.gif);
}

.paging_views .pag_arrows {
  *width: 87px;
}

.paging_views .icn_pag_list,
.paging_views .icn_pag_table {
  *cursor: pointer;
}

.paging_grouped .paging {
  _width: 237px;
}

.everything {
  font-family: HPSimplifiedLight, Arial;
}

.pricing {
  font-size: 14px;
  line-height: 16px;
  color: #5a5a5a;
}

.pricing .prc_big {
  font-size: 24px;
  line-height: 26px;
  color: #D7410B;
}

.pricing .prc_mdm {
  font-size: 18px;
  line-height: 20px;
  color: #D7410B;
}

.pricing .prc_sml {
  font-size: 16px;
  line-height: 18px;
  color: #D7410B;
}

.pricing .prc_tny {
  font-size: 14px;
  line-height: 16px;
  color: #D7410B;
}

.pricing .prc_foot {
  font-size: 12px;
  line-height: 14px;
  color: #5A5A5A;
}

.pricing .prc_emp {
  font-weight: bold;
}

.pricing .prc_str {
  text-decoration: line-through;
}

.pricing sup {
  vertical-align: super;
  font-size: 12px;
}

.pricing .prc_sml span, .pricing .prc_tny span {
  font-size: 12px;
  line-height: 14px;
  color: #5a5a5a;
}

.pricing .prc_big span, .pricing .prc_mdm span {
  margin-left: 4px;
}

.pricing div, .pricing .prc_big, .pricing .prc_mdm, .pricing .prc_sml, .pricing .prc_tny, .pricing .prc_emp, .pricing .prc_str {
  margin-bottom: 4px;
}

.pricing .prc_foot {
  margin-bottom: 1px;
}

.pricing table {
  margin-bottom: 15px;
}

.pricing tr .prc_str, .pricing tr .prc_big, .pricing tr .prc_foot {
  padding-left: 20px;
}

.presentation_table .pricing td {
  vertical-align: bottom;
}

.prog_disc_icn {
  padding: 20px 18px;
  text-align: left;
}

.prog_disc_icn_right {
  text-align: right;
}

.prog-desc-toggle-all a {
  line-height: 18px;
  display: inline-block;
}

.prog-disc-item-header a {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 20px 18px 20px;
}

.prog-disc-icn, .icn_pls_drk, .icn_mns_drk {
  background: url(../../images/common/s-21px-hpe.png) no-repeat;
  _background: url(../../images/common/s-21px-ie6-hpe.gif) no-repeat;
}

.icn_pls_drk, .icn_mns_drk {
  width: 21px;
  display: inline-block;
  cursor: pointer;
}

.icn_pls_drk {
  background-position: left -1680px;
}

.icn_mns_drk {
  background-position: left -1815px;
}

a:hover .icn_pls_drk, a:focus .icn_pls_drk {
  background-position: left -1950px;
}

a:hover .icn_mns_drk, a:focus .icn_mns_drk {
  background-position: left -2085px;
}

.icn_pls_drk {
  padding-right: 7px;
  _margin-right: 7px;
}

.icn_mns_drk {
  margin-right: -3px;
}

.prg_dsc_prd dt a, .prg_dsc_prd dt span {
  display: block;
}

.prog-disc {
  border-bottom: 1px solid;
}

.prog-disc .prog-disc-item-header a {
  border-top: 1px solid;
}

.prog-disc,
.prog-disc .prog-disc-item-header a {
  border-color: #ccc;
}

.prog-disc .js_hoverable,
.prog-disc .hoverable:hover,
.prog-disc .prog-disc-item-header a:hover, .prog-disc .hoverable:focus,
.prog-disc .prog-disc-item-header a:focus {
  background-color: #f2f2f2;
}

.prog-disc .prog-disc-item-header span {
  color: #000;
}

.prog-disc .prog-disc-item-header .opened span,
.prog-disc .prog-disc-item-header a.opened:hover span, .prog-disc .prog-disc-item-header a.opened:focus span {
  color: #000;
}

.prog-disc .prog-disc-item-header a:hover,
.prog-disc .prog-disc-item-header a:focus {
  text-decoration: none;
}

.prog-disc .prog-disc-item-header .prog-disc-item-title-more {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  margin: 7px 0 0 0;
}

.prog-disc .prog-disc-icn {
  background-position: right -1680px;
  line-height: 18px;
}

.prog-disc .opened .prog-disc-icn {
  background-position: right -1815px;
}

.prog-disc .content {
  padding: 0 20px 20px 46px;
}

.prog-disc dt.subsection a {
  font-weight: normal;
  padding: 20px 20px 20px 18px;
  line-height: 22px;
}

.left .prog-disc .prog-disc-icn {
  background-position: left -1680px;
}

.left .prog-disc .opened .prog-disc-icn {
  background-position: left -1815px;
}

.left .prog-disc a:hover .prog-disc-icn, .left .prog-disc a:focus .prog-disc-icn {
  background-position: left -1950px;
}

.left .prog-disc a:hover.opened .prog-disc-icn, .left .prog-disc a:focus.opened .prog-disc-icn {
  background-position: left -2085px;
}

.left .prog-disc-item-header a {
  padding-left: 18px;
}

.left .prog-disc-item-header span,
.left .prog-disc-item-header .prog-disc-item-title-more {
  padding-left: 28px;
}

.prg_dsc_prd dt span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.left .prog-disc-item-header .count,
.left .prog-disc-item-header:hover .count,
.left .prog-disc-item-header .opened .count,
.left .prog-disc-item-header:hover .opened .count,
.left .prog-disc-item-header:focus .count,
.left .prog-disc-item-header:focus .opened .count {
  padding-left: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #5a5a5a;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 22px;
}

.left .prog-disc dt.subsection a {
  padding-left: 46px;
}

.prog-disc .prog-disc-item-content {
  position: relative;
  overflow: hidden;
}

.read_more_less .more .more_label, .read_more_less .less .less_label {
  display: block;
}

.read_more_less .less .more_label, .read_more_less .more .less_label {
  display: none;
}

.read_more_less .more .prog-disc-icn {
  background-position: left -2218px;
}

.read_more_less .less .prog-disc-icn {
  background-position: left -2349px;
}

.read_more_less .more_label,
.read_more_less .less_label {
  padding-left: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
}

.read_more_less a:hover .more_label,
.read_more_less a:hover .less_label, .read_more_less a:focus .more_label,
.read_more_less a:focus .less_label {
  text-decoration: underline;
  color: #767676;
}

/*progressive disclosure redesign mol-813*/
.mol-813 {
  padding: 31px 0px 40px;
}

.mol-813 h3 {
  margin-top: 8px;
}

.mol-813 .prog_disc_icn {
  border: none;
  text-align: left;
  padding: 10px 20px 0 0;
}

.mol-813 .prog-disc .content {
  padding: 0 20px 4px 28px;
}

.mol-813 .prog-disc .prog-disc-item-content li {
  margin-bottom: 8px;
}

.mol-813 .left .prog-disc-item-header a {
  padding-top: 15px;
  padding-left: 0px;
}

.mol-813 .icn_pls_drk, .mol-813 .icn_mns_drk {
  background: none;
  _background: none;
  display: inline;
}

.mol-813 .prog-desc-toggle-all a {
  line-height: 18px;
  display: inline;
  font-size: 14px;
}

.mol-813 .prog-disc, .mol-813 .prog-disc .prog-disc-item-header a {
  border: none;
}

.quote blockquote {
  position: relative;
  padding: 0 0 20px 21px;
  font-size: 2em;
}

.quote .auth {
  color: #5a5a5a;
  font-size: 1.4em;
  padding-left: 21px;
}

.quote .author,
.quote .phrase {
  display: block;
}

.quote .author {
  font-weight: bold;
}

.quote .opening_quote,
.quote .closing_quote {
  color: #767676;
  font-size: 1.2em;
  line-height: 1em;
}

.quote .opening_quote {
  position: absolute;
  left: 8px;
  _left: -10px;
  top: 0;
}

.quote .vertical {
  width: 246px;
  _width: 286px;
  padding: 0 20px;
  margin: 25px 20px;
  border-left: 1px solid #ccc;
}

.quote .horizontal {
  margin: 40px 0 20px 0;
  padding: 16px 20px 40px 18px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.quote .featured {
  padding: 0 18px 36px 20px;
  border-bottom: 1px #000 solid;
  width: 288px;
}

.quote .featured .title {
  font-size: 1.8em;
  font-weight: bold;
}

.quote .featured .author {
  padding-bottom: 25px;
  font-weight: normal;
}

.quote .featured blockquote {
  padding-bottom: 12px;
}

.quote .featured a {
  display: block;
  color: #007dba;
  font-weight: bold;
  text-decoration: none;
}

.quote .featured a:hover {
  text-decoration: underline;
}

.quote .featured a:visited {
  color: #822980;
}

.quote .featured a:hover span.carat {
  text-decoration: none;
}

.quote .ratings {
  padding: 3px 0 10px 0;
}

.quote .ratings .form_overall .locked:hover .counter,
.quote .ratings .form_overall .locked .counter {
  display: none;
}

.rating .unvoted {
  display: inline-block;
}

.rating .counter {
  vertical-align: middle;
}

/**
 * @section Ratings
 * @subsection Master & Form Overall Rating
 */
.rating .form_overall .star {
  background: transparent url(../../images/common/i-star-e-16px-hpe.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.rating .form_overall .star:hover,
.rating .form_overall .star_hovered,
.rating .form_overall .active {
  background: transparent url(../../images/common/i-star-f-16px-hpe.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.rating .form_overall .star1,
.rating .form_overall .star2,
.rating .form_overall .star3,
.rating .form_overall .star4 {
  padding-left: 16px;
  cursor: pointer;
}

.rating .form_overall .label {
  display: none;
}

.rating .form_overall .unvoted .star {
  display: none;
}

.rating .form_overall .unvoted .counter {
  margin-left: 1px;
}

.rating .form_overall .unvoted:hover .star {
  display: inline-block;
}

.rating .form_overall .unvoted .star_show {
  display: inline-block;
}

.rating .form_overall .unvoted:hover .counter {
  margin-left: 48px;
  _margin-left: 6px;
}

.rating .form_overall .unvoted .counter_show {
  margin-left: 48px;
  _margin-left: 6px;
}

.rating .form_overall .unvoted .label_hide {
  display: none;
}

.form_overall_locked {
  background: transparent url(../../images/common/i-star-e-16px-hpe.gif);
  width: 80px;
  height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

.form_overall_locked .star_inner {
  background: transparent url(../../images/common/i-star-f-16px-hpe.gif);
  height: 16px;
  display: inline-block;
  vertical-align: baseline;
}

/**
 * @section Ratings
 * @subsection Review's Overall Rating
 */
.rating .review_overall .star {
  background: transparent url(../../images/common/i-star-e-14px-hpe.gif) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.rating .review_overall .star:hover,
.rating .review_overall .active,
.rating .review_overall .star_hovered {
  background: transparent url(../../images/common/i-star-f-14px-hpe.gif) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.rating .review_overall .star1,
.rating .review_overall .star2,
.rating .review_overall .star3,
.rating .review_overall .star4 {
  padding-left: 14px;
  cursor: pointer;
}

.rating .review_overall .counter {
  display: inline-block;
  vertical-align: middle;
  margin-left: 48px;
  _margin-left: 6px;
  color: #999999;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  padding: 0 7px;
}

.rating .review_overall .label {
  display: none;
}

.rating .review_overall .unvoted .star {
  display: none;
}

.rating .review_overall .unvoted .counter {
  margin-left: 5px;
}

.rating .review_overall .unvoted:hover .star {
  display: inline-block;
}

.rating .review_overall .unvoted .star_show {
  display: inline-block;
}

.rating .review_overall .unvoted:hover .counter {
  margin-left: 48px;
  _margin-left: 6px;
}

.rating .review_overall .unvoted .counter_show {
  margin-left: 48px;
  _margin-left: 6px;
}

.rating .review_overall .unvoted .label_hide {
  display: none;
}

.review_overall_locked {
  background: transparent url(../../images/common/i-star-e-14px-hpe.gif);
  width: 69px;
  height: 14px;
  display: inline-block;
}

.review_overall_locked .star_inner {
  background: transparent url(../../images/common/i-star-f-14px-hpe.gif);
  height: 14px;
  display: inline-block;
}

/**
 * @section Ratings
 * @subsection Review's Overall Rating
 * @affects IE6
 */
/**
 * @section Ratings
 * @subsection Rating Breakdown
 */
.rating .rating_breakdown .star {
  background: transparent url(../../images/common/i-star-e-12px-hpe.gif) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.rating .rating_breakdown .star:hover,
.rating .rating_breakdown .active,
.rating .rating_breakdown .star_hovered {
  background: transparent url(../../images/common/i-star-f-12px-hpe.gif) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.rating .rating_breakdown .star1,
.rating .rating_breakdown .star2,
.rating .rating_breakdown .star3,
.rating .rating_breakdown .star4 {
  padding-left: 12px;
  cursor: pointer;
}

.rating .rating_breakdown .label {
  display: none;
}

.rating .rating_breakdown .unvoted .star {
  display: none;
}

.rating .rating_breakdown .unvoted:hover .star {
  display: inline-block;
}

.rating .rating_breakdown .unvoted .star_show {
  display: inline-block;
}

.rating .rating_breakdown .unvoted:hover .counter {
  margin-left: 36px;
}

.rating .rating_breakdown .unvoted .counter_show {
  margin-left: 36px;
}

.rating .rating_breakdown .unvoted:hover .label {
  display: none;
}

.rating .rating_breakdown .unvoted .label_hide {
  display: none;
}

/**
 * @section Ratings
 * @subsection Rating Breakdown
 * @affects IE6
 */
.rating_holder {
  display: none;
}

.rating_hoverable .stars_locked {
  vertical-align: middle;
}

.rating .form_overall .counter {
  display: inline-block;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #5a5a5a;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 5px;
}

.rating .form_overall .rating_holder .counter {
  margin-left: 48px;
}

.rating .form_overall .counter:hover {
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.rating .form_overall .star {
  background: transparent url(../../images/common/i-star-e-16px-hpe.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.rating .form_overall .star:hover,
.rating .form_overall .star_hovered,
.rating .form_overall .active {
  background: transparent url(../../images/common/i-star-f-16px-hpe.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.rating .form_overall .unvoted .star {
  display: none;
}

.rating .form_overall .unvoted .counter {
  margin-left: 1px;
  border-color: #dedede;
}

.rating .form_overall .unvoted .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #007DBA;
  width: 80px;
}

.rating .form_overall .unvoted:hover .star {
  display: inline-block;
}

.rating .form_overall .unvoted .star_show {
  display: inline-block;
}

.rating .form_overall .unvoted:hover .counter {
  margin-left: 48px;
  _margin-left: 6px;
  border-color: #111111;
}

.rating .form_overall .unvoted .counter_show {
  margin-left: 48px;
  _margin-left: 6px;
  border-color: #111111;
}

.rating .form_overall .unvoted:hover .label {
  display: none;
}

.rating .form_overall .unvoted .label_hide {
  display: none;
}

.form_overall_locked {
  background: transparent url(../../images/common/i-star-e-16px-hpe.gif);
  background-repeat: repeat-x;
}

.form_overall_locked .star_inner {
  background: transparent url(../../images/common/i-star-f-16px-hpe.gif);
  background-repeat: repeat-x;
}

/**
 * @section Ratings
 * @subsection Master & Form Overall Rating
 * @affects IE6
 */
.rating .review_overall .counter {
  border: none;
  border-radius: 0px;
  color: #5A5A5A;
  height: 14px;
  font-size: 1.4em;
  padding: 0 5px;
  margin-left: 0;
}

.rating .review_overall .rating_holder .counter {
  margin-left: 41px;
  _margin-left: -1px;
}

.rating .review_overall .counter:hover {
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.rating .review_overall .star {
  background: transparent url(../../images/common/i-star-e-14px-hpe.gif) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.rating .review_overall .star:hover,
.rating .review_overall .star_hovered,
.rating .review_overall .active {
  background: transparent url(../../images/common/i-star-f-14px-hpe.gif) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.rating .review_overall .unvoted .star {
  display: none;
}

.rating .review_overall .unvoted .counter {
  border-color: #dedede;
  margin-left: 5px;
}

.rating .review_overall .unvoted .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #007dba;
  width: 70px;
}

.rating .review_overall .unvoted:hover .star {
  display: inline-block;
}

.rating .review_overall .unvoted .star_show {
  display: inline-block;
}

.rating .review_overall .unvoted:hover .counter {
  border: none;
}

.rating .review_overall .unvoted .counter_show {
  border: none;
}

.rating .review_overall .unvoted:hover .label {
  display: none;
}

.rating .review_overall .unvoted .label_hide {
  display: none;
}

.review_overall_locked {
  background: transparent url(../../images/common/i-star-e-14px-hpe.gif);
  background-repeat: repeat-x;
}

.review_overall_locked .star_inner {
  background: transparent url(../../images/common/i-star-f-14px-hpe.gif);
  background-repeat: repeat-x;
}

.rating .rating_breakdown .counter {
  display: inline-block;
  margin-bottom: 1px;
  color: #5A5A5A;
  font-size: 1.4em;
  padding: 0 5px;
}

.rating .rating_breakdown .rating_holder .counter {
  margin-left: 36px;
  _margin-left: 0;
}

.rating .rating_breakdown .counter:hover {
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.rating .rating_breakdown .star {
  background: transparent url(../../images/common/i-star-e-12px-hpe.gif) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.rating .rating_breakdown .star:hover,
.rating .rating_breakdown .star_hovered,
.rating .rating_breakdown .active {
  background: transparent url(../../images/common/i-star-f-12px-hpe.gif) no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.rating .rating_breakdown .unvoted .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  color: #007dba;
  white-space: nowrap;
}

.rating .rating_breakdown .unvoted:hover .star {
  display: inline-block;
}

.rating .rating_breakdown .unvoted .star_show {
  display: inline-block;
}

.rating .rating_breakdown .unvoted:hover .label {
  display: none;
}

.rating .rating_breakdown .unvoted .label_hide {
  display: none;
}

.rating_breakdown_locked {
  background: transparent url(../../images/common/i-star-e-12px-hpe.gif);
  width: 60px;
  height: 12px;
  background-repeat: repeat-x;
  display: inline-block;
}

.rating_breakdown_locked .star_inner {
  background: transparent url(../../images/common/i-star-f-12px-hpe.gif);
  height: 12px;
  background-repeat: repeat-x;
  display: inline-block;
}

.rtf_table {
  border: 2px solid #ccc;
  font-size: 15px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.rtf_table th, .rtf_table td {
  border: 1px solid #ccc;
}

.rtf_table th {
  padding: 9px 20px;
  text-align: left;
  color: #000;
  font-weight: bold;
  background-color: #f2f2f2;
}

.rtf_table td {
  padding: 9px 20px !important;
  vertical-align: middle;
  text-align: left;
}

.rtf_table a:link {
  color: #007dba;
}

.rtf_table a:focus, .rtf_table a:hover {
  text-decoration: underline;
}

.rtf_table a.button:link {
  color: #fff;
}

.rtf_table a.button:hover {
  text-decoration: none;
}

td.cnt {
  text-align: center;
}

.rtf_table td {
  padding: 15px 20px !important;
  vertical-align: middle;
  color: #5a5a5a;
}

.rtf_table.top-aligned td, .rtf_table td.top-aligned, .rtf_table.bottom-aligned td.top-aligned {
  vertical-align: top;
}

.rtf_table.bottom-aligned td, .rtf_table td.bottom-aligned, .rtf_table.top-aligned td.bottom-aligned {
  vertical-align: bottom;
}

.rtf_table.top-aligned td.middle-aligned, .rtf_table.bottom-aligned td.middle-aligned {
  vertical-align: middle;
}

.opt_head td {
  color: #000 !important;
  font-weight: bold;
  background-color: #ccc;
  border-right: 1px solid #fff;
  vertical-align: bottom;
}

.main_header .last, .opt_head .last {
  border-right: 1px solid #ccc;
}

.main_header th {
  color: #fff;
  background-color: #767676;
  border-right: 1px solid #fff;
  vertical-align: bottom;
}

.opt_subhead td {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  font-weight: bold;
  background-color: #f2f2f2;
  vertical-align: bottom;
}

.rtf_table .bold {
  font-weight: bold;
  color: #000;
}

.rtf_table .orange {
  color: #ff0000;
  font-size: 14px;
}

.rtf_table .button_hpe, .rtf_block .rtf_table a.button_hpe {
  color: #ffffff !important;
}

.rtf_table .button_hpe:visited, .rtf_block .rtf_table a.button_hpe:visited {
  color: #ffffff !important;
}

.rtf_table .button_hpe:focus, .rtf_block .rtf_table a.button_hpe:focus {
  color: #ffffff !important;
}

/* secondary nav */
.secondary_nav .menu a, .secondary_nav .menu a:visited {
  font-size: 16px;
  line-height: 22px;
  color: #767676;
}

.secondary_nav .menu .selected a {
  color: #000;
}

.secondary_nav .level2 .menu {
  margin-left: 3px;
}

.secondary_nav .level2 .menu .first_li {
  margin-left: 18px;
}

.secondary_nav .level2 {
  width: 100%;
}

.secondary_nav .level2 .menu {
  border-bottom: 1px #ccc solid;
}

.secondary_nav .level2 .menu li {
  display: inline-block;
  padding: 12px 0;
  margin: 0 15px;
  /*_zoom:1; _display: inline;*zoom:1; *display: inline;*/
} /*ie6-7 fix*/
.secondary_nav .level2 .menu li.selected {
  padding-bottom: 8px;
  border-bottom: 4px #0096d9 solid;
}

.secondary_nav .expand_area {
  width: 100%;
  display: none;
  padding-top: 15px;
  overflow: hidden;
  border-bottom: 4px #0096d6 solid;
  position: relative;
  background-color: #fff;
}

.secondary_nav .expand_area a {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.secondary_nav .expand_area a:hover {
  color: #007dba;
}

.secondary_nav .expand_area .level3,
.secondary_nav .expand_area .level4,
.secondary_nav .expand_area .promo_area {
  display: inline-block;
  height: 388px;
  float: left;
}

.secondary_nav .expand_area .level3 {
  width: 314px;
}

.secondary_nav .expand_area .level3 .menu li {
  padding: 4px 0 5px 18px;
  cursor: pointer;
}

.secondary_nav .expand_area .level3 .menu .selected {
  color: #fff;
  background-color: #007dba;
}

.secondary_nav .expand_area .level3 .menu .selected a, .secondary_nav .expand_area .level3 .menu .selected:hover {
  color: #fff;
}

.secondary_nav .expand_area .level3 .seporator {
  margin: 15px 0 15px 18px;
  line-height: 6px;
  border-bottom: 1px #b2b2b2 solid;
  width: 280px;
}

.secondary_nav .expand_area .level4 {
  width: 294px;
  padding: 29px 20px 0 20px;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
}

.secondary_nav .expand_area .level4 .menu {
  display: none;
}

.secondary_nav .expand_area .level4 .menu li {
  padding: 6px 18px 6px 0px;
  cursor: pointer;
}

.secondary_nav .expand_area .shadow_divider,
.secondary_nav .expand_area .fade_divider {
  display: none;
}

.secondary_nav .expand_area .promo_area {
  width: 312px;
  padding-left: 20px;
}

.secondary_nav .expand_area .promo_area .content {
  display: block;
  height: 128px;
}

.secondary_nav .expand_area .promo_area .list li {
  padding: 7px 0 0 0;
  font-size: 105%;
  line-height: 17px;
}

.secondary_nav .expand_area .promo_area .list2 {
  margin-bottom: 25px;
}

.secondary_nav .expand_area .promo_area .list2 li {
  margin-bottom: 10px;
}

.secondary_nav .expand_area .promo_area .list2 li a {
  font-size: 14px;
  line-height: 18px;
  color: #007dba;
}

.secondary_nav .expand_area .promo_area .list2 li a:hover {
  text-decoration: underline;
}

.secondary_nav .expand_area .promo_area h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
}

.secondary_nav .expand_area .snav_arr {
  background: url(../../images/common/s-15px-hpe.png) no-repeat 480px -2477px;
  _background-image: url(../../images/common/s-15px-ie6-hpe.gif);
  clear: both;
  display: block;
  line-height: 8px;
  cursor: pointer;
  padding: 5px 0;
}

.secondary_nav .expand_area .promo_cnt_bkg {
  background: url(../../images/patterns/i-promo-cnt-bkg.jpg) no-repeat;
  width: 144px;
  height: 257px;
  padding-top: 12px;
}

.secondary_nav .expand_area .m10l {
  margin-left: 10px;
}

.secondary_nav .expand_area .m18l {
  margin-left: 18px;
}

.secondary_nav .expand_area .m12 {
  margin-bottom: 12px;
}

.secondary_nav .expand_area .lft20 {
  padding-left: 20px;
}

.secondary_nav .docked {
  background: #fff;
  left: 0;
  top: 0px;
  position: fixed;
}

.secondary_nav .docked .menu {
  width: 1000px;
  margin: 0 auto;
}

.social_fb,
.social_tw {
  padding: 10px 10px 10px 5px;
  display: inline-block;
  _display: inline;
  _zoom: 1;
}

* + html .social_fb {
  width: 80px;
  display: inline;
}

* + html .social_tw {
  width: 98px;
  display: inline;
}

.social_fb .fb_iframe_widget,
.social_tw .twitter-share-button {
  padding-bottom: 5px;
  float: left;
}

.social_fb a,
.social_tw a {
  color: #767676;
  font-size: 12px;
  float: left;
  clear: left;
  /**float: none;*/
}

.social_fb a:hover,
.social_tw a:hover {
  text-decoration: underline;
}

.social_fb a:visited,
.social_tw a:visited {
  color: #822980;
}

.social_tw .twitter-share-button {
  width: 100px !important;
  _height: 25px !important;
}

.social_fb_blue {
  background-color: #0096D6;
}

.social_fb_blue a, .social_fb_blue a:visited {
  color: #FFFFFF;
}

.social_media .links_list ul li {
  display: inline;
}

.follow_us {
  display: inline-block;
  position: relative;
}

.follow_us .tooltip {
  width: 272px;
  padding: 5px 0 0;
}

.follow_us .tooltip_title {
  padding: 0 11px 8px 11px;
  font-size: 15px;
  font-weight: bold;
  color: #314141;
}

.follow_us .tooltip_bottom {
  top: 37px;
  right: auto;
  left: -8px;
}

.follow_us .tooltip_bottom .tooltip_corner {
  left: 7px;
  top: -9px;
}

.social_media .follow_us ul li {
  display: block;
  margin: 7px 0 11px;
}

.follow_us ul {
  padding: 0 10px;
}

.follow_us a {
  margin-right: 8px;
}

.links_list .follow_us ul li a {
  color: #007DBA;
  font-size: 14px;
}

.links_list .follow_us ul li a:hover {
  text-decoration: underline;
}

.links_list .follow_us ul li a:visited {
  color: #007DBA;
}

.wait_class {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

.wait_class div {
  background: url(../../images/common/i-pre-sm-hpe.gif) no-repeat scroll 0 0 transparent;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 45%;
  width: 32px;
}

.large_image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

.large_image div {
  background: url(../../images/common/i-pre-lg-hpe.gif) no-repeat scroll 0 0 transparent;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 45%;
  width: 60px;
}

.wait_class.spooler_dark div {
  background: url(../../images/common/i-pre-sm-hpe.gif) no-repeat scroll 0 0 transparent;
}

.wait_class.active,
.large_image.active {
  display: block;
}

.layer {
  background-color: white;
  display: none;
  opacity: 0.7;
  /*filter:alpha(opacity=70);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.layer.active {
  display: block;
}

.spooler_wrapper_650 {
  position: absolute;
  width: 650px;
  height: 80px;
}

.steps_wrapper {
  padding-left: 0px;
  height: auto;
}

.step_descriptor_blue .steps_wrapper {
  background-color: #0196D6;
}

.step_descriptor .clf .js_step_link, .step_descriptor .clf .js_step_link:link {
  color: #767676;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  padding: 9px 0 10px;
}

.step_descriptor .clf .js_step_link:hover {
  cursor: default;
}

.step_descriptor_blue .clf .js_step_link, .step_descriptor_blue .clf .js_step_link:link {
  color: #00415D;
}

.step_descriptor .clf .current .js_step_link,
.step_descriptor .clf .selected .js_step_link {
  color: #000000;
}

.step_descriptor_blue .clf .current .js_step_link,
.step_descriptor_blue .clf .selected .js_step_link {
  color: #FFFFFF;
}

.step_descriptor .clf .disabled .js_step_link, .tabs .clf .disabled .js_step_link:hover {
  color: #CCCCCC;
  cursor: default;
  text-decoration: none;
}

.step_descriptor .clf .step {
  height: auto;
  border-right: none;
  display: inline-block;
  vertical-align: middle;
}

.step_descriptor .circle {
  width: 21px;
  height: 22px;
  display: inline-block;
  background-image: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-21px-hpe.png);
}

.step_descriptor .circle_1 {
  background-position: 0px -2483px;
}

.step_descriptor .circle_2 {
  background-position: 0px -2524px;
}

.step_descriptor .circle_3 {
  background-position: 0px -2565px;
}

.step_descriptor_blue .circle_2 {
  background-position: 0px -1293px;
}

.step_descriptor_blue .circle_3 {
  background-position: 0px -1334px;
}

.step_descriptor .circle_4 {
  background-position: 0px -2606px;
}

.step_descriptor_blue .circle_4 {
  background-position: 0px -2958px;
}

.step_descriptor .circle_5 {
  background-position: 0 -707px;
}

.step_descriptor .clf .current .circle_1,
.step_descriptor .clf .selected .circle_1 {
  background-position: 0px -2646.6px;
}

.step_descriptor .clf .current .circle_2,
.step_descriptor .clf .selected .circle_2 {
  background-position: 0px -2687.6px;
}

.step_descriptor .clf .current .circle_3,
.step_descriptor .clf .selected .circle_3 {
  background-position: 0px -2728.6px;
}

.step_descriptor .clf .current .circle_4,
.step_descriptor .clf .selected .circle_4 {
  background-position: 0px -2769.5px;
}

.step_descriptor_blue .clf .current .circle_1,
.step_descriptor_blue .clf .selected .circle_1 {
  background-position: 0px -1169px;
}

.step_descriptor_blue .clf .current .circle_2,
.step_descriptor_blue .clf .selected .circle_2 {
  background-position: 0px -1211px;
}

.step_descriptor_blue .clf .current .circle_3,
.step_descriptor_blue .clf .selected .circle_3 {
  background-position: 0px -1252px;
}

.step_descriptor_blue .clf .current .circle_4,
.step_descriptor_blue .clf .selected .circle_4 {
  background-position: 0px -2917px;
}

.step_descriptor .clf .current .circle_5, .step_descriptor .clf .selected .circle_5 {
  background-position: 0 -748px;
}

.step_descriptor .clf .current .circle span,
.step_descriptor .clf .selected .circle span {
  background: #0096d6;
  color: #ffffff;
}

.step_descriptor .arrow {
  margin-left: 10px;
  margin-right: 10px;
  width: 7px;
  height: 13px;
  display: inline-block;
  background: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-31px-hpe.png) 0px -667px transparent no-repeat;
  _background-image: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-31px-ie6-hpe.gif);
  _zoom: 1;
  _display: inline;
}

.step_descriptor_blue .arrow {
  background: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-21px-hpe.png) 0px -1375px transparent no-repeat;
  _background-image: url(https://partner.hp.com/o/hpi-cpp-default-theme/images/common/s-21px-ie6-hpe.gif);
}

.step_descriptor_blue .selected .arrow,
.step_descriptor_blue .current .arrow {
  background-position: 0px -1406px;
}

.item_label {
  margin-left: 7px;
}

@media screen {
  .step_descriptor .arrow {
    background-position: 0px -666px;
    line-height: 16px;
  }
}
.step_descriptor .prev {
  margin-right: 15px;
}

.table_sortable table {
  background-color: #fff;
  border: 2px #ccc solid;
}

.table_sortable a:hover, .table_sortable a:focus {
  text-decoration: underline;
}

.table_sortable th {
  background-color: #767676;
  font-size: 1.4em;
  line-height: 18px;
  color: #fff;
  color: #fff;
  vertical-align: bottom;
  border-left: 1px #fff solid;
  padding: 12px 20px;
}

.table_sortable th a.col_header {
  color: #fff;
}

.table_sortable td {
  background-color: #fff;
  font-size: 1.4em;
  line-height: 18px;
  color: #000;
  vertical-align: top;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 12px 20px;
}

.table_sortable td a:visited {
  color: #822980;
}

.table_sortable .last_td {
  border-bottom: 1px #ccc solid;
  padding: 5px 10px;
}

.table_sortable .dr_fnd {
  background-color: #fff;
  font-size: 1.4px;
  line-height: 18px;
  color: #000;
}

.table_sortable .dr_fnd a:hover, .table_sortable .dr_fnd a:focus {
  background-color: #007DBA;
  color: #fff;
}

.table_sortable thead .sortedASC, .table_sortable thead .sortedDESC {
  background-color: #5a5a5a;
}

.table_sortable thead .sortedASC a, thead .sortedDESC .sortedASC a {
  background-position: left bottom;
}

.table_sortable thead .sortedASC a:hover, .table_sortable thead .sortedASC a:focus {
  background-position: left -37px;
}

.table_sortable thead .sortedDESC .sortedASC a:hover, .table_sortable thead .sortedDESC .sortedASC a:focus {
  background-position: left -37px;
}

.table_sortable thead .sortedDESC a {
  background-position: left -37px;
}

.table_sortable thead .sortedDESC a:hover, .table_sortable thead .sortedDESC a:focus {
  background-position: left bottom;
}

.table_sortable .icn_srt {
  float: right;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

* html .table_sortable .icn_srt {
  width: 13px;
  line-height: 15px;
}

.table_sortable .numeric {
  text-align: right;
}

.table_sortable th, .table_sortable td {
  text-align: left;
}

.table_sortable .last_td {
  text-align: right;
}

.table_sortable tbody {
  border: none;
}

.table_sortable .dfinder {
  direction: rtl;
  text-align: right;
}

.table_sortable .df_list {
  direction: rtl;
  display: none;
  position: absolute;
  text-align: right;
  margin-top: -26px;
  margin-left: -98px;
  border-right: 2px #5a5a5a solid;
}

.table_sortable .df_list .df_fst {
  margin-top: 24px !important;
}

.table_sortable .dd_upside .df_fst {
  margin-top: -125px !important;
}

* html .table_sortable .df_list .df_fst {
  margin-top: 23px;
}

.table_sortable .df_list .df_li {
  text-align: left;
}

.table_sortable .df_list .df_li a {
  background-color: #fff;
  display: inline-block;
  color: #000;
  width: 100%;
  text-decoration: none;
  padding: 6px 8px;
  border-left: 2px #5a5a5a solid;
  border-bottom: 1px #ccc solid;
}

.table_sortable .df_list .df_lst a {
  border-bottom: 2px #5a5a5a solid;
}

.table_sortable .df_list .df_li a:hover, .table_sortable .df_list .df_li a:focus {
  background-color: #007DBA;
  color: #fff;
  z-index: 2;
}

.table_sortable .df_list .df_fst a {
  border-top: 2px #5a5a5a solid;
}

.table_sortable .df_list_top {
  display: inline-block;
  position: absolute;
  z-index: 2;
}

*:first-child + html .table_sortable .df_list {
  margin-left: 0;
}

*:first-child + html .table_sortable .df_list_top {
  right: 0;
}

*:first-child + html .table_sortable .df_list .df_li a {
  display: block;
  width: 120px;
}

.table_sortable .dd_upside {
  border-right: 0px;
}

.table_sortable .dd_upside li {
  border-right: 2px #5a5a5a solid;
}

/*.table_sortable .dd_upside .df_list_top{position:relative;top:-2px}*/
.table_sortable .dd_upside .df_list_top a,
.table_sortable .dd_upside .df_list_top a:hover, .table_sortable .dd_upside .df_list_top a:focus {
  border-top-color: white;
  border-bottom: 2px #5a5a5a solid;
}

.table_sortable .dd_list {
  display: none;
  position: absolute;
}

.table_sortable .dr_fnd a {
  display: block;
  background: url(../../images/patterns/s-table-icons-hpe.png) center top no-repeat transparent;
  _background-image: url(../../images/patterns/s-table-icons-ie6-hpe.gif);
}

.table_sortable .dd_list_active {
  display: block;
}

.table_sortable .dd_act {
  direction: rtl;
  text-align: right;
}

.table_sortable .dd_act .dd_item a {
  display: block;
  background: none;
  font-size: 12px;
  text-decoration: none;
  padding: 8px 10px;
}

.sort_col .col_header {
  display: inline-block;
  float: left;
}

.icn_srt a {
  direction: rtl;
  display: inline-block;
  background-image: url(../../images/patterns/s-table-icons-hpe.png) !important;
  _background-image: url(../../images/patterns/s-table-icons-ie6-hpe.gif) !important;
  background-repeat: no-repeat;
  background-position: left -22px;
  background-color: transparent;
  width: 15px;
  height: 15px;
  padding: 0 !important;
}

* html .icn_srt a {
  width: 13px;
  height: 13px;
}

.icn_srt a:hover, .icn_srt a:focus {
  background-position: left -37px;
  text-decoration: none !important;
}

.icn_srt {
  display: inline-block;
  background-color: transparent;
  text-align: right;
}

.table_sortable .df_arr_wht, .table_sortable .df_arr_wht_u {
  background-image: url(../../images/patterns/s-table-icons-hpe.png);
  _background-image: url(../../images/patterns/s-table-icons-ie6-hpe.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 53px;
  height: 22px;
}

.table_sortable td.sorted {
  background-color: #f2f2f2;
}

* html .table_sortable .df_arr_wht, * html .table_sortable .df_arr_wht_u {
  width: 52px;
  height: 21px;
}

.table_sortable .dr_fnd .df_arr_wht {
  border: 2px #fff solid;
  background-color: #fff;
}

.table_sortable .dr_fnd .df_arr_wht:hover, .table_sortable .dr_fnd .df_arr_wht:focus {
  background-color: #fff;
  border: 2px #5a5a5a solid;
}

.table_sortable .dr_fnd .df_arr_wht_u, .table_sortable .dr_fnd .df_arr_wht_u:hover, .table_sortable .dr_fnd .df_arr_wht_u:focus {
  background-color: #fff;
  border-top: 2px #5a5a5a solid;
  border-left: 2px #5a5a5a solid;
  border-bottom: 2px #fff solid;
}

* html .table_sortable .dr_fnd .df_arr_wht_u, * html .table_sortable .dr_fnd .df_arr_wht_u:hover, * html .table_sortable .dr_fnd .df_arr_wht_u:focus {
  border-right: 1px #5a5a5a solid;
}

/********************************************************************************/
* html .table_sortable .df_list {
  margin-left: 0;
  z-index: 2;
  width: 130px;
}

/* Static table*/
.table_sortable .table_static a {
  font-size: 16px;
  line-height: 22px;
}

.table_sortable .table_static p {
  font-size: 14px;
  line-height: 18px;
  color: #5A5A5A;
  margin-bottom: 0;
}

.table_sortable .table_static th {
  border-left: 0;
  padding: 12px 20px 12px 1px;
}

.table_sortable .table_static th.th_fst {
  border-left: 0;
  padding: 12px 20px;
}

.table_sortable .table_static td {
  border-right: 0;
  width: 82px;
  padding: 12px 20px 12px 1px;
}

.table_sortable .table_static td.td_fst {
  width: 388px;
  padding: 12px 20px;
}

.tabs {
  border-bottom: 1px solid #000;
}

.tabs .clf a, .tabs .clf a:link {
  background-color: #fff;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  color: #5A5A5A;
  padding: 5px 20px 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  float: left;
}

.tabs .clf .tab_label {
  float: left;
  line-height: 22px;
}

.tabs .clf a:hover .tab_label, .tabs .clf a:focus .tab_label {
  color: #5A5A5A;
  text-decoration: underline;
}

.tabs .clf .tab_suporting_text {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #5A5A5A;
  float: left;
  clear: left;
}

.tabs .clf a:hover .tab_suporting_text,
.tabs .clf a:focus .tab_suporting_text,
.tabs .clf a:active .tab_suporting_text {
  color: #5A5A5A;
  text-decoration: none;
}

.tabs .clf .current a {
  color: #000;
  position: relative;
  bottom: -1px;
  line-height: 36px;
  padding: 3px 20px 8px;
}

.tabs .clf .disabled a,
.tabs .clf .disabled a:hover,
.tabs .clf .disabled a:hover .tab_label,
.tabs .clf .disabled a:hover .tab_suporting_text {
  color: #ccc;
  cursor: default;
  text-decoration: none;
}

.tabs .clf .tab_trigger {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  float: left;
}

.tabs .clf .current a:hover,
.tabs .clf .current a:hover .tab_label {
  color: #000000;
  text-decoration: none;
}

.tabs .clf .current a:hover .tab_suporting_text {
  color: #5A5A5A;
  text-decoration: none;
}

.tabs .clf .current {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
}

.tabs {
  border-bottom: 1px solid #CCCCCC;
}

.tabs .clf a, .tabs .clf a:link {
  background-color: #fff;
  color: #5A5A5A;
  padding: 5px 0px 8px;
  font-size: 18px;
  line-height: 36px;
  float: left;
}

.tabs .clf .tab_label {
  float: left;
  line-height: 22px;
  margin-bottom: 0px; /* typography fix */
}

.tabs .clf .current a {
  color: #000;
  line-height: 36px;
}

.tabs .clf .disabled a,
.tabs .clf .disabled a:hover,
.tabs .clf .disabled a:hover .tab_label {
  color: #ccc;
  cursor: default;
  text-decoration: none;
}

.tabs .clf .tab_trigger {
  display: block;
  float: left;
  margin: 0px 20px;
  border-bottom: 4px solid #FFFFFF;
}

.tabs .clf .current a:hover,
.tabs .clf .current a:hover .tab_label {
  color: #000000;
  text-decoration: none;
}

.tabs .clf .current {
  border-bottom: 4px solid #0096D5;
}

.text_link_list .rtf_block {
  padding: 0 21px 20px 18px;
}

.text_link_list .text_link_list_section {
  color: #F2F2F2;
  font-size: 110%;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 10px;
  padding-top: 15px;
  text-transform: none;
}

.text_link_list .text_link_list_section:hover {
  cursor: pointer;
  text-decoration: underline;
}

.text_link_list .text_link_list_section_not_link:hover {
  cursor: text;
  text-decoration: none;
}

.text_link_list .text_link_list_expander {
  color: #999999;
  font-size: 95%;
  line-height: 18px;
}

.text_link_list .links_list ul {
  padding: 0;
}

.text_link_list .links_list .lnk_txt a {
  color: #999999;
  font-size: 90%;
}

.text_link_list_hoverable:hover, .text_link_list_hoverable .text_link_list_hover {
  background-color: #3c3c40;
}

.text_link_list .text_link_list_expander {
  height: 0;
  overflow: hidden;
}

.text_link_list .text_link_list_text, .text_link_list .text_link_list_expander {
  color: #999999;
  font-size: 95%;
  line-height: 18px;
}

.text_link_list .text_link_list_text p, .text_link_list .text_link_list_expander {
  margin-top: 10px;
}

.text_link_list .text_link_list_sub_header {
  color: #F2F2F2;
  line-height: 14px;
  text-transform: none;
  font-size: 95%;
  font-weight: normal;
  margin-top: 28px;
  margin-left: 18px;
  margin-right: 18px;
}

/*RTF BLOCK*/
.rtf_blk {
  color: #5a5a5a;
}

.rtf_blk h5,
.rtf_blk p,
.rtf_blk ul li,
.rtf_blk .bottom_link {
  font-size: 1.4em;
  line-height: 18px;
}

.rtf_blk li {
  margin-bottom: 4px;
}

.rtf_blk ul {
  line-height: 17px;
}

.rtf_blk p {
  margin-top: 0;
}

/* TEXT BLOCK MAIN*/
.text_block_main h5 {
  font-size: 140%;
  font-weight: normal;
  color: #f2f2f2;
  text-transform: none;
  margin-bottom: 13px;
  line-height: 21px;
}

.text_block_main h5 a {
  line-height: 14px;
}

.text_block_main p {
  margin-bottom: 0;
}

.text_block_main ul {
  margin-top: 5px;
}

.text_block_main_icon_link {
  font-size: 85%;
  margin-top: 6px;
  color: #999;
}

.text_block_main_icon_link a.link_icn {
  line-height: 16px;
}

.text_block_main_icon_link_rgt a.link_icn, .text_block_main_icon_link_rgt a.link_icn:visited {
  font-size: 85%;
  line-height: 18px;
  color: #999;
}

.text_block_main_bottom_link {
  font-size: 95%;
  margin-top: 12px;
}

.text_block_main_bottom_link a,
.text_block_main_bottom_link a:link {
  color: #05b0de;
}

.text_block_main_bottom_link a:visited {
  color: #5f76a5;
}

.text_block_main_button {
  margin-top: 14px;
}

.text_block_main_big_paragraph p {
  font-size: 110%;
  line-height: 24px;
  color: #f2f2f2;
}

/* TEXT BLOCK MAIN RIGHT*/
.text_block_main_rgt p {
  margin-bottom: 0;
}

.text_block_main_header_rgt {
  font-size: 1.4em;
  line-height: 18px;
}

a.text_block_main_header_rgt {
  font-weight: bold;
}

a.text_block_main_header_rgt:hover {
  text-decoration: underline;
}

/*.text_block_main_rgt ul {margin-top: 5px}
.text_block_main_icon_link_rgt{margin-top: 7px}
.text_block_main_bottom_link_rgt{margin-top: 14px; font-size: 95%}
.text_block_main_bottom_link_rgt a,
.text_block_main_bottom_link_rgt a:link,
.text_block_main_bottom_link_rgt a:visited{color:#B2B2B2}*/
/* TITLE CELL RIGHT*/
.title_cell_rgt {
  margin-bottom: 10px;
}

/* text_block_main_bold_head_rgt - 646 molecule*/
.text_block_with_bold_head .text_block_main_header_rgt {
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 0;
}

/* Chromes CSS */
.chromeMainDiv {
  /* added in Default.jsp,Multiple Article Chrome.jsp, Multiple courses Chrome.jsp, DisplayTemplateChrome.jsp, Multiple Campaigns Chrome.jsp, Multiple Events Chrome.jsp, Related Documents Chrome.jsp*/
  width: 100%;
}

.cpp-common-search-display-default-th,
.cpp-common-display-display-multipleArticleChrome-th {
  /* added in Default.jsp,Multiple Article Chrome.jsp respectively */
  width: 25%;
  border-right: 1px solid #FFFFFF;
}

/* added class in common-search-display-default.jsp */
.cpp-common-search-display-default-td {
  border-right: 1px solid #767676;
}

.cpp-common-display-display-multipleArticleChrome-th1 {
  /* added in Multiple Article Chrome.jsp */
  width: 55%;
  border-right: 1px solid #FFFFFF;
}

/* added class in common-display-display-multiple courses chrome.jsp */
.cpp-common-display-display-multiplecourseschrome-th1 {
  width: 40%;
  border-right: 1px solid #FFFFFF;
}

.cpp-common-display-display-multiplecourseschrome-th2 {
  width: 15%;
  border-right: 1px solid #FFFFFF;
}

/* end of added class in common-display-display-multiple courses chrome.jsp */
.multipleFaqChrome-table,
.multiplePromotionsChrome-table {
  /* added in multiple faq chrome and multiple promotion chrome */
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
}

/* moved in Multiple Promotions Chrome */
.L3-promotions tbody tr:last-child {
  border-bottom: solid 1px #000;
}

.L3-promotions tbody tr {
  border-bottom: 1px solid #CCC;
}

.L3-promotions tr td:nth-child(3) {
  width: 120px;
  text-align: center;
}

/* end of moved classes in Multiple Promotions Chrome */
/* new classes of configuration.jsp */
#displayPageDAMDiv .content-header-label select {
  width: 100%;
}

.sort-by-div {
  margin-bottom: 25px;
}

.icon-folder-span {
  /* used by l4 display configuration.jsp */
  position: absolute;
  left: -17px;
  top: -22px;
}

.advance-search-textarea {
  width: 97%;
}

.advance-query-input {
  width: 91%;
}

.content-dropdown.custom-dropdown {
  color: #007dba;
}

/*   fix for ALMCR4G234555 */
.content-dropdown select {
  width: 100%;
}

/* end new classes of configuration.jsp */
/* moved classes of configuration.jsp */
.custom-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding-left: 8px;
}

.custom-dropdown::-ms-expand {
  display: none;
}

.icon-blue {
  margin-top: 0px;
  color: #007DBA;
}

.popover {
  width: auto;
  max-width: 2048px;
}

.content-config.out {
  display: none;
}

#content-config-br.out {
  display: none;
}

/* end of moved classes of configuration.jsp */
/* added classes in l4 display- configuration.jsp */
.l4-display-portlet-configuration .preferences-group .control-group-body select {
  width: 100%;
}

.l4-display-portlet-configuration .preferences-group .control-group-body .control-group-body {
  padding-top: 0px;
}

.l4-display-portlet-configuration .preferences-group .control-group-body .control-group-body.collapse .col3 select:first-child {
  width: 100%;
}

.hybridConfigError {
  color: red !important;
}

/* end added classes in l4 display- configuration.jsp */
/* start of  Home Page Promoted Tools eServices Chrome.jsp and Home Page Related Tools eServices Chrome.jsp*/
.typography_secondary p {
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
}

.top-tool > div.tool-icon > picture > img {
  width: 2.5rem;
  height: auto;
}

/* end of  Home Page Promoted Tools eServices Chrome.jsp and Home Page Related Tools eServices Chrome.jsp*/
/*  start of Homepage Featured Partner Resources Multiple Articles Chrome.jsp css */
.featured-partner-resources .tool-icon {
  width: 41px;
}

/* end of Homepage Featured Partner Resources Multiple Articles Chrome.jsp css */
/*  start of Homepage Multiple Articles Chrome.jsp css */
/*  moved classes */
.homepage-article table {
  border: none;
}

.homepage-article table tr {
  border-bottom: 1px solid #ccc;
}

.homepage-article {
  color: #5a5a5a;
  font-size: 16px;
}

.homepage-article table tr td:nth-child(2) {
  color: #767676;
}

.homepage-article table tr td {
  padding: 17px 10px;
}

.homepage-article h4 {
  color: black;
  font-size: 16px;
}

/* end of Homepage Multiple Articles Chrome.jsp css */
/*  start of Homepage Multiple Promotions Chrome.jsp css */
/*  moved classes */
.homepage-promotions table {
  border: none;
}

.homepage-promotions h4 {
  color: black;
  font-size: 16px;
  padding-bottom: 7px;
}

.homepage-promotions {
  line-height: 26px;
}

.homepage-promotions p {
  line-height: 26px;
}

/* end of Homepage Multiple Promotions Chrome.jsp css */
/*  start of Multipe eServices Chrome.jsp css */
/*  moved class */
.l3-search-portlet .L3-eService .browser-support #ie-supported-versions.browser-icon {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -50px -1px;
}

/* end of Multipe eServices Chrome.jsp css */
/* start of Related Documents Chrome.jsp css */
.relatedDocumentChrome-table {
  border-style: none !important;
}

.relatedDocumentChrome-table td a {
  font-size: 16px;
}

/* end of Related Documents Chrome.jsp css */
/******************************************
 	End of Chrome CSS
******************************************/
/* CPP-ContentTemplate CSS  */
/* start of Home Page Right Side Banner Template css  and PartnerOne Status Template.vm css*/
.partner-one-status {
  color: white;
  background-color: #0096d6;
}

.notifications-header {
  color: white;
  background-color: #0096d6;
  padding: 29px 22px 30px 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 270px;
}

.notifications.multiple .button-row {
  color: white;
  padding: 0 22px;
  position: relative;
  top: 90px;
  margin-top: 0;
}

.notifications.multiple .button-row:nth-child(3) {
  margin-top: 10px;
}

.notifications.multiple .row-left {
  width: 70%;
  float: none;
}

.notifications.multiple .button-row:nth-child(2) .row-left {
  /*background: url($display-icon.getData()) no-repeat 0% 50%;*/
}

.notifications.multiple .row-right {
  width: 30%;
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
}

.notifications.multiple .row-right a.button {
  position: absolute;
  top: -12px;
  right: 22px;
}

.notifications.multiple .title {
  border-bottom: solid white 1px;
  padding-bottom: 12px;
}

.notifications-header h3 {
  margin-bottom: 0;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  line-height: 1.2;
}

.notifications-header h3 span {
  font-weight: normal;
  margin-left: 10px;
}

.notifications-header .notification-text {
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.notifications.multiple a {
  background: white;
  /*url(${portalUtil.getCDNHost(true)}/cpp-default-theme/images/content/external_blue.png) no-repeat 95% 50%;*/
  padding: 0 10px;
  color: #0096d6;
  font-size: 16px;
}

.notifications.multiple .button {
  background-color: white;
  height: 25px;
}

.notifications.multiple .button .btn_label {
  line-height: 24px;
  font-size: 16px;
}

.notifications.multiple .button span {
  line-height: 24px;
  font-size: 16px;
}

.notifications.multiple .button:visited span {
  color: #0096d6;
}

.alerts-and-notifications .separator {
  display: none;
}

.alerts-and-notifications .asset-content {
  width: 100% !important;
  margin: 0 !important;
  height: 40px !important;
}

.alerts-and-notifications .portlet-title-text {
  display: none;
}

.alerts-and-notifications .add-asset-selector {
  display: none;
}

.alerts-and-notifications .portlet-content {
  padding: 0 !important;
  margin: 0 !important;
}

.portlet-nested-portlets .one_column_b.container-fluid {
  height: 270px;
  padding-right: 0;
  padding-left: 0;
}

.light-user-status-list .notifications.multiple .button-row {
  top: 112px;
}

.light-user-status-list .notifications.multiple {
  height: 32px;
}

.light-user-status-list .notifications.multiple .light-user-status-checkbox-checked {
  line-height: 20px;
  font-size: 18px;
}

.light-user-status-list .notifications.multiple .light-user-status-checkbox-unchecked {
  line-height: 25px;
  font-size: 24px;
}

.notifications-header.light-user-status-header {
  padding-top: 25px;
}

.notifications-header.light-user-status-header h3.partner-one-status {
  padding-bottom: 19px;
}

.notifications-header.light-user-status-header .notification-text {
  padding-top: 16px;
}

.light-user-status-list .notifications.multiple .row-right a.button {
  top: -5px;
}

.light-user-status-list .notifications .row-left .light-user-status-overflow {
  overflow: visible !important;
}

/* end of Home Page Right Side Banner Template css and PartnerOne Status Template.vm css*/
/* start of Login Page Aside.vm css*/
div.login-content {
  font-size: 15px;
}

div.login-content.aside {
  width: 100%;
}

div.login-content.aside img {
  width: 70px;
}

.login-content-p {
  padding-right: 20px;
  margin-bottom: 0;
}

/* end of Login Page Aside.vm css*/
/* start of Login Page Body.vm css*/
div.login-content.main {
  width: 100%;
}

.login-content.main.span8 > p {
  margin: 0;
}

/* end of Login Page Body.vm css*/
/* start of Login Page Header.vm css*/
div.slide-out-div {
  top: 148px !important;
}

#login-page {
  margin-top: 15px;
}

#login-page .portlet-msg-error {
  background-color: #F7D7D7;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  margin: 5px 0;
}

#login-page span.aui-field-choice {
  display: none;
}

#embedded-login-portlet .portlet-login {
  padding-bottom: 0px;
}

#embedded-login-portlet .aui-fieldset > .aui-fieldset-content {
  margin-top: -10px;
}

#embedded-login-portlet .aui-fieldset .aui-field .aui-field-content {
  margin-bottom: 12px;
  margin-top: 0;
}

#embedded-login-portlet .aui-fieldset .aui-field .aui-field-label {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

#embedded-login-portlet .aui-fieldset .aui-field-text .aui-field-label:after {
  color: #D7410B;
  content: "*";
}

#embedded-login-portlet .aui-fieldset .aui-field-choice {
  margin-top: 0;
  line-height: 18px;
}

#embedded-login-portlet .aui-fieldset .aui-field-choice .aui-choice-label {
  font-size: 14px;
  line-height: 14px;
  text-transform: lowercase;
  vertical-align: middle;
}

#embedded-login-portlet .aui-fieldset .aui-field-choice .aui-choice-label:first-letter {
  text-transform: uppercase;
}

#embedded-login-portlet .aui-fieldset .aui-field-choice .aui-choice-label:after {
  content: " on this computer";
}

#embedded-login-portlet .aui-button-holder {
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

#embedded-login-portlet .aui-button-holder:after {
  height: auto;
}

#embedded-login-portlet .aui-form-validator-message {
  height: 24px;
  margin-top: 1px;
  padding: 3px 8px 5px 8px;
  width: 265px;
}

#embedded-login-portlet div.navigation {
  display: none;
}

#embedded-login-portlet div.footer {
  border-top: 1px solid #CCC;
  position: absolute;
  bottom: 0;
  height: 22px;
  width: 266px;
  margin: 20px 0;
  padding: 20px 0 0;
  text-align: left;
}

#embedded-login-portlet div.footer div.text {
  font-size: 12px;
  vertical-align: middle;
  line-height: 20px;
}

#embedded-login-portlet div.footer span {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

/* may need to remove this, not sure where this title is coming from */
#embedded-login-portlet .portlet-title-text {
  display: none;
}

#embedded-login-portlet h2:first-child {
  margin-bottom: 40px;
  margin-left: 0;
  line-height: 28px;
}

/* end of Login Page Header.vm css*/
/* start of mail notification.vm css */
.mail-notification * {
  margin: 0;
  padding: 0;
}

.mail-notification * {
  font-family: Arial, sans-serif;
}

.mail-notification img {
  max-width: 100%;
}

.mail-notification .collapse {
  margin: 0;
  padding: 0;
}

.mail-notification a {
  color: rgb(0, 125, 186);
  text-decoration: none;
}

.mail-notification a:hover {
  text-decoration: underline;
}

.mail-notification p.username {
  padding: 0;
  font-weight: bold;
  color: #000;
}

.mail-notification table.head-wrap {
  background: #f2f2f2;
  width: 100%;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.mail-notification .header.container table td.logo {
  padding: 0;
}

.mail-notification .header.container table td.label {
  padding: 0;
}

.mail-notification .header.container table td img,
.header.container table td h1 {
  display: inline-block;
  vertical-align: middle;
}

.mail-notification .header.container table td img {
  padding: 5px;
  max-width: 35px;
}

.mail-notification .header.container table td h1 {
  margin: 5px 5px 5px 15px;
}

.mail-notification .header.container .content {
  padding: 5px 0;
}

.mail-notification table.body-wrap {
  width: 100%;
}

.mail-notification .mailbanner img {
  width: 100%;
}

.mail-notification table.footer-wrap {
  background: #f2f2f2;
  width: 100%;
  clear: both !important;
}

.mail-notification .footer-wrap p {
  padding-top: 15px;
  color: #5A5A5A;
  font-size: 14px;
}

.mail-notification h1,
.mail-notification h2,
.mail-notification h3,
.mail-notification h4,
.mail-notification h5,
.mail-notification h6 {
  font-family: Arial, sans-serif;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #000;
}

.mail-notification h1 small,
.mail-notification h2 small,
.mail-notification h3 small,
.mail-notification h4 small,
.mail-notification h5 small,
.mail-notification h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
  text-transform: none;
}

.mail-notification h1 {
  font-size: 16px;
  font-weight: bold;
}

.mail-notification h2 {
  font-size: 32px;
  font-weight: bold;
}

.mail-notification h3 {
  font-size: 24px;
  font-weight: normal;
}

.mail-notification h4 {
  font-size: 18px;
}

.mail-notification h5 {
  font-size: 16px;
}

.mail-notification h6 {
  font-size: 14px;
}

.mail-notification p,
.mail-notification ul {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.6;
}

.mail-notification ul li {
  margin-left: 5px;
  padding: 5px 0;
  list-style-position: inside;
}

.mail-notification .container {
  display: block !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  clear: both !important;
}

.mail-notification .content {
  padding: 15px 0;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.mail-notification .content table {
  width: 100%;
}

.mail-notification .wcd p:first-of-type {
  text-transform: capitalize;
}

@media only screen and (max-width: 600px) {
  a {
    display: block;
    margin-bottom: 10px;
    background-image: none;
    margin-right: 0;
  }
  #embedded-login-portlet a {
    display: inline-block;
  }
}
/* end of mail notification.vm css */
/* start of Promotion Faq Related tempalte.vm css */
.promotions .faq .expand {
  overflow: hidden;
  height: 0;
  padding-left: 30px;
}

.promotions .faq .button {
  cursor: pointer;
  cursor: hand;
  vertical-align: top;
  padding: 0 0 0 30px;
  background: url(../images/cpp/plus.gif) no-repeat 0 2px;
  font-weight: bold;
  height: auto;
}

.promotions .faq .button.open {
  background: url(../images/cpp/minus.gif) no-repeat;
}

.promotions .faq .question {
  font-weight: bold;
  display: inline-block;
  margin-left: 5%;
  width: 85%;
  min-height: 20px;
}

.promotions .faq .question-head {
  padding: 10px 0 15px 0;
  margin: 10px 0;
  border-bottom: #cbcbcb 1px solid;
  line-height: 20px;
}

.promotions .faq .question-head:last-child {
  border-bottom: #cbcbcb 1px solid;
}

.promotions .blue {
  background-color: #0096d6;
  float: right;
}

.promotions .blue:hover {
  background-color: #D6492D;
}

.promotions .faq .promo-button {
  padding: 20px 0;
}

/* end of Promotion Faq Related tempalte.vm css */
/* start of Promotion Main Body Template.vm css */
.l4-display-portlet .L4content [data-root-id=Categories] ul:last-child {
  border-bottom: none;
}

.l4-display-portlet .L4content h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.L4content .page-subtitle {
  margin: 0;
  margin-bottom: 20px;
  float: none;
  width: 9999px;
  position: absolute;
  top: 41px;
}

.L4content .main-body {
  position: relative;
  padding-top: 83px;
}

.L4content .main-body > h1 {
  position: absolute;
  top: 0;
}

/* end of Promotion Main Body Template.vm css */
/* start of Promotion Downloadable Materials Template.vm css and Downloadable Materials Chrome.jsp*/
.promotions.left-side.L4content.downloadable,
.article.left-side.L4content.downloadable {
  padding-bottom: 0;
}

/* end of Promotion Downloadable Materials Template.vm css and Downloadable Materials Chrome.jsp*/
/* start of SBSO Login Page Main Text.vm css */
.sbso-main-text .login-content p {
  margin: 0;
}

/* end of SBSO Login Page Main Text.vm css */
/*Article Hero Image - Main Decription Template*/
.heroImg .l4-display-portlet .L4content [data-root-id=Categories] ul:last-child {
  border-bottom: none;
}

.heroImg .l4-display-portlet .L4content h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.heroImg .L4content .main-body {
  position: relative;
  margin-top: -93px;
}

.article.top-right.right-side {
  margin-top: -26px;
}

.article.top-right.right-side {
  margin-top: -58px;
}

.ArticleHeroImage-Maindescriptiontemplate-div {
  padding-top: 51px;
}

/* End */
/*Article Main Body Template*/
.articleMainBody .l4-display-portlet .L4content [data-root-id=Categories] ul:last-child {
  border-bottom: none;
}

.articleMainBody .l4-display-portlet .L4content h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.articleMainBody .L4content .page-subtitle {
  margin: 0;
  margin-bottom: 20px;
  float: none;
  width: 9999px;
}

.articleMainBody .L4content .main-body {
  position: relative;
  padding-top: 83px;
}

.articleMainBody .L4content .main-body > h1 {
  position: absolute;
  top: 0;
}

/* End */
/*Article Title Template*/
.articleTitle .l4-display-portlet .L4content [data-root-id=Categories] ul:last-child {
  border-bottom: none;
}

.articleTitle .l4-display-portlet .L4content h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.articleTitle .L4content .page-subtitle {
  margin: 0;
  margin-bottom: 20px;
  float: none;
  width: 964px;
  top: 41px;
}

.articleTitle .L4content .main-body {
  position: relative;
  padding-top: 83px;
}

.articleTitle .L4content .main-body > h1 {
  top: 0;
  margin-top: 10px;
}

/* End */
/*HomePage Multiple Articles Template*/
.HomepageMultipleArticlesTemplate-td1 {
  width: 20%;
}

.HomepageMultipleArticlesTemplate-td2 {
  width: 15%;
  max-width: 85px;
  min-width: 70px;
}

/* End */
/* Multiple Article Template*/
.MultipleArticlesTemplate-td {
  border-right: 1px solid #767676;
}

/* End */
/* Simple Banner Template*/
.simpleBanner .primImage {
  width: 1000px;
  height: 230px;
  position: relative;
  margin-left: -18px;
}

.cpp-button.float-right {
  float: right;
}

.cpp-button.float-left {
  float: left;
}

.simpleBanner .primImageMainImage {
  width: 1000px;
  height: 230px;
}

#sub-heading .page-subtitle {
  margin: 10px 0 20px 0;
}

#content .bluebanner {
  margin-top: 0;
  width: 1000px;
}

#content .bluebanner > .bbcontainer > .bbtext h4 {
  font-family: HPSimplifiedLight;
  font-size: 16px;
  font-weight: normal;
}

.SimpleBannerTemplate-p {
  line-height: 22px;
}

.simpleBanneranchor {
  padding: 1px 8px;
  font-size: 13px;
  margin-top: 5%;
}

/* carousel template*/
.carousel-p {
  line-height: 22px;
}

.carousel-a {
  padding: 1px 8px;
  font-size: 13px;
  margin-top: 5%;
}

/*Default Assest template*/
.DefaultAssetsTemplate-td {
  border-right: 1px solid #767676;
}

/* start of default eservice assest template css and  eservice full description template  css*/
/* added wrapper classes */
.default-eservice-assest-template .eservice.left-side.full-description,
.eservice-full-description-template .eservice.left-side.full-description {
  padding-bottom: 0;
}

.default-eservice-assest-template .serviceContent,
.eservice-full-description-template .serviceContent {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.default-eservice-assest-template .eservice.left-side.full-description #hpeGo .fullDivMultiple,
.default-eservice-assest-template .eservice.left-side.full-description #hpiGo .fullDivMultiple,
.eservice-full-description-template .eservice-full-description #hpeGo .fullDivMultiple,
.eservice-full-description-template .eservice-full-description #hpiGo .fullDivMultiple {
  padding: 25px 0 5px;
  display: block;
}

.default-eservice-assest-template .eservice.left-side.full-description #hpeGo .btn_indicator .buttonAlignGo,
.default-eservice-assest-template .eservice.left-side.full-description #hpiGo .btn_indicator .buttonAlignGo,
.eservice-full-description-template .eservice-full-description #hpeGo .btn_indicator .buttonAlignGo,
.eservice-full-description-template .eservice-full-description #hpiGo .btn_indicator .buttonAlignGo {
  overflow: hidden;
  display: block;
}

.default-eservice-assest-template .eservice.left-side.full-description #hpeGo .btn_indicator,
.default-eservice-assest-template .eservice.left-side.full-description #hpiGo .btn_indicator,
.eservice-full-description-template .eservice-full-description #hpeGo .btn_indicator,
.eservice-full-description-template .eservice-full-description #hpiGo .btn_indicator {
  margin-top: 15px;
  margin-bottom: 30px;
}

.default-eservice-asset-validator,
.eServiceFullDescription-div {
  float: left;
  width: 100%;
}

/*If condition*/
.dashboard-widget-nestedportlet,
.dashboard-split-flag {
  margin-top: 20px;
}

/*If condition*/
.default-eservice-asset-validator hr,
.eServiceFullDescription-div hr {
  border: 1px solid;
}

/*  end of default eservice assest template css and in  eservice full description template  css*/
/* eservice header  template*/
.portlet-body {
  position: relative;
}

.eServiceHeader .L4content .page-subtitle {
  margin: 0;
  margin-bottom: 20px;
  float: none;
  width: 9999px;
  position: absolute;
  top: 41px;
}

.eServiceHeader .L4content .main-body {
  position: relative;
  padding-top: 83px;
}

.eServiceHeader .L4content .main-body > h1 {
  position: absolute;
  top: 0;
}

/* eservice Related Items template*/
.eservice #eservice-getting-started-body .getting-started-link,
.custom-description {
  padding-left: 20px;
}

.eservice-related-items-getting-started {
  margin-top: 10px;
}

.eservice-related-item-customAttachment {
  margin-bottom: 15px;
}

.custom-description {
  padding-left: 24px;
}

.eservice-related-item-anchor {
  margin-top: 0;
  padding-top: 0;
}

.eService-custom-desc {
  margin-top: 0;
  padding-top: 0;
}

/* Multiple eservice assets template*/
.serviceContent {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.fullDivMultiple {
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 45%;
}

.goDiv {
  margin-top: 10%;
}

.padded.multipleAssettd1 {
  width: 10%;
}

.padded.multipleAssettd2 {
  width: 55%;
}

.labelStyle {
  float: left;
  padding: 0;
  width: 60%;
  word-wrap: break-word;
}

.buttonAlignGo {
  float: right;
}

.solidBorder {
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
  overflow: hidden;
}

.multiple-eservice-asset-div {
  max-width: 100%;
}

.multiple-eservice-asset-btn-a {
  max-width: 80px;
}

.multiple-eservice-null {
  float: left;
  width: 100%;
}

/* CPP-ContentTemplate CSS  */
.defaultView {
  width: 100%;
  float: left;
  border: #CCCCCC solid 1px;
  border-radius: 3px;
}

.auditSection {
  border: #CCCCCC solid 1px;
  border-radius: 3px;
  margin: 10px 10px 10px 10px;
  width: 80%;
  min-width: 500px;
}

.boldTwentyFivePercentOnePointTwoEm {
  height: 25px;
  font-weight: bold;
  font-size: 1.2em;
}

.boldTwentyFivePercentOnePointOneEm {
  height: 25px;
  font-weight: bold;
  font-size: 1.1em;
}

.fiftyFivePercentFifteenPX {
  width: 55%;
  padding-left: 15px;
}

.oneThousandLeft {
  width: 1000px;
  float: left;
}

.twentyFivePxPointer {
  margin-top: 25px;
  cursor: pointer;
}

.fiveHundredPXLeft {
  width: 500px;
  float: left;
}

.leftOneHundredPercent {
  float: left;
  width: 100%;
}

.oneHundredPxBlockFiftyPercent {
  padding-top: 100px;
  display: block;
  margin-left: 50%;
}

.displayNoneBlue {
  display: none;
  color: blue;
}

.fiftyPercentLeft {
  width: 50%;
  float: left;
}

.marginTop15pxRight {
  margin-top: 15px;
  margin-right: 4%;
  float: right;
}

.oneHundredPercentTwentySevenPx {
  width: 100%;
  height: 27px;
}

.absoluteLeft17pxTop22 {
  position: absolute;
  left: -17px;
  top: -22px;
}

.twentyFivePercentRightWhite {
  width: 25%;
  border-right: 1px solid #FFFFFF;
}

.fiveTwentyLeft {
  width: 520px;
  float: left;
}

.sixFifteenPxColorC {
  height: 1px;
  width: 615px;
  color: #CCCCCC;
}

.normalSixteenPxPointer {
  color: #0096d6;
  text-decoration: none;
  cursor: pointer;
}

.padding6Margin25 {
  padding: 6px;
  margin-top: 25px;
}

.button43Height28 {
  margin-top: -4.3%;
  height: 28px;
}

.top43Height28Left380 {
  margin-top: -4.3%;
  height: 28px;
  margin-left: 380px;
}

.top33Height28 {
  margin-top: -3.3%;
  height: 28px;
}

.inlinePadding6 {
  display: inline;
  padding: 6px;
}

.inlinePadding6Width123 {
  display: inline;
  padding: 6px;
  width: 123px;
}

.okButtonGreen {
  width: 120px;
  height: 25px;
  color: green;
}

.bg0066ffRight {
  background-color: #0066ff;
  float: right;
}

/* ##################### CSS OF 'CPP SELFREGISTRATION WORKFLOW PORTLET' STARTS HERE ############################## */
.cpp-selfregistration-portlet .mainDIV a {
  text-decoration: none;
}

.cpp-selfregistration-portlet span.emailErrorMsg {
  color: red;
}

.cpp-selfregistration-portlet .reg-td-right-align {
  text-align: right;
  font-size: 18px;
}

.cpp-selfregistration-portlet .reg-td-right-align-ppa {
  text-align: right;
  font-size: 16px;
}

.cpp-selfregistration-portlet .mainTable {
  font-size: 17px;
}

.cpp-selfregistration-portlet .mainTable td {
  padding: 4px;
}

.cpp-selfregistration-portlet .mainTable select {
  width: 214px;
}

.cpp-selfregistration-portlet .mainTable .reg-text-input-select-timezone select {
  vertical-align: top;
}

.cpp-selfregistration-portlet .mainTable .phoneNumberList select {
  width: 85px !important;
}

.cpp-selfregistration-portlet .requriedField {
  color: red;
}

.cpp-selfregistration-portlet .reg-geography {
  float: right;
}

.cpp-selfregistration-portlet .everything {
  background: none repeat scroll 0 0 white;
  margin: -10px;
  padding: 28px;
  height: 500px;
}

.cpp-selfregistration-portlet .everything .aui-field-input-text {
  border-width: 0px;
  background: none;
}

.cpp-selfregistration-portlet .presentation_table th,
.cpp-selfregistration-portlet .presentation_table td {
  padding: 5px;
  vertical-align: middle;
}

.cpp-selfregistration-portlet .everything div.body {
  float: left;
  position: absolute;
}

.cpp-selfregistration-portlet table {
  width: 100%;
}

.cpp-selfregistration-portlet .everything .pre-active {
  padding: 0;
}

.cpp-selfregistration-portlet .everything .pre-active select {
  height: 32px;
}

.cpp-selfregistration-portlet div.continue-button {
  margin-left: -15px;
  margin-top: 38px;
}

.cpp-selfregistration-portlet .span.gpp-msg-error {
  font-size: 18px;
  height: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 43%;
}

.cpp-selfregistration-portlet .everything-regcomplete {
  height: 650px;
}

.cpp-selfregistration-portlet .flt {
  float: left;
  padding: 0 20px 20px 0;
}

.cpp-selfregistration-portlet .index_column {
  width: 500px !important;
}

/* .cpp-selfregistration-portlet .reg-td-left-align{
	float: left;
	font-size: 18px;
} */
.cpp-selfregistration-portlet .reg-text-field {
  height: 54px;
  width: 20%;
  font-size: 16px;
}

.cpp-selfregistration-portlet .reg-text-input-select {
  height: 54px;
  width: 160px;
  font-size: 16px;
}

.cpp-selfregistration-portlet .reg-text-input-select-timezone {
  height: 53px;
  font-size: 39px;
  font-family: HPSimplifiedLight;
}

.cpp-selfregistration-portlet .span.cpp-msg-error {
  font-size: 13px;
  height: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.cpp-selfregistration-portlet #datepicker {
  float: left;
}

.cpp-selfregistration-portlet .portlet-msg-error {
  /* in cssCleanUp.css */
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00;
  font-size: 18px;
}

.cpp-selfregistration-portlet .mainDIV {
  font-size: 14px;
  line-height: 1.9em;
}

.cpp-selfregistration-portlet .portlet-content {
  background: #fff !important;
}

.cpp-selfregistration-portlet .selectPPAMinHeight {
  min-height: 200px;
}

.cpp-selfregistration-portlet .title {
  font-size: 18px;
}

.cpp-selfregistration-portlet .subtitle {
  font-size: 16px;
}

.cpp-selfregistration-portlet .mainTable table td {
  padding: 3px;
}

.cpp-selfregistration-portlet .div-regcomplete-leftimg {
  width: 923px;
  height: 270px;
  background-color: #0096D6;
}

.cpp-selfregistration-portlet .div-regcomplete-rithgimg {
  width: 308px;
  height: 270px;
  background-color: #0096D6;
}

.cpp-selfregistration-portlet .div-regcomplete-tickmarkimg {
  width: 50px;
  height: 25px;
}

.cpp-selfregistration-portlet .cpp-selfregistration-portlet .reg-textarea-field {
  padding: 7px 0 5px;
  font-family: Tahoma, sans-serif;
}

.cpp-selfregistration-portlet .portlet-msg-box {
  background-color: #cccccc;
  border-color: #cccccc;
  font-size: 11px;
}

.cpp-selfregistration-portlet .fieldsetClass {
  width: 100%;
}

.cpp-selfregistration-portlet .tableClass {
  width: 100%;
  margin-top: 0 20px;
}

.cpp-selfregistration-portlet .radioLable {
  display: inline;
  width: 100px;
  float: left;
  padding: 0px 10px;
}

.cpp-selfregistration-portlet .radioYes {
  display: inline;
  float: left;
  color: #000000;
}

.cpp-selfregistration-portlet .radioNo,
.cpp-selfregistration-portlet .aui-choice-label {
  display: inline;
}

.cpp-selfregistration-portlet .radioYes .aui-choice-label,
.cpp-selfregistration-portlet .radioNo .aui-choice-label {
  display: inline;
  margin: 0 10px;
}

.cpp-selfregistration-portlet .radioYes .aui-field-content,
.cpp-selfregistration-portlet .radioNo .aui-field-content {
  margin: 0 !important;
}

.cpp-selfregistration-portlet .radioYes input[type=radio],
.cpp-selfregistration-portlet .radioNo input[type=radio] {
  margin: 0;
}

.cpp-selfregistration-portlet .hr-style {
  align: left;
  height: 1px;
  width: 615px;
  background-color: #CCCCCC;
  float: left;
}

.cpp-selfregistration-portlet .reg-td-right-align-ppa {
  text-align: right;
  font-size: 16px;
}

.cpp-selfregistration-portlet .reg-bussinss-text-field {
  height: 54px;
  width: 180px;
  font-size: 16px;
}

.cpp-selfregistration-portlet .reg-bussinss-hardware-text-field {
  height: 54px;
  width: 160px;
  font-size: 15px;
}

.cpp-selfregistration-portlet .total_selling_methods_text {
  font-size: 14px;
  line-height: 26px;
  margin-left: 35px;
  margin-bottom: 0;
}

.cpp-selfregistration-portlet #selectedCompanyName {
  width: 100%;
  background: none;
}

.cpp-selfregistration-portlet .orgSelect {
  width: 100% !important;
}

.cpp-selfregistration-portlet .fontSizeForRelationShipType {
  font-size: 12px !important;
}

.cpp-selfregistration-portlet .selfregistration-form-error {
  color: #CC0000;
}

.cpp-selfregistration-portlet .register a,
.cpp-selfregistration-portlet .register a:link {
  text-decoration: none;
  color: white;
  background-color: #0096d6;
  cursor: pointer;
  border-radius: 0 4px;
  height: 40px;
  font-weight: bold;
  margin-left: 30px;
  padding: 7px 100px;
}

.cpp-selfregistration-portlet .register a:visited {
  color: #FFF;
}

.cpp-selfregistration-portlet .register a:hover {
  text-decoration: none;
  background-color: #069;
}

.cpp-selfregistration-portlet .email {
  padding-right: 35px;
}

.cpp-selfregistration-portlet .percent {
  display: inline-block;
  padding: 11px 0 10px 5px;
}

.cpp-selfregistration-portlet .button.primary .button.primary input {
  margin-top: 2px;
}

.cpp-selfregistration-portlet #organizationIds {
  background: none;
}

.cpp-selfregistration-portlet .isLegalradiolable {
  font-size: 16px;
  float: none;
  padding-bottom: 10px;
  dispaly: inline;
  width: 100px;
}

.cpp-selfregistration-portlet .nextBtn {
  margin-left: 1px;
}

.cpp-selfregistration-portlet ul.inside-list {
  list-style-position: inside;
}

.cpp-selfregistration-portlet .aui-tooltip-content {
  box-shadow: none !important;
}

.cpp-selfregistration-portlet .aui-dialog-content,
.cpp-selfregistration-portlet .aui-date-picker-content,
.cpp-selfregistration-portlet .aui-overlaycontextpanel-content,
.cpp-selfregistration-portlet .aui-tooltip-content,
.cpp-selfregistration-portlet .aui-colorpicker-content,
.cpp-selfregistration-portlet .aui-tree-drag-helper- #companySearchID .lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url("../images/cpp/minus.gif") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
  cursor: pointer;
  margin: 20px 0;
  padding: 10px 15px;
}

.cpp-selfregistration-portlet #companySearchID.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url("../images/cpp/plus.gif");
}

.cpp-selfregistration-portlet .lfr-panel-titlebar .lfr-panel-title {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cpp-selfregistration-portlet .lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url("../images/cpp/minus.gif") no-repeat scroll 2px 50% rgba(0, 0, 0, 0);
  cursor: pointer;
  padding-left: 23px;
}

.cpp-selfregistration-portlet #adminRespn.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url("../images/cpp/plus.gif") !important;
  margin-bottom: 0;
}

.cpp-selfregistration-portlet #adminRespn .lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url("../images/cpp/minus.gif") no-repeat scroll 2px 50% rgba(0, 0, 0, 0);
  cursor: pointer;
  padding-left: 25px;
}

.cpp-selfregistration-portlet .button .btn_label,
.cpp-selfregistration-portlet .button input {
  text-transform: none;
  line-height: 39px;
  font-size: 20px;
  font-weight: bold;
  border: none;
}

.cpp-selfregistration-portlet .webkit .button .btn_label,
.cpp-selfregistration-portlet .webkit .button input {
  line-height: 40px !important;
}

.cpp-selfregistration-portlet .ie11 .button .btn_label,
.cpp-selfregistration-portlet .ie11 .button input {
  line-height: 40px !important;
}

.cpp-selfregistration-portlet .firefox .button .btn_label,
.cpp-selfregistration-portlet .firefox .button input {
  line-height: 38px !important;
}

.cpp-selfregistration-portlet .reg-butn-align-right {
  margin-left: 475px;
  align: right;
}

.cpp-selfregistration-portlet .compCaptcha {
  width: 330px;
}

.cpp-selfregistration-portlet .compCaptcha .aui-field-label {
  font-weight: normal;
  width: auto;
}

.cpp-selfregistration-portlet .compCaptcha .taglib-captcha {
  width: auto;
  float: left;
}

.cpp-selfregistration-portlet .compCaptcha .aui-field-content {
  dispaly: flex;
}

.cpp-selfregistration-portlet .capSearchBtn {
  min-width: 75px;
  position: relative;
}

.cpp-selfregistration-portlet .capImg {
  margin-left: -42px;
  margin-top: 21px;
}

.cpp-selfregistration-portlet input.aui-field-input,
.cpp-selfregistration-portlet textarea.aui-field-input,
.cpp-selfregistration-portlet select.aui-field-input {
  border-color: #cccccc;
  border-style: solid;
  border-width: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.cpp-selfregistration-portlet input.aui-form-validator-error,
.cpp-selfregistration-portlet textarea.aui-form-validator-error,
.cpp-selfregistration-portlet select.aui-form-validator-error {
  border-color: #FF0000;
  border-style: solid;
  border-width: 2px;
}

.cpp-selfregistration-portlet div.aui-form-validator-message {
  background-color: #f7d7d7;
  color: #ff0000;
  left: 0;
}

.cpp-selfregistration-portlet .aui-form-validator-error-container .aui-field-element {
  background: none;
  padding-right: 0;
}

.cpp-selfregistration-portlet .biradio-align1 {
  margin-left: 80px;
  padding-left: 5px;
}

.cpp-selfregistration-portlet .biradio-align2 {
  margin-left: 20px;
}

.cpp-selfregistration-portlet .partnershipText {
  font-weight: bold;
  font-size: 18px;
}

.cpp-selfregistration-portlet .partnershipLable {
  font-size: 17px;
  font-weight: bold;
  padding-left: 11px;
}

.cpp-selfregistration-portlet .reg-td-left-align-partnership {
  float: left;
  font-size: 16px;
  width: 100%;
  margin-top: 25px;
}

.cpp-selfregistration-portlet .regBtnRow input[type=submit] {
  background-color: #0096d6;
  color: #ffffff;
  cursor: pointer;
  font-family: HPSimplifiedLight;
  font-size: 20px;
  min-width: 100px;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0 4px;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
}

.cpp-selfregistration-portlet .regBtnRow input[type=submit]:hover {
  background-color: #006699;
  border: 0 none;
  font-family: HPSimplifiedLight;
  font-size: 20px;
  height: 36px;
  min-width: 100px;
  padding: 0;
  color: #fff;
  border-radius: 0 4px;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
}

.cpp-selfregistration-portlet .regBtnRow input[type=button] {
  background-color: #767676;
  color: #ffffff;
  cursor: pointer;
  min-width: 100px;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0 4px;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
}

.cpp-selfregistration-portlet .regBtnRow input[type=button]:hover {
  background-color: #5a5a5a;
  color: #ffffff;
  cursor: pointer;
  min-width: 100px;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0 4px;
  font-family: HPSimplifiedLight, Arial;
  height: 40px;
  padding: 0 20px;
}

.cpp-selfregistration-portlet .regBtnRow {
  float: right;
}

.cpp-selfregistration-portlet .commonBtnSubmit input[type=submit] {
  background-color: #B40404;
  color: #ffffff;
  cursor: pointer;
  font-family: HPSimplifiedLight;
  font-size: 20px;
  min-width: 100px;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0 4px;
  font-family: HPSimplifiedLight, Arial;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
}

.cpp-selfregistration-portlet .commonBtnSubmit input[type=submit]:hover {
  background-color: #8A0808;
  border: 0 none;
  font-family: HPSimplifiedLight;
  font-size: 20px;
  height: 36px;
  min-width: 100px;
  padding: 0;
  color: #fff;
  border-radius: 0 4px;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
}

.cpp-selfregistration-portlet .register {
  margin-top: 20px;
}

.cpp-selfregistration-portlet .oneThousandLeft .lfr-search-container {
  margin-bottom: 20px;
}

.aui-state-default {
  background: white !important;
  border-radius: 0px !important;
  padding: 0 !important;
  box-shadow: none;
}

.tooltipTitle {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0;
  padding: 5px 15px;
}

.aui-tooltip {
  margin-top: 40px !important;
  max-width: 200px;
  position: absolute;
}

.tooltipmsg {
  margin-top: -20px;
  padding: 0 15px 15px;
  word-wrap: break-word;
}

.cppSelfregBriSelectSolrSearchContCol td:nth-child(3) {
  width: 20%;
}

.cpp-selfregistration-portlet #c1 > img,
.cpp-selfregistration-portlet #c2 > img,
.cpp-selfregistration-portlet #c3 > img,
.cpp-selfregistration-portlet #c4 > img,
.cpp-selfregistration-portlet #c5 > img {
  margin-top: 15px;
}

.cpp-selfregistration-portlet .viewCaptchaDiv .taglib-captcha input.aui-field-input {
  padding: 0px 10px 10px;
  height: 35px;
  width: 151px;
}

.cpp-selfregistration-portlet .twentyFivePixelPointer > img#refreshCaptchaActivity {
  margin-left: 25px;
  margin-top: 10px;
}

.cpp-selfregistration-portlet #t4 > img {
  margin-bottom: 0px;
  /* 	margin-left:25px; */
}

.cpp-selfregistration-portlet .twentyFivePixelPointer {
  float: left;
  left: 354px;
  position: absolute;
}

.cpp-selfregistration-portlet .captchaUrlDiv > div.captcha-tooltip-div {
  left: 414px;
  position: absolute;
}

.cpp-selfregistration-portlet .viewCaptchaDiv .taglib-captcha {
  margin-top: 0;
}

.cpp-selfregistration-portlet .captchaUrlDiv span {
  font-size: 14px;
  float: left;
}

.cpp-selfregistration-portlet .companyCaptchDiv .span4 {
  position: relative !important;
  margin-left: 20px !important;
  width: 217px !important;
}

.cpp-selfregistration-portlet .captchaUrlSpan {
  font-size: 14px;
}

.cpp-selfregistration-portlet .companyCaptchDiv .span3 {
  margin-left: 0px !important;
  position: relative !important;
}

.cpp-selfregistration-portlet .companyCaptchDiv .taglib-captcha input.aui-field-input {
  padding: 0px 10px;
  width: 151px;
  height: 35px;
}

.cpp-selfregistration-portlet .companyCaptchDiv .input[type=submit] {
  border-radius: 0px;
}

.cpp-selfregistration-portlet .companyCaptchDiv .taglib-captcha label {
  word-wrap: break-word;
  font-weight: normal;
  margin-bottom: 4px;
}

.cpp-selfregistration-portlet .companyCaptchDiv .span3 .button.primary {
  border-radius: 0;
  margin-left: -30px;
  margin-right: 0;
  margin-top: 82px;
  padding-left: 30px;
  padding-right: 30px;
}

.cpp-selfregistration-portlet #c6 > img {
  margin-top: 5px;
}

.cpp-selfregistration-portlet .companyCaptchDiv .span2 {
  padding-top: 10px;
}

.cpp-selfregistration-portlet .normalSixteenPxPointer {
  font: normal 16px;
  color: #0096d6;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  top: 10px;
}

.cpp-selfregistration-portlet ._1000px_width {
  width: 1000px;
}

.cpp-selfregistration-portlet .width_100 {
  width: 100%;
  clear: both;
  position: relative;
  top: 10px;
}

.cpp-selfregistration-portlet .td_font {
  font-weight: bold;
}

.cpp-selfregistration-portlet ._175px_width input {
  height: 30px;
  width: 214px;
}

.cpp-selfregistration-portlet ._175px_width select {
  width: 214px;
}

.cpp-selfregistration-portlet .hidden_display {
  display: none;
}

.cpp-selfregistration-portlet ._105px_width input {
  height: 30px;
  width: 126px;
}

.cpp-selfregistration-portlet .hide_overflow {
  overflow: hidden;
}

.cpp-selfregistration-portlet .total_selling_methods_div {
  margin-top: -25px;
}

.cpp-selfregistration-portlet .row-fluid .selling_methods_column_div {
  width: 48%;
  height: 60px;
}

.cpp-selfregistration-portlet ._14px_font th {
  font-size: 14px;
}

.cpp-selfregistration-portlet ._100px_width input {
  width: 100px;
}

.cpp-selfregistration-portlet .selling_methods_label {
  float: left;
  width: 221px;
  margin-left: 10px;
}

.cpp-selfregistration-portlet .captcha_Td {
  vertical-align: top;
  padding-top: 20px;
}

.cpp-selfregistration-portlet .button_td {
  width: 50%;
  float: right;
}

.cpp-selfregistration-portlet .aui-field-content {
  margin: 10px 0 !important;
}

.cpp-selfregistration-portlet #businessOwners thead tr {
  background-color: #0096d6;
}

.cpp-selfregistration-portlet #businessOwners th {
  border-right: 1px solid #d3d3d3;
  color: #fff;
  padding: 10px;
}

.cpp-selfregistration-portlet #businessOwners td {
  border: 1px solid #d3d3d3;
  padding: 4px;
}

.cpp-selfregistration-portlet #businessOwners td a {
  margin-left: 5px;
}

.cpp-selfregistration-portlet ._500px_width textarea {
  width: 500px;
  height: 100px;
  resize: none;
}

.cpp-selfregistration-portlet ._150px_width {
  width: 150px;
}

/* added for user story 3386 */
.contact-details-section .span7 {
  width: 50%;
}

.user-details-table .span3.reg-text-field,
.contact-details-section .span3.reg-text-input-select,
.contact-details-section .span3.reg-text-field,
.company-search-div .span3.reg-text-field {
  width: 19%;
  padding-top: 12px;
}

.cpp-selfregistration-portlet .viewCaptchaDiv,
.user-details-table,
.contact-details-section,
.preferences-radio-button-section {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

/*.cpp-selfregistration-portlet .viewCaptchaDiv{
	padding-top:10px;
	margin-bottom:20px;
}*/
.hpe-authentication-text,
.captcha_Td .helpSpan {
  display: none;
}

.viewCaptchaDiv .span3.reg-text-field.captcha_Td img {
  display: none;
}

.viewCaptchaDiv .span3.reg-text-field.captcha_Td {
  width: 17%;
}

.reg-td-left-align.user-details-table.hpe-table,
.contact-details-section {
  width: 100%;
}

.cpp-selfregistration-portlet .company-search-div .td_font {
  font-size: 16px;
  font-weight: normal;
}

.reg-td-left-align.company-search-div .span4 {
  width: 50%;
}

.company-info-table .row-fluid .span2,
.address-table .row-fluid .span2 {
  padding-top: 12px;
  width: 18% !important;
}

.company-info-table .row-fluid .span4,
.address-table .row-fluid .span4 {
  width: 28% !important;
}

.company-not-found {
  float: left;
}

.small-heading {
  float: none !important;
}

.mainDIV._1000px_width.content-ul li {
  list-style: outside none none;
}

.application-succesful-text {
  display: none;
}

.registration-complete-msg {
  background: none;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0;
}

.submission-text {
  visibility: hidden;
}

.sucess-msg-main-div ul li {
  list-style: outside none none;
}

/* .cpp-selfregistration-portlet .companyCaptchDiv .span4 .aui-button-submit {
    left: -75px;
    position: relative;
    top: 102px;
} */
.cpp-selfregistration-portlet .companyCaptchDiv .span4 {
  float: left;
  margin-left: 20px !important;
  position: relative !important;
  width: 100% !important;
}

.left-table .aui-field-content {
  margin: 0;
}

.succesful-text {
  display: none;
}

.address-table .row-fluid:first-child .small-heading {
  float: left !important;
}

.address-table .row-fluid:first-child .span7 {
  width: 48%;
}

.legal-representative-table .row-fluid .span4,
.general_manager-table .row-fluid .span4 {
  width: 54%;
}

.legal-representative-table .row-fluid .span4 .biradio-align1 {
  margin-left: 0 !important;
}

.legal-representative-table .row-fluid:last-child .span4 {
  margin-top: 15px;
}

.cpp-selfregistration-portlet .aui-field-element.aui-field-label-right {
  margin-top: -5px;
}

.right-table .span5.reg-bussinss-text-field {
  padding-top: 12px;
}

#sellingMethods .row-fluid .span4 .aui-field-input {
  height: 30px;
  width: 193px;
}

.selling-methods-text {
  margin-bottom: 25px;
}

._1000px_width.address-table select {
  width: 214px;
}

.companyCaptchDiv .aui-form-validator-message {
  background-color: #f7d7d7;
  color: #ff0000;
  /* 	 margin-left: -138px;
  top: 61px; */
}

.search-pages .aui-field-input.aui-field-input-select {
  width: auto !important;
}

.cpp-selfregistration-portlet .page-links {
  margin-top: 10px;
}

.left-table .span5.reg-bussinss-text-field {
  padding-top: 12px;
}

#sellingMethods .span4.selling_methods_column_div .selling_methods_label {
  padding-top: 12px;
}

.legal-representative-table .span5 {
  padding-top: 12px;
}

.reg-td-left-align.general_manager-table .row-fluid .span5 {
  padding-top: 12px;
}

.cpp-selfregistration-portlet .clf {
  position: relative !important;
}

.how-may-contact-you {
  font-weight: bold;
}

.viewCaptchaDiv .span4 {
  width: 80%;
}

.span4.job-function-div img {
  padding-top: 10px;
}

#captcha-label {
  font-weight: 700;
}

.taglib-captcha .aui-field-label,
.aui-field-label-inline-label {
  font-weight: normal;
}

.company-search-div .span3.reg-text-field.captcha_Td > label {
  font-weight: normal;
}

.address-table .span6.td_font.small-heading:nth-child(2) {
  margin-left: 12px !important;
}

/*Fix for CRID 4376*/
.main-successful-div {
  background: rgba(0, 0, 0, 0) url("/o/hpi-cpp-default-theme/images/registartion-successful-img.jpg") repeat scroll 100% 100%;
  height: 278px;
  width: 1000px;
}

.main-successful-div img {
  display: none;
}

.selling_methods_column_div .aui-field.aui-field-text.form-input.js_color_change.pre-active._100px_width {
  margin-left: -18px;
}

.oneThousandLeft.viewCaptchaDiv .row-fluid .span4 {
  margin-left: 45px;
}

.address-table .span6.td_font.small-heading:nth-child(2) .aui-field-choice {
  display: inline-flex;
  margin-left: 15px;
}

.oneThousandLeft.internal-register-div .width_100 {
  width: 46% !important;
}

/* ALMCR4G248649, ALMCR4G236821 Company Captcha alignment Fix starts here*/
.cpp-selfregistration-portlet .taglib-captcha .aui-field-input {
  width: 140px;
  padding: 2px 3px;
}

.cpp-selfregistration-portlet .helpSpan {
  position: relative;
  right: -205px;
  top: -140px;
  align-self: auto;
}

.span4.compCaptchaAlign {
  display: flex;
}

.cpp-selfregistration-portlet .refreshCaptchaSpan {
  left: 165px;
  position: absolute;
}

/* .cpp-selfregistration-portlet .span4.compCaptchaAlign{
height:155px;
left:20px;
position:relative;
} */
.search-button-div {
  /* in cssCleanUp.css */
  bottom: 36px;
  position: absolute;
  left: 165px;
}

.companyCaptchDiv {
  display: flex;
}

/* ALMCR4G248649, ALMCR4G236821 Company Captcha alignment Fix ends here*/
/* internal User page */
.internal-register-div .span3 {
  padding-top: 12px;
  width: 19%;
  padding-top: 8px;
}

.span12.button_td .aui-button-holder {
  float: right;
}

.radio-button-table .aui-form-validator-message {
  width: 180px !important;
}

.L3-promotions table.multiplePromotionsChrome-table, .l3-search-portlet table, .l4-display-portlet table {
  border-collapse: collapse;
}

.l3-search-portlet table.multiple-article-chrome-table, .l3-search-portlet table.hpe-multiple-events-chrome-table {
  border: 1px solid #767676;
}
.l3-search-portlet table.hpe-multiple-events-chrome-table thead th {
  border-right: 1px solid #FFFFFF;
}
.l3-search-portlet table.hpe-multiple-events-chrome-table td {
  border-right: 1px solid #767676;
}

/* ##################### CSS OF 'CPP SELFREGISTRATION WORKFLOW PORTLET' ENDS HERE ############################## */
/* SETTING FROM ICON-MENU.CSS THAT CHANGED THE BACKGROUND COLOR OF THE PORTLET OPTIONS DROPDOWN */
.lfr-menu-list ul {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

/* SETTING FROM ICON-MENU.CSS THAT CHANGED THE BACKGROUND COLOR OF THE PORTLET OPTIONS DROPDOWN */
/* Added "!important" - CR 183521  */
body {
  background-color: #ffffff;
  font-size: 16px;
  max-width: 100%;
  font-family: HPSimplifiedLight, HPSimplifiedLight, Arial, sans-serif !important;
}

.ie body {
  position: static;
}

input {
  font-family: HPSimplifiedLight, HPSimplifiedLight, Arial;
}

p {
  font-size: 16px;
}

#navigation-wrapper {
  width: 100%;
  margin: 10px 0 20px;
  position: relative;
}

/* .footer .site_links .site_links_container { */
/*     display: inline-block; */
/*     padding: 0 0 0 0; */
/*     text-align: left; */
/*     vertical-align: top; */
/* } */
.footer .site_links .site_links_middle {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.footer .ul_site_links {
  line-height: 0;
  margin-left: 0px;
  /*     margin-right:30px; */
}

.footer .ul_site_links li.first_li {
  padding-bottom: 3px;
}

.footer .site_links ul.ul_media_links li {
  display: inline-block;
  line-height: 0;
  padding-top: 12px;
}

.footer .site_links ul.ul_media_links li a {
  display: inline-block;
}

.footer .site_links ul.ul_media_links li.first_li {
  padding: 0;
}

.footer .site_links a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.footer .site_links a,
.footer .site_links a:link,
.footer .site_links a:hover,
.footer .site_links a:visited,
.footer .site_links span.heading {
  color: #5A5A5A;
}

.footer .site_links a:hover {
  text-decoration: underline;
}

.footer .site_links ul.ul_site_links li.first_li a,
.footer .site_links span.heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
}

.footer .site_links .ul_site_link_header {
  display: none;
}

ul.footer_media_links {
  padding: 0 0 5px;
}

.footer_media_links li {
  display: inline-block;
  padding-top: 0;
}

.footer .home_link a {
  color: #5A5A5A;
  font-size: 14px;
}

.footer .home_link a:visited {
  color: #5A5A5A;
}

.footer .home_link a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-size: 12px;
  line-height: 20px;
  /*     padding-top: 4px; */
  margin-bottom: 0px;
}

.footer ul {
  list-style-type: none;
}

.footer .legal_privacy_links {
  color: #5A5A5A;
  font-size: 14px;
  text-align: center;
  padding-bottom: 25px;
}

.footer .privacy_links {
  color: #5A5A5A;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}

.footer .privacy_links li {
  display: inline-block;
}

.footer .privacy_links a,
.footer .privacy_links a:link,
.footer .privacy_links a:visited,
.footer .privacy_links a:active {
  color: #5A5A5A;
}

.footer .hf_separ {
  color: #767676;
  display: inline-block;
  font-size: 14px;
  /*     padding: 0 8px; */
  margin: 0 8px 0 10px;
}

.signon_popup .hf_separ {
  color: #767676;
  display: inline-block;
  font-size: 11px;
  padding: 0 3px;
  margin: 0 4px 0;
}

.portlet-asset-publisher .asset-title a {
  color: #000000;
  text-decoration: none;
}

.portlet-asset-publisher .asset-title a:hover {
  text-decoration: none;
}

#content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*padding:20px 18px 0 18px;*/
  padding: 0 18px;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 400px;
}

#main-content {
  margin-left: 0px;
  margin-right: 0px;
}

#main-content.container-fluid {
  margin-left: -20px;
  margin-right: -20px;
}

#dockbar-container {
  background-color: #f2f2f2;
}

.site-title {
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  float: left;
}

#navigation {
  float: right;
  width: 880px;
}

footer {
  background-color: #f2f2f2;
  padding-top: 25px !important;
  /*     text-align: right; */
  /*     width:100%; */
  margin-top: 60px;
}

.footer .site_links {
  border-bottom: 1px solid #898888;
  margin: 0 auto 25px;
  padding: 0 0 25px;
  /*** MERGE: ALM 71639 from MAR 14- changed from 1000px to 964px***/
  max-width: 964px;
  text-align: left;
}

.page-subtitle {
  float: left;
  margin: 18px 0 0;
  width: 100%;
  font-family: HPSimplifiedLight, HPSimplifiedLight, Arial;
  font-weight: normal;
  font-size: 18px;
}

#sub-heading {
  margin: 7px auto 0;
  max-width: 1000px;
}

#sub-heading > .page-subtitle {
  margin: 6px 0 22px 0;
}

/* Added for overwritting the original style that was rendering an icon. */
.lfr-actions.show-arrow.direction-right .lfr-trigger strong a {
  background-image: none;
  background-position: 98% center;
  padding-right: 8px;
}

.lfr-component.lfr-actions li img {
  display: none;
  padding: 0 5px;
}

.lfr-actions li .taglib-text {
  color: #007DBA;
  display: inline-block;
}

.portlet-asset-publisher .asset-title {
  border-bottom: 0px solid #DDDDDD;
}

#dock {
  background-color: #F2F2F2;
  border-bottom: 1px solid #EAEAEA;
  font-size: 13px;
  height: 59px;
  position: relative;
  z-index: 90;
}

#dock-content {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 18px 0;
}

.clf:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

#dock-content .utility-menu .link-arrow {
  background: url("../images/patterns/s-utility-menu-arrows.png") no-repeat scroll right -8px;
}

#dock-content .utility-menu a,
#dock-content .utility-menu a:visited {
  text-decoration: none;
  color: #007DBA;
}

#popupLinks .sign_out .btn_label {
  color: #FFFFFF;
}

.signed-in #dock-content .utility-menu a,
#dock-content .utility-menu a:visited {
  text-decoration: none;
  color: #767676;
}

.search_container.search_container_inactive {
  border: 1px solid #D9D9D9;
  float: right;
  margin-right: 30px;
}

.button.secondary,
.button.secondary input {
  color: #FFFFFF !important;
}

.search_container input.searchSubmit[type=submit] {
  background-color: #FFFFFF;
  background-position: -88px 1px;
  border-radius: 0 0 0 0;
  cursor: pointer;
  height: 25px;
  padding-right: 5px;
  width: 27px;
}

.search_container input.searchBox[type=text] {
  color: #767676;
  font: 14px HPSimplifiedLight, HPSimplifiedLight, Arial;
  height: 20px;
  margin: 0;
  padding: 3px 0 2px 10px;
  width: 186px;
}

.search_container .searchBox,
.search_container input.searchSubmit[type=submit] {
  border: 0 none;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
}

.search_container .searchSubmit,
header .top_corner,
.header .shopping_icon,
.worldmap .bottom_corner,
.footer .hf.close,
.footer .worldmap a.cselectorbtn,
.hdr_widgets li.nav_button a#shop_widget,
.shop_widget .shop_top_arrow {
  background: url("../images/header-footer/caas-hf-v3/s-hf-v3.gif") no-repeat scroll 0 0;
}

.clf {
  display: inline-block;
}

html .clf {
  display: block;
  position: absolute;
}

* html .clf {
  height: 1%;
}

.utility-menu ul {
  margin: 3px 0 0 !important;
}

.utility-menu-popup ul {
  margin: 6px 14px !important;
}

.signon_popup .footer {
  background: none repeat scroll 0 0 #FFFFFF !important;
  font-size: 12px !important;
  width: auto !important;
}

/* ONLY FOR LOGIN */
.signon_popup #p_p_id_58_INSTANCE_user_menu_ header.portlet-topper,
.signon_popup div.navigation {
  display: none;
}

.signon_popup #p_p_id_58_INSTANCE_user_menu_ .aui-field-label,
.aui-field-label-inline-label {
  font-weight: normal;
  padding-bottom: 2px;
}

.signon_popup #p_p_id_58_INSTANCE_user_menu_ .portlet-content,
.portlet-minimized .portlet-content-container {
  padding-left: 0px;
  padding-bottom: 0px;
}

.signon_popup #p_p_id_58_INSTANCE_user_menu_ input[type=submit] {
  float: right;
  height: 30px;
  background-color: #0096D6;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  border-radius: 0 4px 0 4px;
  padding: 0 25px;
  font-family: HPSimplifiedLight, HPSimplifiedLight, Arial;
  font-weight: bold;
}

.aui-form-validator-error-container {
  color: #ff0000;
}

.signon_popup .aui-form-validator-error-container .aui-field-element {
  background: none repeat scroll 0 0;
  padding-right: 0;
}

.slide-out-div {
  background: none repeat scroll 0 0 #F2F2F2;
  font-size: 11px;
  height: 86px !important;
  width: 243px;
  z-index: 99;
}

.handle {
  border-radius: 0 0 0 5px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  height: 86px;
  text-align: center;
  width: 68px;
}

.handle:hover {
  text-decoration: none;
}

.support-offline {
  font-family: HPSimplified, Arial, sans-serif !important;
  background-color: #767676;
  /*original #d7410b*/
}

a:hover.support-offline {
  background-color: #5A5A5A;
}

.support-content {
  padding-left: 10px;
  padding-top: 12px;
}

.support-content img,
.support-content .feedback_icon,
.support-content .survey_icon,
.support-content .report_icon {
  float: left;
  /*     margin-top: 2px; */
  /*     padding-right: 5px; */
  margin-top: 0px;
  margin-right: 10px;
  padding-right: 0px;
}

/* SLIDEOUT FEEDBACK */
.report_icon {
  height: 13px;
  width: 14px;
  background-image: url("../images/cpp/report_problem.png");
  background-repeat: no-repeat;
}

.feedback_icon {
  height: 15px;
  width: 15px;
  background-image: url("../images/cpp/feedback.png");
  background-repeat: no-repeat;
}

.survey_icon {
  height: 15px;
  width: 15px;
  background-image: url("../images/cpp/checkbox.png");
  background-repeat: no-repeat;
}

.support-content > div {
  font-size: 14px;
}

.support-title {
  font-size: 14px;
  font-weight: bold;
}

.support-content > p,
.support-content > a {
  font-size: 14px;
}

.q_mark {
  color: #FFFFFF;
  font-size: 50px;
}

.support {
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.partnerInfo {
  margin: 15px;
  width: 350px;
}

.partnerName {
  font-size: 18px;
  padding-bottom: 5px;
  display: inline-block;
  line-height: normal;
  color: #000;
}

.partnerAccount {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  color: #767676;
  margin-top: 4px;
  line-height: 1.5;
}

.utility-menu ul.userLinks {
  display: inline;
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin-left: 10px !important;
}

ul.userLinks li {
  display: inline-block !important;
}

.sign_out {
  display: inline-block;
  padding-top: 4px;
}

#dockbar .signon_popup {
  width: auto;
}

/* #my_dashboard .portlet-title-text {
    font-size: 16px;
    font-weight: normal;
    padding-left: 30px;
    visibility: hidden;
}
#my_dashboard .portlet-title {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 10;
    height: 40px;
}
#my_dashboard .portlet-topper-toolbar { display: none;z-index: 12; }
#my_dashboard header.portlet-topper:hover > menu { display: block; }
#my_dashboard .portlet-topper-toolbar {right: 10px; top: 10px;} */
.readmore {
  background-color: #F2F2F2;
  height: 40px;
  text-align: center;
  display: none;
  width: 100%;
  font-size: 16px;
  margin-left: 18px;
  width: 964px;
}

a.readmore:visited {
  color: #007DBA;
}

/* #my_dashboard .portlet-content { border:0px solid #0096d6; padding:0px;}
#my_dashboard .portlet-boundary { padding-bottom: 15px; }
.is-dashboard #my_dashboard .lfr-meta-actions.icons-container {display:none}
.is-dashboard #my_dashboard .options {display:none}
.is-dashboard #my_dashboard .portlet-close > a {
    background-image: url("../images/cpp/widget_close.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
}
.is-dashboard #my_dashboard img.icon {
    display: none;
}
*/
.aui-button-input,
.portlet-journal input[type=submit] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* TODO does not exist - background: url("../images/portlet/header_bg.png") repeat-x scroll 0 0 #D4D4D4; */
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #34404F;
  cursor: pointer;
  overflow: visible;
  padding: 1px 5px;
  width: auto;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
  height: auto;
  margin: 0;
  border-radius: 0 0 0 0;
}

/*  already commented  #my_dashboard .dashboard-widget-subtitle,#my_dashboard .dashboard-widget-description,#my_dashboard .dashboard-widget-nestedportlet {
    padding-left: 5px;
    padding-top: 5px;
} */
/* #my_dashboard .dashboard-widget-content { padding: 25px 20px 5px; min-height: 150px;}
#my_dashboard .dashboard-widget-title-icon {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
/***  already commented DEFECT 56110 - changed padding-top from 10px to 7px to achieve vertical alignment ***/
/* padding-top: 7px;
}
#my_dashboard .dashboard-widget-title-text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 8px;
}
#my_dashboard .dashboard-widget-title {
    background-color: #0096D6;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    top: -40px;
    width: 100%;

}
#my_dashboard .dashboard-widget { position: relative; }
#my_dashboard .dashboard-widget .portlet-borderless-bar { display: none; }
#my_dashboard .portlet-topper { z-index: 11;}
#my_dashboard section { border: 1px solid #0096D6; }
#my_dashboard .icons-container { padding-bottom: 10px; padding-left: 5px; }

#my_dashboard .portlet-column-content { padding: 0; }
#my_dashboard  .dashboard-widget-subtitle {
    font-size: 16px;
    font-weight: bold;
}

#my_dashboard  .dashboard-widget-description { font-size: 14px; min-height: 85px;}
#my_dashboard .dashboard-widget-nestedportlet {  padding: 15px 10px 0; } */
.taglib-header .header-back-to a {
  margin-top: 5px;
  padding: 1px 2px 0 1px;
}

/* back button on "New Template" creation overlay was a little bit off. this is a quick fix. */
.headers {
  float: left;
  padding: 0;
  padding: 0 0 15px;
}

#customize {
  float: right;
  padding-top: 6px;
}

.rgt {
  float: right;
}

/*.dashboard-widget-nestedportlet .btn_inner,.dashboard-widget-nestedportlet .btn_indicator .btn_inner,.dashboard-widget-nestedportlet .btn_indicator .btn_inner span { background-color: #0096D6; }*/
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B;
  min-height: 30px;
}

body.portal-popup {
  padding: 0px;
}

.video-desc {
  margin-left: 111px;
}

.top-tool {
  margin-bottom: 20px;
}

.link_lists.m6 > ul {
  margin-left: 0;
}

.hp-tabs-middle {
  float: left;
  width: 308px;
}

/* .is-dashboard .add-application .aui-underlay-content {
    background-color: #FFFFFF;
    border:1px solid #ccc;
    width: 466px;
}
.is-dashboard .add-application.aui-underlay .yui3-widget-hd {
    background-color: #fff;
    height: 40px;
}
.is-dashboard .add-application .portal_add_content {background-color: #FFFFFF;}
.is-dashboard .add-application .portlet-msg-info {display:none}
.is-dashboard .add-application .aui-underlay-content {border-radius:0 0 0 0;}
.is-dashboard .add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
}
.is-dashboard .add-application {
    left: 496px!important;
    width: 466px!important;
    top: 537px!important;
}
.is-dashboard .cat-image {
    margin-top: 0;
    position: relative;
    top: 5px;
}
.is-dashboard .add-application h2 img {
    position: relative;
    top: 5px;
} */
/* HOMEPAGE TABS */
.tabs {
  margin: 40px 0 20px;
}

#tab1,
#tab2,
#tab3,
#tab4 {
  width: 984px;
  background: #fff;
  padding-bottom: 50px;
}

.tabs li {
  list-style: none;
  display: inline;
}

.tabs a {
  padding: 2px 15px;
  display: inline-block;
  color: #767676;
  text-decoration: none;
  font-size: 16px;
}

.tabs li.active {
  border-bottom: 4px solid #0096d6;
}

.active > a {
  color: #000000;
}

.hp-tabs-left {
  border-right: 1px solid #CCCCCC;
}

.hp-tabs-right {
  width: 308px;
}

#tab1 .hp-tabs-left {
  border-right: 0 solid #CCCCCC;
}

.rating .form_overall .star {
  float: left;
}

.aui-field.aui-field-text.aui-field-inline.lfr-search-button {
  position: absolute;
  right: 0;
  top: 0;
}

.lfr-search-button input {
  background: url("../images/header-footer/caas-hf-v3/s-hf-v3.gif") no-repeat scroll -88px 1px;
  display: block;
  padding-left: 28px;
  width: 0;
}

.list_wide .col3 {
  width: 85px !important;
  padding-left: 28px;
}

.list_wide .col1,
.list_wide .col2,
.list_wide .col3 {
  padding-bottom: 15px;
  padding-top: 20px;
}

.list_wide .col2 {
  width: 350px !important;
}

.list_wide .col1 {
  width: 85px !important;
  padding-left: 15px;
}

.list_wide .col1 p {
  color: #5A5A5A;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.list_wide .col2 p {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.col3 {
  color: #467CB7 !important;
  font-size: 14px;
  font-weight: normal;
}

.list_wide ul {
  border-top: 0px solid #CCCCCC !important;
  margin: 0;
  padding: 0;
}

.list_wide {
  width: 655px !important;
}

.list_wide .col1,
.list_wide .col2,
.list_wide .col3 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.readmore.collapsed {
  background-image: url("../images/cpp/expand.png");
  background-position: 50% 80%;
  background-repeat: no-repeat;
}

.readmore.collapsed.expanded {
  background-image: url("../images/cpp/collapse.png");
  background-position: 50% 25%;
  background-repeat: no-repeat;
}

.readmore.collapsed.expanded > span {
  display: block;
  padding-top: 15px;
}

.readmore.collapsed > span {
  display: block;
  padding-top: 5px;
}

.readmore:hover {
  text-decoration: none;
}

/*.is-dashboard .lfr-add-content.collapsed h2,.is-dashboard .lfr-add-content .lfr-add-content.collapsed h2 {
    background: url("../images/cpp/menu-collapsed.png") no-repeat scroll 100% 50%;
    border: medium none;
}
.is-dashboard .lfr-add-content.expanded h2,.is-dashboard .lfr-add-content .lfr-add-content.expanded h2 {
    background: url("../images/cpp/menu-expanded.png") no-repeat scroll 100% 50%;
}
.is-dashboard .lfr-add-content h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.is-dashboard .lfr-add-content .lfr-portlet-item.lfr-instanceable,.is-dashboard .lfr-add-content .lfr-portlet-item  {
    background: none repeat scroll 0 0;
    padding-left:0px
}
.is-dashboard .lfr-portlet-item p {
    font-size: 14px;
    margin: 0;
    padding-right: 30px;
    position: relative;
    padding-left: 7px;
}
.is-dashboard .lfr-portlet-item, .lfr-portlet-item p a {
    color: #000000;
    font-size: 14px;
}
.is-dashboard .lfr-content-category {
    padding-left: 22px;
    padding-top: 0px;
}

.is-dashboard .lfr-add-content {
    margin-bottom: 0.5em;
    margin-left: 30px;
    width: 348px;
}
.is-dashboard .lfr-install-more {display:none;}

.is-dashboard .lfr-add-content h2 span {
    background: none repeat scroll 0 0;
        padding-left: 0;
    padding-right: 30px;
}
*/
.current-promos-home .fontH6 {
  padding-bottom: 20px;
}

.promo-home {
  margin-bottom: 10px;
}

.promo-image {
  float: left;
  padding-left: 0px;
}

/********************** MERGE: ALM 71639 from MAR 14- changed padding from 21px to 10px to maintain home page layout ****/
.promo-description {
  float: left;
  padding-top: 15px;
  padding-left: 10px;
  width: 160px;
}

/*.is-dashboard #my_dashboard img.icon {
    display: none;
}
.is-dashboard .portlet-minimize,.is-dashboard .portlet-maximize {
    display: none;
}
.is-dashboard .hd .aui-toolbar {
    left: -9999px;
    position: absolute;
    top: -9999px;
    visibility: visible;
}
.is-dashboard .hd .page-customization-bar {
    display: none;
}
.is-dashboard .hd .add-application {
    left: 515px !important;
    position: absolute;
    width: 466px !important;
    top:537px !important;
}
.is-dashboard .hd #dockbar {padding:0px;} */
.rating_hoverable .stars_locked {
  float: left;
}

/*.is-dashboard #my_dashboard .portlet-msg-info {display:none}*/
#popupLinks {
  margin-top: 16px;
  padding-bottom: 0px;
  white-space: nowrap;
}

#popupLinks ul li {
  border-bottom: none;
}

#signOnPopup2 {
  margin-top: 10px;
}

#profilePreferences {
  margin-top: 5px;
}

#previewSupport {
  position: relative;
  top: 5px;
}

div#heading.not-the-homepage {
  margin-top: 13px;
}

#breadcrumbs {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

#breadcrumbs ul {
  padding-left: 0px;
  margin-top: 4px;
}

header#banner {
  position: relative;
  z-index: 80;
  padding: 0 18px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* DASHBOARD NESTED ESERVICE PORTLET AND REGULAR ESERVICE PORTLET LOOK AND FEEL */
.cppeservice-portlet .btn_indicator .btn_inner,
.cppeservice-portlet .btn_indicator .btn_inner span {
  background-color: #FFFFFF;
  color: #007DBA;
}

.cppeservice-portlet .btn_indicator .btn_inner {
  border-radius: 0px;
}

.cppeservice-portlet .btn_indicator .search_right .btn_label {
  display: none;
}

.cppeservice-portlet .btn_indicator .search_right .icon {
  display: none;
}

.cppeservice-portlet .btn_indicator a:hover .btn_inner,
.cppeservice-portlet .btn_indicator a:hover .btn_inner span,
.cppeservice-portlet .btn_indicator a:focus .btn_inner,
.cppeservice-portlet .btn_indicator a:focus .btn_inner span {
  background-color: #fff;
  text-decoration: underline;
}

.cppeservice-portlet .btn_indicator .search_right {
  padding: 0px;
}

/*.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .btn_inner,.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .btn_inner span { background-color: #0096D6; color: #fff; }
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .btn_inner { border-radius: 0 4px; } */
/* ALM 74687  -  Make all go buttons turn dark blue when rolled over*/
/*.dashboard-widget-nestedportlet  .cppeservice-portlet .btn_indicator a:hover .btn_inner,.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator a:hover .btn_inner span,.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator a:focus .btn_inner,.cppeservice-portlet .btn_indicator a:focus .btn_inner span
{background-color: #006699;}
.dashboard-widget .btn_indicator a:hover .btn_inner,.dashboard-widget .btn_indicator a:hover .btn_inner span,.dashboard-widget .btn_indicator a:focus .btn_inner,.dashboard-widget .btn_indicator a:focus .btn_inner span
{background-color: #006699;}



.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .btn_inner .btn_longlabel {display:none;}
#my_dashboard .dashboard-widget-nestedportlet .cppeservice-portlet section {border: 0px #fff solid;}
.is-dashboard #my_dashboard .cppeservice-portlet .portlet-topper,.is-dashboard #my_dashboard .cppeservice-portlet .portlet-borderless-bar  { display: none; }
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .search_right { padding: 5px 8px 5px 10px; }
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator {float:right;} */
/* CR ID 49925 fixes */
/*.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .search_right {text-decoration:none;line-height:20px}
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .search_right .btn_label {display:inline-block;height:19px;line-height:normal;text-decoration:none}
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator .search_right .icon {display:inline-block;line-height:16px}
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator a .btn_inner span {text-decoration:none}
.dashboard-widget-nestedportlet .cppeservice-portlet .btn_indicator a:hover .btn_inner span {text-decoration:none}*/
.portlet-dockbar {
  z-index: 1000;
  position: relative;
  padding: 0 18px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* #container_1{ */
/*  width:205px; */
/* } */
/* #container_2{ */
/*  width:265px; */
/*  margin-left:21px; */
/* } */
/* #container_3{ */
/*  width:225px; */
/*  margin-left:21px; */
/* } */
/* #container_4{ */
/*  width:205px; */
/*  margin-left:21px; */
/* } */
.portlet-content {
  padding-left: 0px;
  padding-right: 0px;
}

.paramLabel {
  font-size: 13px;
}

/*.is-dashboard .icons-container,.is-dashboard .lfr-meta-actions {
    display: none;
}

.dashboard-widget-content .btn_indicator span {
    text-decoration: none!important;
}*/
.meganav-disclaimer {
  position: absolute;
  right: 20px;
  bottom: 5px;
}

#regular-dock-title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 7px;
}

ul {
  padding: 0px;
}

ul.nav.subnav {
  background-color: #FFF;
}

ul.nav.subnav a {
  padding-left: 50px;
}

.nav-mobile-level-two {
  color: #007DBA !important;
  /*  font-size: 18px; */
}

.nav-mobile-level-three {
  font-weight: normal !important;
}

.notitle-child-mobile {
  /*  margin-top:-2px; */
}

.notitle-child-mobile .nav.subnav {
  /*border-top: 1px solid #C3C7C8;*/
}

#search-container-mobile input[title=search][type=text] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 27px;
  border-radius: 3px;
}

#search-container-mobile input[title=search][type=image] {
  position: relative;
  bottom: 23px;
  right: 5px;
  float: right;
}

#search-container-mobile select {
  display: none;
}

#search-container-mobile {
  padding: 10px 10px 10px 10px;
  background-color: #B8B8BA;
}

#stacking-icon {
  margin: 0;
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 0;
  border: none;
  height: 41px;
  width: 40px;
}

#stacking-icon.icon-active {
  background-color: #0096D5;
}

#stacking-icon span {
  background-image: url("../images/mobile/MenuDefault__40px.png");
  height: 40px;
  width: 40px;
  background-position: 0;
  margin: 0;
}

#stacking-icon.icon-active span {
  background-image: url("../images/mobile/Menu__40px.png");
}

.user-menu-mobile {
  margin-right: 0px !important;
  margin-top: 0 !important;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

/********** CR2651 ****************/
#user-menu-icon.icon-active {
  width: 40px;
  height: 41px;
  background-color: #0096D5 !important;
}

#user-menu-icon span {
  height: 40px;
  width: 40px;
  margin-top: 0px;
  background-image: url("../images/mobile/User__40px.png");
  background-repeat: no-repeat;
  background-position: 0;
}

#user-menu-icon.icon-active span {
  background-image: url("../images/mobile/Active_User__40px.png");
}

.bootstrap-collapse-nav .collapse.in {
  /*  border-top: 1px solid #FFF; */
}

.nav .collapse {
  border-bottom: none;
}

ul.nav {
  margin-bottom: 0px;
}

.nav-collapse .nav > li > a {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.nav .expandable {
  height: 20px;
  width: auto;
  background-repeat: no-repeat;
  background-position: 0;
  line-height: 20px;
  display: inline-block;
  padding-left: 35px;
  margin: 0 0 0 -35px;
}

ul.nav a.collapsed span.expandable {
  background-image: url("../images/mobile/Plus__20px.png");
}

ul.nav a span.expandable {
  background-image: url("../images/mobile/Minus__20px.png");
}

.nav-collapse .nav > li > a {
  padding-left: 50px;
}

.navbar ul.nav li.active a {
  background-color: initial !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar div.nav-collapse {
  border-left: 1px solid #C3C7C8 !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.navbar .nav-collapse.in.collapse {
  /*  border-top:1px solid #FFF!important; */
}

/************************************* responsive nav menu mods *******************/
/*
 .mobile-nav-holder{
    margin-top:60px;
 }

 .mobile-nav-scaler {
    right:0;
    position:absolute;
    width:100%;
    transition:width 0.25s;
 }
 #stacking-icon {
    z-index:1;
    position:relative;
 }

 .nav-collapse-slider{
    left:100%;
    position:relative;
    z-index:0;
    width:50%;
    background-color:rgba(255,255,255,0.9);
 }
 .nav-collapse {

 }

 @media (max-width:767px){
    .mobile-nav-scaler{
        width:200%;
    }
 }

 .nav-collapse-L3 {
    position:absolute;
    left:100%;
    top:60px;
 }
*/
/* CR ID 26974 fixes - Control Panel Actions Menu */
.portlet-users-admin .aui-w25 .lfr-asset-column-actions-content .lfr-menu-list {
  display: none;
}

.portlet-users-admin .aui-w25 .lfr-asset-column-actions-content {
  background: #d7f1ff url(../images/cpp/arrow-down-cp.png) center 142px no-repeat;
}

.portlet-users-admin .aui-w25 .lfr-asset-column-actions-content:hover .lfr-menu-list {
  display: block;
}

.lfr-ctrl-panel-content .panel-page-application {
  overflow-y: hidden;
  overflow-x: scroll;
}

.lfr-ctrl-panel .site-breadcrumbs {
  display: none;
}

/************************************* responsive nav menu mods *******************/
.mobile-nav-holder {
  position: absolute;
  height: 1000px;
  width: 46%;
  right: 0;
  top: 55px;
}

.mobile-nav-holder .mobile-nav-scaler {
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: width 0.25s;
}

.mobile-nav-holder #stacking-icon {
  z-index: 1;
  position: relative;
}

.mobile-nav-holder .nav-collapse-slider {
  left: 100%;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-left: solid 1px #C3C7C8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mobile-nav-holder .nav-collapse-L3 {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  border-left: solid 1px #C3C7C8;
  height: 100%;
}

.mobile-nav-holder #search-container-mobile {
  position: relative;
  left: 100%;
}

.mobile-nav-holder .main-nav.nav-collapse,
.mobile-nav-holder .user-nav.nav-collapse {
  height: auto;
  width: 100%;
  top: 0;
}

.mobile-nav-holder .nav-collapse-L3 ul {
  list-style-type: none;
  background-color: #E4E8E9;
}

.mobile-nav-holder .nav-collapse-L3 ul a {
  color: #0096d6;
  padding: 9px 15px 9px 50px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #C3C7C8;
  background-color: #fff;
}

.mobile-nav-holder .nav-collapse-L3 ul a:hover {
  color: #0096d6;
  background-color: #fff;
  text-decoration: none;
}

.mobile-nav-holder .nav-L3-close {
  background: #e4e8e9 url(../images/mobile/Mobile_LeftArrow__20px.png) no-repeat 2% 50%;
  cursor: pointer;
  cursor: hand;
  padding: 9px;
  text-align: center;
  border-bottom: 1px solid #C3C7C8;
}

.mobile-nav-holder .nav-L3-close .nav-close-btn {
  position: absolute;
  left: 9%;
  color: #777;
}

.mobile-nav-holder .nav-L3-close .nav-title-btn {
  color: #333;
  font-weight: bold;
}

.mobile-nav-holder .open-symbol {
  display: none;
}

.mobile-nav-holder .close-symbol {
  display: inline;
}

.mobile-nav-holder .collapsed .open-symbol {
  display: inline;
}

.mobile-nav-holder .collapsed .close-symbol {
  display: none;
}

.mobile-nav-holder .right-symbol {
  position: absolute;
  right: 10px;
}

.mobile-nav-holder .nav-mobile-level-three {
  background: url(../images/mobile/Mobile_RightArrow__20px.png) no-repeat 95% 50%;
}

.mobile-nav-holder .nav.subnav li {
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.mobile-nav-holder .navbar div.nav-collapse {
  width: 100%;
}

.mobile-nav-holder .nav-collapse .nav > li > a {
  color: #333;
}

@media (max-width: 767px) {
  .mobile-nav-holder {
    width: 100%;
  }
}
#user-menu-icon,
.nav a,
.nav.subnav li {
  cursor: pointer;
  cursor: hand;
}

/* UPP R1 UAT fixes - Additional dockbar displayed to external user */
.page-customization-bar {
  display: none;
}

/**********************************  Dashboard - Height 100% **************************************/
/*#my_dashboard .custom-row {border-collapse: separate;border-spacing: 20px;vertical-align: top;}
#my_dashboard .custom-row .span4  {float: none;padding: 0;position: relative;top: -80px;}*/
.ie #customize {
  display: block !important;
}

/*.ie #my_dashboard .custom-row .span4  {top: -30px;}*/
/**********************************  Login Page **************************************/
#login-page {
  margin-top: -5px;
}

/*start of login embedded html*/
#ceo-dion-login-image {
  margin-left: auto;
  margin-right: auto;
}

/*end of login embedded html*/
#login-banner-container-row-1 {
  margin-bottom: 27px;
  height: 390px;
  overflow: hidden;
}

#login-page .portlet-msg-error {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  margin: 0 0 10px 0;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

#login-page .divider {
  border-bottom: 1px solid #ccc;
  margin: 0 0 0;
  width: 100%;
}

#login-banner {
  border-bottom: none;
  padding: 0;
  height: 100%;
}

#login-banner > img.banner {
  display: block;
  position: absolute;
  border-bottom: none;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: -300px;
  height: 600px;
  top: 50%;
}

#embedded-login-portlet-container {
  background: none repeat scroll 0 0 #ebebeb;
  min-height: 390px;
  padding: 0;
}

#embedded-login-portlet {
  padding: 20px;
  z-index: 3;
}

.portlet-login {
  height: 100% !important;
}

#embedded-login-portlet .portlet-body .portlet .portlet-content {
  padding: 0;
}

#embedded-login-portlet h1.portlet-title {
  font-size: 1.6em;
  margin: 5px 0 0 10px;
}

#embedded-login-portlet .aui-field-input-text {
  width: 242px;
}

#embedded-login-portlet .aui-button-holder {
  height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}

#embedded-login-portlet .aui-button-holder:after {
  height: auto;
}

#embedded-login-portlet .aui-button-input {
  height: 30px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-top: 22px;
  padding-top: 2px;
  white-space: normal;
  min-width: 90px;
}

#embedded-login-portlet .aui-fieldset {
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

#embedded-login-portlet .aui-form-validator-error-container .aui-field-content .aui-field-element {
  width: 100%;
}

#embedded-login-portlet .aui-form-validator-message {
  width: 100%;
  height: auto;
}

#embedded-login-portlet .aui-field-text input[name=_58_INSTANCE_9999_password] {
  margin-bottom: 0px;
}

#embedded-login-portlet .aui-field-choice {
  margin-top: -10px;
}

#embedded-login-portlet label[for=_58_INSTANCE_9999_rememberMeCheckbox] {
  display: inline-block;
  font-size: 13px;
  margin-top: 3px;
  padding-bottom: 3px;
  text-transform: lowercase;
  vertical-align: middle;
}

#embedded-login-portlet label[for=_58_INSTANCE_9999_rememberMeCheckbox]:first-letter {
  text-transform: uppercase;
}

#embedded-login-portlet label[for=_58_INSTANCE_9999_rememberMeCheckbox]:after {
  content: " on this computer";
}

#embedded-login-portlet .aui-fieldset .aui-field-text .aui-field-label {
  font-size: 14px;
  font-weight: normal;
}

#embedded-login-portlet .aui-fieldset .aui-field-text .aui-field-label:after {
  color: #D7410B;
}

#embedded-login-portlet div.navigation {
  display: none;
}

#embedded-login-portlet div.footer {
  border-top: 1px solid #ccc;
  position: relative;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  z-index: 4;
}

#embedded-login-portlet div.footer p {
  margin: 0;
  font-size: 100%;
}

#embedded-login-portlet div.footer > div.text {
  font-size: 13px;
  line-height: 45px;
  vertical-align: middle;
}

#embedded-login-portlet .register a {
  display: inline-block;
}

#embedded-login-portlet #registerLink a {
  width: 50%;
}

#embedded-login-portlet div.register {
  font-size: 13px;
  width: 100%;
}

#embedded-login-portlet div#registerLink {
  margin-top: 10px;
}

#embedded-login-portlet div#forgotLink {
  margin-top: 8px;
}

html.ie8 #embedded-login-portlet .aui-button-input {
  width: 115px;
}

#login-page .login-content {
  float: left;
  font-size: 15px;
}

#login-page .login-content.main {
  padding-bottom: 30px;
}

#login-page .login-content.main .login-video {
  padding-top: 20px;
}

#login-page .login-content.main .login-video span {
  display: inline-block;
  float: left;
  font-size: 13px;
  max-width: 230px;
  padding-left: 10px;
  padding-top: 4px;
}

#login-page .login-content.aside {
  /*width: 30%;*/
}

#login-page ul {
  list-style-type: disc;
  margin-left: 16px;
}

#login-page ul > li {
  font-size: 10px;
}

#login-page ul > li > span {
  font-size: 15px;
}

#login-aside-content-container .row {
  margin-bottom: 20px;
}

#login-aside-content-container p {
  margin: 0;
}

#_82_fm select {
  height: 30px;
}

.login-content.main h4 {
  margin-left: 15px;
}

/**********************************  L4 detail styling **************************************/
.article table {
  width: 100%;
}

.article td,
.article th {
  padding: 10px 20px;
  border: #ccc solid 1px;
}

.article table thead {
  background-color: #757575;
  color: white;
}

.article table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.article h4 {
  margin-bottom: 10px;
}

.article.left-side.no-bottom-border {
  border-bottom: none;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.article {
  line-height: 20px;
}

.article.top-right.right-side {
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: none;
}

.L4content .article-info-container h4 {
  margin-bottom: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 18px;
}

.article-info-container {
  padding-left: 25px;
  margin-bottom: 8px;
  color: #000;
  line-height: 18px;
  font-size: 14px;
}

.article-info-container:last-child {
  margin-bottom: -2px;
}

.article .clock {
  background: url(../images/content/clock.png) no-repeat 0 1px;
  margin-top: 2px;
}

.article .person {
  background: url(../images/content/person.png) no-repeat 0 1px;
}

.article .inform {
  background: url(../images/content/inform.png) no-repeat 0 1px;
}

.article {
  line-height: 20px;
}

.article .main-body h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.article .main-body h1 {
  margin-bottom: 10px;
}

.article .main-description-before {
  margin-top: 30px;
}

/*************** ALM #70082 ****************/
.article .main-description-before ul {
  margin-left: 20px;
}

.article .quote {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  margin: 40px 0 20px 0;
  padding: 20px 0 40px 25px;
  color: #5a5a5a;
}

.article .quote .quote-mark {
  position: absolute;
  color: #767676;
  left: 4px;
  font-size: 40px;
  top: 25px;
}

.article .quote .quote-mark-closing {
  display: inline;
  position: relative;
  color: #767676;
  font-size: 40px;
  top: 5px;
}

.article .quote .quote-text {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #000;
}

.article .quote .quote-author {
  font-weight: bold;
}

.article.left-side {
  padding-bottom: 40px;
}

.article.right-side {
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.article .related-sites .related-site-link a {
  background: url(../images/content/external.png) no-repeat 100% 50%;
  padding-right: 20px;
}

.campaign .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.campaign .blue:hover {
  background-color: #006699;
}

.campaign .savings-text-line {
  vertical-align: top;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 32px;
}

.campaign .savings-percent {
  color: #0096D6;
  font-size: 28px;
  margin-right: 20px;
  font-weight: bold;
  line-height: 32px;
}

.campaign .description-listing {
  color: #5a5a5a;
  padding-left: 25px;
  background: url(../images/content/clock.png) no-repeat 0 3px;
  font-size: 14px;
  line-height: 18px;
}

.campaign .description-listing .date-range {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.campaign.top-right.right-side {
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: none;
}

.campaign .description-listing .campaign-info-text {
  padding-top: 14px;
}

.campaign .description-listing .product-series-text {
  padding-top: 16px;
}

.campaign .description-listing .redeem-button {
  padding-top: 20px;
  padding-bottom: 26px;
}

.campaign table {
  width: 100%;
}

.campaign td,
.campaign th {
  padding: 10px 20px;
  border: #ccc solid 1px;
}

.campaign table thead {
  background-color: #757575;
  color: white;
}

.campaign table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.campaign h4 {
  margin-bottom: 10px;
}

.campaign.left-side.no-bottom-border {
  border-bottom: none;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.campaign .main-body h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.campaign .main-body h1 {
  margin-bottom: 10px;
}

.campaign .main-content {
  margin-top: 30px;
}

.campaign.left-side {
  padding-bottom: 40px;
  /*border-bottom: 1px solid #cbcbcb*/
}

.campaign.right-side {
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.course {
  line-height: 20px;
}

.course .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.course .blue:hover {
  background-color: #006699;
}

.course.top-right.right-side {
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: none;
}

.course .promo-button {
  padding: 20px 0;
}

.course .description-listing h3 {
  padding-left: 25px;
  color: #5a5a5a;
  margin-bottom: -5px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}

.course .description-listing .date {
  background: url(../images/content/calendar.png) no-repeat 0 50%;
}

.course .description-listing .time {
  background: url(../images/content/clock.png) no-repeat 0 50%;
}

.course .description-listing .location {
  background: url(../images/content/location.png) no-repeat 0 50%;
}

.course .description-listing h3.map {
  margin-bottom: 0;
  background: url(../images/content/external.png) no-repeat 0 50%;
}

.course .description-listing h3.online-event {
  margin-bottom: 0;
  background: url(../images/content/external.png) no-repeat 0 50%;
}

.course .description-listing .blue-info {
  color: #0096d6;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
}

.course .description-listing .black-info {
  color: #000;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
}

.course table {
  width: 100%;
}

.course table thead {
  background-color: #757575;
  color: white;
}

.course h4 {
  margin-bottom: 10px;
}

.course.left-side.no-bottom-border {
  border-bottom: none;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.course .main-body h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.course .main-body h1 {
  margin-bottom: 10px;
}

.course .main-content {
  margin-top: 30px;
}

.course.left-side {
  padding-bottom: 40px;
  /*border-bottom: 1px solid #cbcbcb*/
}

.course.right-side {
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.eservice {
  line-height: 20px;
}

.eservice .getting-started-link {
  padding-left: 25px;
  margin-bottom: 10px;
}

.getting-started #eservice-getting-started-container {
  padding-top: 0;
}

#eservice-getting-started-container h4 {
  margin-bottom: 10px;
}

#eservice-getting-started-user-guide-container {
  background: url(../images/content/article.png) no-repeat 0 3px;
}

#eservice-getting-started-program-guide-container {
  background: url(../images/content/article.png) no-repeat 0 3px;
}

#eservice-getting-started-web-tutorials-container {
  background: url(../images/content/external.png) no-repeat 0 3px;
}

#eservice-getting-started-faq-container {
  background: url(../images/content/article.png) no-repeat 0 3px;
}

.eservice.top-right.right-side {
  border-bottom: none;
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: none;
}

#eservice-getting-started-body {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 18px;
}

.eservice .main-body h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.eservice .main-body h1 {
  margin-bottom: 10px;
}

.eservice.left-side {
  padding-bottom: 40px;
}

.eservice.left-side .main-content {
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
}

.eservice.right-side {
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.eservice .blue-star {
  background: url(../images/common/i-star-f-16px-hpe.gif) no-repeat 50% 50%;
  height: 18px;
  width: 18px;
  float: left;
  cursor: hand;
  cursor: pointer;
}

.eservice .gray-star {
  background: url(../images/common/i-star-e-16px-hpe.gif) no-repeat 50% 50%;
  height: 18px;
  width: 18px;
  float: left;
  cursor: hand;
  cursor: pointer;
}

.eservice .user-rating {
  position: relative;
  top: -18px;
}

.eservice .eservice-clear {
  clear: both;
}

.eservice .header-3-col {
  float: left;
  font-size: 14px;
  line-height: 18px;
}

.eservice .header-3-col.col-1 {
  width: 30%;
}

.eservice .header-3-col.col-2 {
  width: 43%;
}

.eservice .header-3-col.col-3 {
  width: 26%;
}

.eservice .header-3-col h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.eservice #ie-supported-versions span {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -50px 1px;
  padding-right: 16px;
  height: 17px;
  margin-right: 5px;
}

.eservice #ch-supported-versions span {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -1px 1px;
  padding-right: 16px;
  height: 17px;
  margin-right: 5px;
}

.eservice #ff-supported-versions span {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -32px 1px;
  padding-right: 16px;
  height: 17px;
  margin-right: 5px;
}

.eservice #sa-supported-versions span {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -17px 0;
  padding-right: 16px;
  height: 17px;
  margin-right: 5px;
}

.eservice .container-for-3-col {
  /*border-bottom: 1px solid #cbcbcb*/
  margin-top: 20px;
}

.eservice .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.eservice .blue:hover {
  background-color: #006699;
}

.eservice .promo-button {
  padding: 20px 0;
}

.eservice .promo-button a.button.slim.blue {
  padding: 5px 15px;
}

.eservice .portlet-body {
  margin: 20px 0;
}

.eservice .portlet-body .btn_indicator .btn_inner .icon {
  display: none;
}

.eservice .portlet-body .btn_indicator .btn_inner .btn_label {
  padding-right: 20px;
  background: url(../images/content/external_white.png) no-repeat 100% 50%;
}

.taglib-ratings-wrapper {
  position: absolute;
  top: 351px;
}

.taglib-ratings-wrapper .taglib-ratings.stars {
  padding-top: 0;
}

.liferay-rating-score {
  display: none;
}

.liferay-rating-vote > div > div {
  display: none;
}

.liferay-rating-vote .aui-rating-element {
  background: rgba(0, 0, 0, 0) url(../images/common/rating-stars.png) no-repeat scroll 0 0;
}

.liferay-rating-vote .aui-rating-element-hover {
  background-position: 0 -32px;
}

.liferay-rating-vote .aui-rating-element-on {
  background-position: 0 -32px;
}

.event {
  line-height: 20px;
}

.event .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.event .blue.slim:hover {
  background-color: #006699;
}

.event.top-right.right-side {
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: none;
}

.event .promo-button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.event .description-listing {
  font-size: 14px;
  line-height: 18px;
}

.event .description-listing h3 {
  padding-left: 25px;
  color: #5a5a5a;
  margin-bottom: -4px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}

.event .description-listing div {
  margin-bottom: 5px;
}

.event .description-listing .date {
  background: url(../images/content/calendar.png) no-repeat 0 50%;
}

.event .description-listing .time {
  background: url(../images/content/clock.png) no-repeat 0 50%;
}

.event .description-listing .location {
  background: url(../images/content/location.png) no-repeat 0 50%;
}

.event .description-listing h3.map {
  margin-bottom: 0;
  background: url(../images/content/external.png) no-repeat 0 50%;
}

.event .description-listing h3.web-cast {
  margin-bottom: 0;
  background: url(../images/content/external.png) no-repeat 0 50%;
}

.event .description-listing .blue-info {
  color: #0096d6;
  padding-left: 25px;
}

.event .description-listing .black-info {
  color: #000;
  padding-left: 25px;
}

.event table {
  width: 100%;
}

.event td,
.event th {
  padding: 10px 20px;
  border: #ccc solid 1px;
}

.event table thead {
  background-color: #757575;
  color: white;
}

.event table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.event h4 {
  margin-bottom: 10px;
}

.event.left-side.no-bottom-border {
  border-bottom: none;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.event .main-body h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.event .main-body h1 {
  margin-bottom: 10px;
}

.event .main-content {
  margin-top: 30px;
}

.event.left-side {
  padding-bottom: 40px;
  /*border-bottom: 1px solid #cbcbcb*/
}

.event.right-side {
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.event .related-sites .related-site-link a {
  background: url(../images/content/external.png) no-repeat 100% 50%;
  padding-right: 20px;
}

.event .related-sites .related-site {
  margin-top: 10px;
}

.event.right-side.no-bottom-border {
  border-bottom: none;
}

.promotions {
  line-height: 20px;
}

.promotions .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.promotions .blue:hover {
  background-color: #006699;
}

.promotions .savings-text-line {
  vertical-align: top;
  padding-right: 20px;
  font-size: 14px;
  color: #000;
  line-height: 32px;
}

.promotions .savings-percent {
  color: #0096D6;
  font-size: 28px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 32px;
}

.promotions .description-listing {
  color: #5a5a5a;
}

.promotions.top-right.right-side {
  margin-top: 66px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: none;
}

.promotions .promo-conditions {
  font-size: 14px;
  line-height: 18px;
}

.promotions .date-range {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 22px;
  padding-left: 25px;
  background: url(../images/content/clock.png) no-repeat 0 3px;
  font-weight: bold;
}

.promotions-faq .promo-button {
  padding-top: 10px;
}

.promotions .eligible-series {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.promotions table {
  width: 100%;
}

.promotions td,
.promotions th {
  padding: 10px 20px;
  border: #ccc solid 1px;
}

.promotions table thead {
  background-color: #757575;
  color: white;
}

.promotions table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.promotions h4 {
  margin-bottom: 10px;
}

.promotions.left-side.no-bottom-border {
  border-bottom: none;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.promotions .faq h3 {
  font-size: 18px;
  line-height: 22px;
}

.promotions .faq .expand {
  overflow: hidden;
  height: 0;
  padding-left: 30px;
}

.promotions .faq .button {
  cursor: pointer;
  cursor: hand;
  vertical-align: top;
  padding: 0 0 0 30px;
  background: url(../images/cpp/plus.gif) no-repeat 0 2px;
  font-weight: bold;
  height: auto;
}

.promotions .faq .button.open {
  background: url(../images/cpp/minus.gif) no-repeat;
}

.promotions .faq .question {
  font-weight: bold;
  display: inline-block;
  margin-left: 5%;
  width: 85%;
  min-height: 20px;
}

.promotions .faq .question-head {
  padding: 10px 0 15px 0;
  margin: 10px 0;
  border-bottom: #cbcbcb 1px solid;
  line-height: 20px;
}

.promotions .faq .question-head:last-child {
  border-bottom: #cbcbcb 1px solid;
}

.promotions .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.promotions .blue:hover {
  background-color: #006699;
}

.promotions .faq .promo-button {
  padding: 20px 0;
}

.promotions .faq .expand {
  overflow: hidden;
  height: 0;
  padding-left: 30px;
  font-size: 14px;
  font-height: 18px;
}

.promotions .faq .button {
  font-size: 14px;
  font-height: 18px;
  cursor: pointer;
  cursor: hand;
  vertical-align: top;
  padding: 0 0 0 30px;
  background: url(../images/cpp/plus.gif) no-repeat 0 2px;
  font-weight: bold;
  height: auto;
}

.promotions .faq .button.open {
  background: url(../images/cpp/minus.gif) no-repeat;
}

.promotions .faq .question {
  font-weight: bold;
  display: inline-block;
  margin-left: 5%;
  width: 85%;
  min-height: 20px;
}

.promotions .faq .question-head {
  padding: 10px 0 15px 0;
  margin: 10px 0;
  border-bottom: #cbcbcb 1px solid;
  line-height: 20px;
}

.promotions .faq .question-head:last-child {
  border-bottom: #cbcbcb 1px solid;
}

.promotions .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.promotions .blue:hover {
  background-color: #006699;
}

.promotions .faq .promo-button {
  padding: 20px 0;
}

.promotions .main-body h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.promotions .main-body h1 {
  margin-bottom: 10px;
}

.promotions .main-content {
  margin-top: 30px;
}

.promotions.left-side {
  padding-bottom: 40px;
}

.promotions.right-side {
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.promotions .promo-button {
  padding: 20px 0;
}

.promotions .related-sites .related-site-link a {
  background: url(../images/content/external.png) no-repeat 100% 50%;
  padding-right: 20px;
}

.L4content .hero-image img {
  width: 100%;
}

.aui-w70 .portlet-borderless-container,
.aui-w30 .portlet-borderless-container {
  min-height: 0;
}

.L4content .blue {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.downloadable-materials h4 {
  font-size: 16px;
}

.downloadable-materials td,
.downloadable-materials th {
  width: 1%;
  font-size: 14px;
  line-height: 18px;
}

.downloadable-materials td:first-child,
.downloadable-materials th:first-child {
  width: 99%;
}

.downloadable-materials td:nth-child(2),
.downloadable-materials th:nth-child(2) {
  width: 25%;
}

.downloadable-materials table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.downloadable-materials td,
.downloadable-materials th {
  padding: 10px 20px;
  border: #ccc solid 1px;
}

.L4content h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.L4content h4 {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.L4content h3.page-subtitle {
  font-weight: normal;
}

.related-sites .related-site {
  font-size: 14px;
  line-height: 18px;
}

.L4content .related-sites .related-site-link {
  margin-top: 8px;
}

.L4content .list-view .left-image-container {
  width: 42px;
  margin: 0 10px 0 0;
  max-width: 15%;
  display: inline-block;
}

.L4content .list-view .left-image-container img {
  width: 100%;
}

.L4content .list-view .right-text-container {
  width: 78%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}

.L4content .list-view-title {
  color: #0096d6;
}

.L4content .list-view:first-child {
  margin-top: 8px;
  color: #5a5a5a;
}

.L4content .list-view {
  margin-top: 13px;
  color: #5a5a5a;
}

.event .duration,
.course .duration {
  padding-left: 25px;
  font-size: 12px;
  color: #5A5A5A;
  margin-top: -7px;
}

.event .duration span,
.course .duration span {
  font-weight: bold;
}

.course .duration {
  margin-top: -3px;
}

.campaign .main-body {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

.campaign .main-body {
  margin-top: 0;
}

.L4content.top-right.right-side {
  padding-top: 15px;
}

.L4content .main-body .hero-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.L4content {
  font-size: 14px;
  line-height: 18px;
}

/*************** ALM #70083 ****************/
.L4content .load-document-icon {
  background: url(../images/content/article.png) no-repeat;
  display: inline-block;
  height: 16px;
  width: 18px;
  position: relative;
  top: 3px;
}

/******************L3 search portlet styling moved to l3-search-portlet main.css*********************************/
/********************************* Homepage Partner ***************************/
/**/
.notifications#partnerone-home {
  color: white;
  background-color: #0096d6;
  padding: 40px 22px 30px 22px;
}

/*turned off*/
.notifications#partnerone-home .button-row {
  margin-top: 20px;
  font-weight: bold;
}

/**/
.notifications#partnerone-home .row-left {
  display: inline-block;
  width: 50%;
  padding-left: 27px;
  float: none;
}

.notifications .row-left > span {
  display: block !important;
  height: 26px !important;
  overflow: hidden !important;
  padding-bottom: 5px !important;
  width: 210px !important;
}

.notifications#partnerone-home .button-row:nth-child(2) .row-left {
  background: url(../images/content/check_19px.png) no-repeat 0% 3px;
}

.notifications#partnerone-home .button-row:nth-child(3) .row-left {
  background: url(../images/content/money.png) no-repeat 0% 3px;
}

.notifications#partnerone-home .button-row:nth-child(4) .row-left {
  background: url(../images/content/certification.png) no-repeat 0% 3px;
}

/*turned off*/
.notifications#partnerone-home .row-right {
  display: inline-block;
  width: 30%;
  margin-left: 5%;
  float: none;
}

/**turnedoff**/
.notifications#partnerone-home .title {
  border-bottom: solid white 1px;
  padding-bottom: 35px;
}

/*turned off*/
.notifications#partnerone-home a {
  background: white url(../images/content/external_blue.png) no-repeat 95% 50%;
  padding: 0 25px 0 10px;
  color: #0096d6;
  font-size: 16px;
}

/**/
.notifications#partnerone-home .button {
  background-color: white;
  height: 25px;
}

/**/
.notifications#partnerone-home .button .btn_label {
  line-height: 24px;
  font-size: 16px;
}

/*turned off*/
.notifications#partnerone-home .button span {
  line-height: 24px;
  font-size: 16px;
}

/********************************** Coming Soon ***********************/
.coming-soon .blue {
  background-color: #0096d6;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  padding: 5px 15px;
}

.coming-soon .blue:hover {
  background-color: #006699;
}

.coming-soon-body {
  line-height: 22px;
  font-size: 16px;
  margin: 20px 0;
}

/*********************************** L3/L4 portlet basic typography ****************/
.L3L4-basic .page-subtitle-18 {
  font-size: 18px;
}

.L3L4-basic .body-16 {
  font-size: 16px;
}

.L3L4-basic .body-14 {
  font-size: 14px;
  line-height: 18px;
}

.L3L4-basic .body-12 {
  font-size: 12px;
}

.L3L4-basic .style-col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.L3L4-basic .gray {
  color: #767676;
}

.L3L4-basic .dark-gray {
  color: #5a5a5a;
}

.L3L4-basic .blue {
  color: #007dba;
}

.L3L4-basic .style-link:hover {
  cursor: pointer;
  cursor: hand;
  color: #007dba;
}

.L3L4-basic .underline:hover {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}

.L3L4-basic.demo {
  padding-top: 20px;
  padding-bottom: 40px;
}

.L3L4-basic.demo.bottom-border {
  border-bottom: #ccc solid 1px;
}

.L3L4-basic.demo .filler {
  padding-top: 20px;
}

/**********************************  Search page **************************************/
.portlet-search fieldset,
.portlet-search .aui-form fieldset {
  margin-bottom: 15px;
  height: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
}

.portlet-search .menu-column .search-layout-content .menu {
  width: 23em;
}

.portlet-search select {
  min-height: 30px;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value {
  list-style: none;
  padding: 3px 0px 3px 3px;
  font-size: 14px;
  margin: 0px 0px 0px 20px;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet:first-child {
  border: none;
  padding: 0 0 8px;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  background: url(../images/arrows/search_result.png) no-repeat left center;
  padding: 0 0 0 30px;
  font-weight: normal;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a img {
  display: none;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.current-term {
  background: transparent;
  margin: 0 0 0 20px;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.current-term a {
  background: url(../images/arrows/search_result_select.png) no-repeat left center;
  color: #000;
  font-size: 14px;
  margin: 0;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.default {
  background: transparent;
  margin: 0;
}

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.default a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  margin: 0;
}

.portlet-search .search-layout .taglib-search-iterator-page-iterator-top {
  border-bottom: 1px solid #000;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.portlet-search .search-layout .results-header {
  display: none;
}

.portlet-search .search-layout .search-layout-content .results-row td {
  background-color: transparent;
  font-size: 14px;
  padding: 0 0 20px;
  border: none;
}

.portlet-search .search-layout .search-layout-content .results-row.alt td {
  background: transparent;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a {
  line-height: 140%;
  text-decoration: none;
  font-size: 16px;
  color: rgb(0, 125, 186);
  font-weight: normal;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-type {
  display: none;
}

.portlet-search .search-layout .search-layout-content .results-grid {
  background: transparent;
  border: none;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a img {
  display: none;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-summary {
  display: block;
  margin: 0;
  color: rgb(119, 119, 119);
  font-size: 14px;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-content {
  margin: 0;
}

.portlet-search .search-layout .search-layout-content .highlight {
  color: #000;
  background: transparent;
}

.portlet-search .search-layout .taglib-page-iterator .search-pages .page-links span.first,
.portlet-search .search-layout .taglib-page-iterator .search-pages .page-links span.previous {
  color: rgb(119, 119, 119);
}

.portlet-search .taglib-asset-categories-summary .asset-vocabulary {
  display: none;
}

.portlet-search .taglib-asset-categories-summary .asset-category {
  color: #007DBA;
  margin: 5px 0 0;
  display: block;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-categories,
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-tags {
  float: left;
  margin: 0;
  padding: 0;
}

.portlet-search .taglib-page-iterator .search-pages .page-links a.first,
.portlet-search .taglib-page-iterator .search-pages .page-links span.first {
  background-image: url(../images/arrows/page_first.png);
}

.portlet-search .taglib-page-iterator .search-pages .page-links a.previous,
.portlet-search .taglib-page-iterator .search-pages .page-links span.previous {
  background-image: url(../images/arrows/page_previous.png);
}

.portlet-search .taglib-page-iterator .search-pages .page-links a.next,
.portlet-search .taglib-page-iterator .search-pages .page-links span.next {
  background-image: url(../images/arrows/page_next.png);
}

.portlet-search .taglib-page-iterator .search-pages .page-links a.last,
.portlet-search .taglib-page-iterator .search-pages .page-links span.last {
  background-image: url(../images/arrows/page_last.png);
}

.portlet-search .taglib-page-iterator .search-pages .page-links a,
.portlet-search .taglib-page-iterator .search-pages .page-links span {
  border-left: none;
  display: inline-block;
  line-height: normal;
  padding: 0;
  text-indent: -9000px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

/**********************************  Product page **************************************/
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet a,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet div,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet span,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet p,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet td,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet th {
  font-family: HPSimplifiedLight, HPSimplifiedLight, Arial;
  font-size: 16px;
  line-height: 21px;
  background: transparent;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet a {
  color: #007DBA;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .colorE7E7E7bg {
  background-color: transparent;
}

.page-maximized #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .portlet-icon-back {
  top: -20px;
  position: relative;
}

.page-maximized #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .portlet-title-text {
  display: none;
}

.page-maximized #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pageTitle {
  height: 100%;
}

.page-maximized #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pageTitle h1 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 32px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .primButton {
  font-family: HPSimplifiedLight, HPSimplifiedLight, Arial;
  background: #0096d6;
  border: 1px solid #0096d6;
  border-radius: 0 4px 0 4px;
  -webkit-border-radius: 0 4px 0 4px;
  -moz-border-radius: 0 4px 0 4px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 15px;
  vertical-align: middle;
  margin: 3px;
}

.productDetailsTable .productTitleUndrline {
  background: transparent;
  padding: 0;
}

.productDetailsTabs .productTabs {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.productDetailsTabs .prodTab {
  border: none;
  background: none;
}

.productDetailsTabs .color666666bg {
  background: none;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productDetailsTabs .tabTitle a {
  font-weight: normal;
  color: #767676;
}

.productDetailsTabs .theme.current.prodTab,
.productDetailsTabs .prodTab:hover {
  border: none;
  font-weight: normal;
}

.productDetailsTabs .theme.current.prodTab h2,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productDetailsTabs .prodTab:hover a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.productDetailsTabs .themeheader {
  font-size: 16px;
}

.productDetailsTabs .marketing_tab,
.productDetailsTabs .marketing_tab a {
  color: #007DBA;
}

.productDetailsTabs .tabContent h2 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
}

.productDetailsTabs td.current.prodTab h2.themeheader {
  border-bottom: 4px solid #007DBA;
}

.productDetailsTabs h2.colorFFFFFFbld.tabTitle:hover {
  border-bottom: 4px solid #007DBA;
}

.productDetailsRCol,
.productDetailsRCol .bottomBorder,
.productCategoryRightCol,
.productCategoryRightCol .bottomBorder {
  background: transparent;
}

.productDetailsRCol .bottomSpacer,
.productCategoryRightCol,
.bottomSpacer {
  height: 20px;
}

.productDetailsRCol .hierarchyLinksTable,
.productCategoryRightCol .hierarchyLinksTable,
.productDetailsRCol .filterMode,
.productDetailsRCol .cartBoxTable,
.productDetailsRCol .comparisonBoxTable,
.productCategoryRightCol .filterMode,
.productCategoryRightCol .cartBoxTable,
.productCategoryRightCol .comparisonBoxTable {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  width: 100%;
  margin: 0 0 20px;
}

.productDetailsRCol .hierarchyLinksTable td,
.productCategoryRightCol .hierarchyLinksTable td,
.productDetailsRCol .filterMode td,
.productDetailsRCol .comparisonBoxTable td,
.productCategoryRightCol .filterMode td,
.productCategoryRightCol .comparisonBoxTable td {
  padding-left: 0;
}

.productDetailsRCol h2,
.productCategoryRightCol h2 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  padding: 0;
}

.productDetailsRCol .hierarchyLinksTable .bold,
.productCategoryRightCol .hierarchyLinksTable .bold,
.productDetailsRCol .filterMode .bold,
.productDetailsRCol .hierarchyLinksTable .bold,
.productDetailsRCol .comparisonBoxTable .bold,
.productCategoryRightCol .filterMode .bold,
.productCategoryRightCol .hierarchyLinksTable .bold,
.productCategoryRightCol .comparisonBoxTable .bold {
  font-size: 18px;
  margin: 0;
  color: #000;
}

.productDetailsRCol .filterMode a,
.productCategoryRightCol .filterMode a {
  color: #007DBA;
}

.productDetailsRCol .cartBox,
.productCategoryRightCol .cartBox {
  background-color: transparent;
  padding: 10px 0px;
}

.productDetailsRCol a,
.productDetailsRCol .color003366,
.productCategoryRightCol a,
.productCategoryRightCol .color003366 {
  color: #007DBA;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .cartBoxTable td {
  padding-left: 15px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .udrlinesmall {
  color: #767676;
  font-size: 12px;
  text-decoration: none;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .oneCatList {
  background-color: transparent;
  display: block;
  border: none;
  margin: 0px;
  padding: 0px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .categoryListTable .bold {
  margin-top: 20px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productCategoryLeftCol .quickLinksTable {
  border: none;
  background: none repeat scroll 0% 0% rgb(0, 125, 186);
  padding: 0px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productCategoryLeftCol .quickLinksTable .bold {
  padding: 10px 20px 0;
  color: #fff;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productCategoryLeftCol .quickLinksTable a {
  color: #FFF;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productCategoryLeftCol .quickLinksTable .colorE7E7E7bg {
  background-color: transparent;
  padding: 10px 0 10px 20px;
}

#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .pageTitle,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productCategory,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productDetailsTable,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productTitleUndrline,
#portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .productDetailsTabs {
  width: 100%;
}

.live-chat-link {
  /*  border-style: none; */
  /*  float:none!important; */
  margin-bottom: 5px;
}

.live-chat-link a {
  margin-left: 26px;
  font-size: 16px;
}

.sign_out .button {
  background-color: #767676;
}

.profile_preferences a {
  color: #FFF !important;
}

.user-dockbar-search form select {
  display: none;
}

.user-dockbar-search form input[type=image] {
  position: relative;
  margin-left: -20px;
  right: 10px;
  margin-bottom: 10px;
}

#popup-content-container {
  padding: 0 25px 25px;
  margin-top: 12px;
}

#popup-content-containers {
  padding: 0 25px 25px;
  margin-top: 12px;
}

#popup-content-container .popup-links {
  margin-bottom: 30px;
  margin-top: 10px;
}

#popup-content-containers .popup-links {
  margin-bottom: 30px;
  margin-top: 10px;
}

.get-support-popup .aui-panel-hd {
  background: none;
  border: none;
}

.get-support-popup button.aui-buttonitem-icon-only {
  background: none !important;
  border: none !important;
}

.get-support-popup .aui-icon {
  background-position: 0;
  background-image: url("../images/common/close.jpg");
  height: 17px;
  width: 17px;
}

.get-support-popup-content p.copyright {
  border-top: 1px solid #ccc;
  bottom: 30px;
  color: #767676;
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 15px;
  position: absolute;
  width: 91%;
}

.get-support-popup-content p.copyright1 {
  border-top: 2px solid #bfbfbf;
  bottom: 30px;
  color: #767676;
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 15px;
  position: absolute;
  width: 91%;
}

.get-support-popup-content hr {
  border-top: 1px solid #BFBFBF;
  margin-top: 20px;
}

.get-support-popup-content .popup-link-icon {
  background-image: url("../images/content/external.png");
  height: 15px;
  width: 15px;
  margin-right: 10px;
  display: inline-block;
  background-position-y: 2px;
  background-repeat: no-repeat;
}

.get-support-popup .get-support-popup-content {
  border: 2px solid #CCC;
  height: 501px;
  width: 680px;
  position: relative;
}

.get-support-popup .get-support-hpipopup-content {
  border: 2px solid #CCC;
  height: 450px;
  width: 590px;
}

#popup-content-container .popup-links a {
  font-size: 14px;
}

#popup-content-containers .popup-links a {
  font-size: 14px;
}

#popup-content-container .popup-links p {
  margin-bottom: 0px;
}

#popup-content-containers .popup-links p {
  margin-bottom: 0px;
}

.get-support-popup-content #popup-content-container h3 {
  line-height: normal;
  margin-bottom: 10px;
}

/************** cpp-default *************************/
.cpp-table {
  width: 100%;
}

.cpp-table td,
.cpp-table th {
  padding: 10px 20px;
  border: #ccc solid 1px;
}

.cpp-table table thead {
  background-color: #757575;
  color: white;
}

.cpp-table table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.cpp-underline,
.cpp-hover-underline:hover {
  text-decoration: underline;
}

.cpp-bold,
.cpp-hover-bold:hover {
  font-weight: bold;
}

.cpp-blue,
.cpp-hover-blue:hover {
  color: #007dba;
}

.cpp-dark-gray,
.cpp-hover-dark-gray:hover {
  color: #5a5a5a;
}

.cpp-gray,
.cpp-hover-gray:hover {
  color: #767676;
}

.cpp-f18,
.cpp-font-18 {
  font-size: 18px;
  line-height: 22px;
}

.cpp-f16,
.cpp-font-16 {
  font-size: 16px;
  line-height: 22px;
}

.cpp-f14,
.cpp-font-14 {
  font-size: 14px;
  line-height: 18px;
}

.cpp-f12,
.cpp-font-12 {
  font-size: 12px;
  line-height: 16px;
}

.cpp-selectable {
  cursor: pointer;
  cursor: hand;
}

.cpp-icon-left {
  display: inline-block;
  vertical-align: top;
  min-height: 15px;
  padding: 0 24px;
  padding-right: 0;
  background-position: left center;
  background-repeat: no-repeat;
}

.cpp-icon-right {
  display: inline-block;
  vertical-align: top;
  min-height: 15px;
  padding: 0 24px;
  padding-left: 0;
  background-position: right center;
  background-repeat: no-repeat;
}

.cpp-icon-image-external-gray {
  background-image: url(../images/content/external.png);
}

.cpp-icon-image-external-blue {
  background-image: url(../images/content/external_blue.png);
}

.cpp-icon-image-external-white {
  background-image: url(../images/content/external_white.png);
}

.cpp-button {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  background-color: #0096d6;
  color: white;
  font-weight: bold;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: hand;
}

a.cpp-button:visited,
a.cpp-button:link {
  color: #fff;
}

.cpp-button:hover {
  background-color: #006699;
  text-decoration: none;
}

.cpp-button-thin {
  padding: 0 10px;
}

/* suppress Ajax refresh menu if it is part of tabbed navigation */
.nested-content-holder .portlet-borderless-bar {
  display: none;
}

.nested-content-holder .portlet-topper-toolbar {
  display: none;
}

/*********************ALM 69606***************/
/*#my_dashboard section{
    height:271px;
}

#my_dashboard section .dashboard-widget{
    height:210px;
}

#my_dashboard section .dashboard-widget-content.portlet-msg-alert {
    display:none;
}

#my_dashboard section .dashboard-widget-content .btn_indicator {
    position: absolute;
    bottom: 0px;
    left: 20px;
}
*/
.carousel.aui-carousel-content {
  margin-left: -18px;
}

/***********************************ALM71470************************************/
.L3-promotions td {
  position: relative;
}

.L3-promotions .button.blue.thin.view-details > a {
  position: relative;
  top: 2px;
  margin-bottom: 0;
}

/***************************************CR2651************************************/
/****** line 18 - "PartnerOne homepage: current promotions right rail will wrap" ****/
body .page-customization-bar {
  display: block;
}

#content .home_page .row {
  margin-left: 0;
}

#content .home_page .portlet-content {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px !important;
}

#content .home_page .span4 {
  width: 308px;
}

#content .home_page {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

#content .home_page [class*=span]:first-child {
  margin-left: 0;
}

#content .home_page [class*=span] {
  margin-left: 19px;
}

#content .home_page .span8 {
  width: 636px;
}

.notifications {
  height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

/* ALM: 142535
#content .home_page .portlet-body>.orbit-wrapper {
    height: 270px!important;
}

#content .home_page .portlet-body>.orbit-wrapper>.orbit {
    height: 270px!important;
}

#content .home_page .span12 {
    width:964px;
}
*/
#content .home_page .readmore {
  margin-left: 0;
}

#content .home_page .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.portlet-body .hp-tabs-right,
.portlet-body .columnl,
.portlet-body .columnr,
.portlet-body .hp-tabs-middle {
  width: 295px;
}

/*.is-dashboard .portlet-body .columnl, .is-dashboard .portlet-body .columnr{
    max-width:295px;
}*/
@media (max-width: 963px) {
  #content .home_page .span8,
  #content .home_page .span4 {
    width: 100%;
  }
  #content .home_page .portlet-layout.row-fluid {
    display: block;
  }
}
/******************* MERGE: ALM 71639 modifications from MAR 14 *********************/
#footer .row-fluid .span3 {
  width: 21%;
}

/******************* MERGE: ALM 71639 modifications from MAR 14 *********************/
#footer .row-fluid [class*=span]:nth-child(2) {
  width: 29%;
}

/******************* MERGE: ALMCR4G50983 updated CSS *********************/
/*#my_dashboard .dashboard-widget .dashboard-widget-nestedportlet {
    width: 100%;
    padding-top: 0px!important;
    margin-top: -17px;
}

#my_dashboard .dashboard-widget .dashboard-widget-nestedportlet .aui-field-element select{
    width:200px;
}*/
/******************* MERGE: fixed issue 8 found in the email titled "NA UX review findings: Monday 10th March *********************/
/*#my_dashboard {
    margin-top:15px;
}*/
/******************* MERGE: added CSS to suppress the .final-separator that is causing issues. *********************/
.home_page .portlet-asset-publisher div > div > div > div.final-separator {
  margin-bottom: 0px;
}

.l2-listing-template-content {
  margin-bottom: 21px;
}

/************************** ALM81052 ***********************************/
.home_page .portlet-column-content {
  padding-top: 0;
}

/**************************** ALM 81567 -- moved CSS from Blue Carpet homepage***************************************/
nav#breadcrumbs {
  margin-top: 5px;
  min-height: 11px;
  margin-bottom: 2px;
}

nav#breadcrumbs.site-breadcrumbs-homepage {
  margin-top: 0px;
  min-height: 0px;
  height: 0px;
}

.eservice .main-body h3 {
  margin-top: 0;
}

/*.is-dashboard .l3-search-portlet table{
    border:none!important;
}

.is-dashboard .l3-search-portlet .featured-partner-resources tbody td, .is-dashboard .l3-search-portlet .featured-partner-resources thead th,
.is-dashboard .l3-search-portlet .top-partner-resources tbody td, .is-dashboard .l3-search-portlet .top-partner-resources thead th{
    padding: 0 0 15px 0!important;
}*/
/*************************** ALM 81871 *******************************/
.L4content ul {
  font-size: 16px;
  margin-left: 20px;
  padding-top: 0;
}

.L4content h3,
.L4content .page-subtitle {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/*************************** ALM 81873 - formatting of category tree *********/
.l4-display-portlet .closed-display-list {
  padding-top: 20px;
}

.l4-display-portlet h4 .frequency {
  padding-left: 4px;
}

.l4-display-portlet a .frequency {
  padding-left: 2px;
}

/********************************** ALM 81875 ******************************/
.l3-search-portlet .load-document-icon1 {
  background: url(../images/content/41px_Related-items-Article.png) no-repeat;
  display: inline-block;
  height: 41px;
  width: 41px;
  position: relative;
  top: 3px;
}

.l3-search-portlet .L3-eService .browser-support .browser-icon:nth-child(2) {
  margin-left: 0px;
}

.l3-search-portlet .L3-eService .browser-support .browser-icon {
  margin-right: 0px;
}

.l3-search-portlet .L3-eService .browser-support #sa-supported-versions.browser-icon {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -17px -1px;
}

.l3-search-portlet .L3-eService .browser-support #ff-supported-versions.browser-icon {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -33px -1px;
}

.l3-search-portlet .L3-eService .browser-support #ch-supported-versions.browser-icon {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -1px -1px;
}

.l3-search-portlet .L3-eService .browser-support #sa-supported-versions.browser-icon {
  background: url(../images/content/Browser_Sprite_15px.png) no-repeat -17px -1px;
}

.notifications-header {
  width: 308px;
}

.top-partner-resources table tr {
  border-bottom: none !important;
}

.featured-partner-resources table tr {
  border-bottom: none !important;
}

.list-view .left-image-container {
  width: 15%;
  margin-right: 5px;
  display: inline-block;
}

.list-view .left-image-container img {
  width: 100%;
}

.list-view .right-text-container {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

.list-view-title {
  color: #0096d6;
}

.list-view {
  margin-top: 8px;
  color: #5a5a5a;
}

menu.portlet-topper-toolbar {
  z-index: 5;
}

div.l4-related-item-default-img {
  background: url("../images/common/41px_Related-items-Article.png") no-repeat;
  height: 46px;
  width: 46px;
  min-width: 46px;
}

.l4-display-portlet div.right-text-container {
  min-width: 230px;
}

/**CR:97753:For all the content types, L4 display portlet related items not loading this CSS*/
.l4-display-portlet div.list-view {
  min-width: 285px;
}

.portlet-language option[style] {
  background: none !important;
}

.l2-listing-template-content > a {
  font-size: 16px;
  line-height: 40px;
}

.portlet-boundary_carousel_WAR_carouselportlet_ {
  margin-left: 0px !important;
  max-width: 964px !important;
}

.bluebanner {
  margin-left: 0px !important;
  /* ALM: 142535
  margin-top: -58px !important;
  */
  max-width: 964px !important;
}

html.ie8 #dock-content {
  padding-left: 0;
  padding-right: 0;
}

.eservice-full-description .main-body {
  padding-top: 0 !important;
}

.L3-eService .eservice-l3-go-button {
  float: right;
  margin-top: 10%;
}

.L3-eService .browser-support .platform-compatibility {
  margin-left: 0px;
  margin-right: 15px;
  display: inline-block;
}

.L3-eService .browser-support .platform-compatibility .browser-icon {
  margin-left: 0px;
}

.home_page .nested-content-holder .layout_3_columns_b .row-fluid div.portlet-column:first-child {
  border-right: solid 1px #CCC;
  min-height: 275px;
  height: 100%;
}

.home_page .nested-content-holder .layout_3_columns_b .row-fluid div.portlet-column:first-child + div.portlet-column {
  border-right: solid 1px #CCC;
  min-height: 275px;
  height: 100%;
}

.ie8 div#content {
  max-width: 964px;
}

.ie8 nav.site-breadcrumbs {
  width: 964px;
}

.ie8 header #heading {
  width: 964px;
}

.home_page .typography_secondary {
  height: 54px;
}

.bu-most-popular .tool-icon {
  width: auto;
  padding-top: 6px;
}

.bu-related-articles .tool-icon {
  padding-top: 6px;
}

.bu-most-popular {
  border-top: solid 1px;
  padding-top: 15px;
  margin-top: 30px;
}

/******************* 108101 **********************/
.page-maximized .portlet-search .portlet-icon-back {
  display: none;
}

.page-maximized .portlet-asset-publisher .portlet-icon-back {
  display: none;
}

/*************************************************/
div.top-partner-resources p.typography_secondary {
  height: auto;
}

/**page level css that was not already here**/
.notifications#partnerone-home-2 {
  height: 100%;
}

.l2-listing-template-content > .fontH4 {
  font-size: 16px !important;
}

body .page-customization-bar {
  display: block;
}

#login-page span.aui-field-choice {
  display: none;
}

div.login-content ul {
  list-style-type: none;
  margin: 0;
}

div.login-content ul > li:before {
  content: "•";
  font-size: 15px;
  margin-right: 5px;
}

div.login-content ul > li {
  font-size: 16px;
  line-height: 25.6px;
}

div.login-content ul > li > span {
  font-size: inherit;
  line-height: inherit;
}

div.login-content {
  font-size: 16px !important;
}

.temp-bu-content ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.temp-bu-content h4 {
  margin-bottom: 5px;
  font-size: 16px;
}

.temp-bu-content .temp-listing h4 {
  margin-bottom: 0;
}

.temp-bu-content .temp-listing {
  margin-bottom: 20px;
}

.temp-bu-content .temp-listing:last-child {
  margin-bottom: 0;
}

.temp-bu-content .temp-l2-section,
.temp-bu-content .temp-related-popular {
  margin-top: 15px;
  padding-bottom: 40px;
}

.temp-bu-content .temp-l2-section {
  border-bottom: 1px solid #ccc;
}

.temp-bu-content .temp-related-popular {
  border-bottom: 1px solid #000;
  font-size: 14px;
  color: #5a5a5a;
}

.temp-bu-content .temp-related-popular h3 {
  color: #000;
}

.temp-bu-content .temp-l2-section:last-child,
.temp-bu-content .temp-related-popular:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.temp-bu-content .temp-related-popular .listing {
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.temp-bu-content .temp-related-popular .listing.large {
  padding-left: 50px;
  min-height: 50px;
  margin-bottom: 10px;
}

.temp-bu-content .temp-related-popular .listing.small {
  padding-left: 20px;
}

.temp-bu-content .temp-l2-section,
.temp-bu-content a,
.temp-bu-content ul {
  line-height: 22px;
  font-size: 16px;
}

.temp-bu-content .temp-related-popular p,
.temp-bu-content .temp-related-popular a,
.temp-bu-content .temp-related-popular ul {
  line-height: 18px;
  font-size: 14px;
}

.temp-bu-content a {
  display: inline-block;
}

.temp-screen-to-screen {
  background-image: url(/documents/10193/9626214/41px_Related-items-External+link++++.png);
}

.temp-bu-content .temp-related-popular .listing.large.temp-pdf {
  background-image: url(/documents/10193/9626214/41px_Related-items-PDF.png);
  background-position: 0 0;
}

.temp-article {
  background-image: url(/documents/10193/9626214/41px_Related-items-Word-doc.png);
}

.temp-bu-content .temp-related-popular .listing.large.temp-ppt {
  background-image: url(/documents/10193/9626214/41px_Related-items-Power-Point-doc.png);
  background-position: 0 0;
}

.temp-bu-content .temp-related-popular .listing.large.temp-camera {
  background-image: url(/documents/10193/9626214/41px_Related-items-Video.png);
  background-position: 0 0;
}

.temp-link {
  background-image: url(../images/content/external.png);
}

.temp-news {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 18px;
}

#carousel-config {
  padding-bottom: 18px;
}

.bluebanner > .bbcontainer > .bbicon {
  display: inline;
  float: left;
  padding-top: 5px;
}

.bluebanner > .bbcontainer > .bbtext > span {
  margin: 7px 0;
}

.bluebanner {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
  background: #0197D6;
  margin-left: 0 !important;
  max-width: 964px;
  height: 180px;
}

.bluebanner > .bbcontainer {
  width: auto;
  margin: 0 50px;
  position: relative;
  top: 35px;
}

.bluebanner > .bbcontainer > .bbtext {
  display: inline-block;
  clear: both;
  color: #FFFFFF;
  margin-left: 20px;
  width: auto;
  max-width: 90%;
}

.bluebanner .bbtext > h4 {
  font-size: 18px;
}

.signed-in #p_p_id_82_ {
  display: none;
}

.l3-search-portlet table.multiple-campaigns-chrome-table thead th {
  border-right: 1px solid #FFF;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
  border-top: 1px solid #767676;
}

.l3-search-portlet table.multiple-campaigns-chrome-table thead th.first {
  border-right: 1px solid #FFF;
  border-left: 2px solid #767676;
  border-bottom: 1px solid #767676;
  border-top: 1px solid #767676;
}

.l3-search-portlet table.multiple-campaigns-chrome-table thead th.last {
  border: 1px solid #767676;
  width: 85px;
}

.l3-search-portlet table.multiple-campaigns-chrome-table tbody {
  border-left: 2px solid #C5C5C5;
  border-right: 2px solid #C5C5C5;
  border-bottom: 2px solid #C5C5C5;
}

.l3-search-portlet table.multiple-campaigns-chrome-table tbody td {
  border: 1px solid #C5C5C5;
}

.nowrapping {
  white-space: nowrap;
}

.l3-search-portlet table.multiple-campaigns-chrome-table td a.display-page-url {
  font-weight: bold;
}

.l3-search-portlet table.multiple-campaigns-chrome-table tbody tr.even {
  background-color: #f2f2f2;
}

.l3-search-portlet .sorting-pagination-container {
  margin-bottom: 15px;
  height: 22px;
}

.l3-search-portlet .pagination-info {
  margin-top: 1px;
  margin-right: 10px;
}

.l3-search-portlet .pagination-control {
  margin-top: 3px;
}

.l3-search-portlet .pagination-control .left-arrow,
.pagination-control .right-arrow {
  border: 1px solid #CCC;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.l3-search-portlet .pagination-control .left-arrow {
  margin-right: 1px;
}

.l3-search-portlet .sorting-selector {
  margin-right: 20px;
}

.l3-search-portlet .sorting-selector select {
  color: #007DBA;
  min-height: inherit;
  width: 125px;
}

[id=portlet_101] .portlet-title-text,
[id=portlet_101] .portlet-title .icon {
  display: none;
}

[id=portlet_101] .portlet-title {
  height: 15px;
}

[id=portlet_101] .header-title > span {
  visibility: hidden;
}

.multiple-campaigns-chrome-table .date-range {
  white-space: nowrap;
  text-align: center;
}

/* 142647-phone number filed miss allignment */
.lfr-ctrl-panel.panel-manage-my .aui-field-inline {
  vertical-align: none !important;
}

.lfr-ctrl-panel .aui-field-inline {
  vertical-align: none !important;
}

/* US2907 - Portal Search Result Enhancements */
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a .highlight {
  color: #007dba;
}

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-summary .highlight {
  color: #777;
}

/* US2882 -- Hiding the div which shows article information like articleId, repository name, article-version..etc */
.upp-debug {
  display: none;
}

.nested-content-holder .l3-search-portlet .homepage-article table {
  border: none;
}

.nested-nav-bar {
  line-height: 15px;
}

ul.breadcrumbs {
  margin-bottom: 0px;
  height: auto !important;
}

.site-breadcrumbs-hidden ul.breadcrumbs li {
  display: none;
}

.article-chapters-chrome .downloadable-materials table {
  table-layout: fixed;
}

.article-chapters-chrome .downloadable-materials table td,
.article-chapters-chrome .downloadable-materials table th {
  width: auto;
  word-wrap: break-word;
}

.article-chapters-chrome .downloadable-materials table th#downloadable-material-column-1 {
  width: 50%;
}

.article-chapters-chrome .downloadable-materials table td a {
  word-wrap: break-word;
  white-space: normal;
}

/* Chapter chrome styles */
.article-chapters-chrome div.downloadable {
  margin-top: 25px;
}

.article-chapters-chrome .toggle-chapter-data {
  float: left;
  cursor: pointer;
  height: 20px;
  line-height: 16px;
  width: 20px;
  font-size: xx-large;
  margin-right: 10px;
  margin-top: 2px;
  background: url("../images/cpp/minus.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.article-chapters-chrome .toggle-chapter-data.collapsed {
  background-image: url("../images/cpp/plus.gif");
}

.article-chapters-chrome {
  margin-top: 13px;
}

.article-chapters-chrome h4 {
  margin-bottom: 10px;
}

/********************************** SBSO Login Page **************************************/
.sbso-login-page {
  margin-top: 15px;
}

.sbso-login-page .portlet-msg-error {
  background-color: #F7D7D7;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  margin: 5px 0;
}

.sbso-login-page .divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 100%;
}

.sbso-login-page span.aui-field-choice {
  display: none;
}

.sbso-login-page #login-banner {
  border-bottom: 0 none;
  height: 100% !important;
  margin-bottom: 20px;
  min-height: 360px !important;
  overflow: hidden;
  position: relative !important;
  width: 100%;
  margin-top: 30px;
}

.sbso-login-page #login-banner > img.banner {
  border-bottom: medium none;
  display: block;
  left: 26% !important;
  margin-left: -250px !important;
  margin-top: -250px !important;
  position: absolute !important;
  top: 40% !important;
  width: 100%;
}

.sbso-login-page #embedded-login-portlet {
  background: none repeat scroll 0 0 #fff;
  float: right;
  height: 100% !important;
  margin: 15px 0;
  min-height: 340px !important;
  padding: 13px 21px 20px;
  position: relative !important;
  right: 0;
  top: 0;
  z-index: 3;
}

.portlet-login {
  height: 100% !important;
}

.sbso-login-page #embedded-login-portlet .register a {
  display: inline-block;
}

.sbso-login-page #embedded-login-portlet div.register {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 10px !important;
}

.chrome .sbso-login-page #embedded-login-portlet div.register {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 10px !important;
}

.firefox .sbso-login-page #embedded-login-portlet div.register {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 10px !important;
}

.sbso-login-page #embedded-login-portlet .aui-button-input {
  max-width: 115px !important;
  white-space: normal;
  height: auto;
}

.sbso-login-page html.ie8 #embedded-login-portlet .aui-button-input {
  width: 115px;
}

.sbso-login-page #embedded-login-portlet h1.portlet-title {
  font-size: 1.6em;
  margin: 5px 0 0 10px;
}

.sbso-login-page #embedded-login-portlet .portlet-title {
  display: none !important;
}

.sbso-login-page #embedded-login-portlet .aui-field-input-text {
  width: 242px;
}

.sbso-login-page #embedded-login-portlet .aui-button-holder {
  height: 100%;
  margin-top: 0px;
}

.sbso-login-page #embedded-login-portlet .aui-button-holder:after {
  height: auto;
}

.sbso-login-page #embedded-login-portlet .aui-button-input {
  background-color: #D7410B;
  border-color: #D7410B;
  margin-right: 6px;
  float: right;
  padding-top: 3px;
  width: 85px;
}

.sbso-login-page #embedded-login-portlet .aui-field-text input[name=_58_INSTANCE_9999_password] {
  margin-bottom: 0px;
}

.sbso-login-page #embedded-login-portlet .aui-field-choice {
  margin-top: -10px;
}

.sbso-login-page #embedded-login-portlet .aui-form-validator-message {
  max-width: 250px;
}

.sbso-login-page #embedded-login-portlet label[for=_58_INSTANCE_9999_rememberMeCheckbox] {
  display: inline-block;
  font-size: 13px;
  margin-top: 3px;
  padding-bottom: 3px;
  text-transform: lowercase;
  vertical-align: middle;
}

.sbso-login-page #embedded-login-portlet label[for=_58_INSTANCE_9999_rememberMeCheckbox]:first-letter {
  text-transform: uppercase;
}

.sbso-login-page #embedded-login-portlet label[for=_58_INSTANCE_9999_rememberMeCheckbox]:after {
  content: " on this computer";
}

.sbso-login-page #embedded-login-portlet .aui-fieldset .aui-field-text .aui-field-label {
  font-size: 14px;
  font-weight: normal;
}

.sbso-login-page #embedded-login-portlet .aui-fieldset .aui-field-text .aui-field-label:after {
  color: #D7410B;
  content: "*";
}

.sbso-login-page #embedded-login-portlet div.navigation {
  display: none;
}

#embedded-login-portlet div.footer {
  border-top: 1px solid #ccc;
  height: auto !important;
  /* ALMCR4G218577 */
  bottom: 0;
  position: relative !important;
  width: 90%;
  z-index: 4;
  margin-top: 0;
}

.sbso-login-page #embedded-login-portlet div.footer > div.text {
  color: #000000;
  vertical-align: middle;
  text-align: left;
  margin-top: 8px;
}

.sbso-login-page #embedded-login-portlet div.footer span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}

.sbso-login-page #embedded-login-portlet div.footer div.text div.sbsoregister {
  font-weight: bold;
  margin-bottom: 10px;
}

.sbso-login-page #sbso-login-page .login-content {
  float: left;
  font-size: 15px;
}

.sbso-login-page #sbso-login-page .login-content.main {
  padding-bottom: 30px;
}

.sbso-login-page #sbso-login-page .login-content.main .login-video {
  padding-top: 20px;
}

.sbso-login-page #sbso-login-page .login-content.main .login-video span {
  display: inline-block;
  float: left;
  font-size: 13px;
  max-width: 230px;
  padding-left: 10px;
  padding-top: 4px;
}

.sbso-login-page #sbso-login-page .login-content.aside {
  /*width: 30%;*/
}

.sbso-login-page #sbso-login-page ul {
  list-style-type: disc;
  margin-left: 16px;
}

.sbso-login-page #sbso-login-page ul > li {
  font-size: 10px;
}

.sbso-login-page #sbso-login-page ul > li > span {
  font-size: 15px;
}

.sbso-class-name {
  border-bottom: 1px #cccccc solid;
  min-height: 280px;
}

.sbso-class-name .segment-box {
  width: 31%;
  height: 210px;
  float: left !important;
  margin-right: 20px;
  margin-bottom: 50px;
}

.sbso-class-name .segment-icon {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}

.sbso-class-name .headline span {
  font-size: 24px;
  color: #000000;
  text-align: left;
  line-height: 32px;
  font-weight: bold;
}

.sbso-class-name .blue-sub-headline span {
  font-size: 16px;
  color: #0096d6;
  text-align: left;
  line-height: 18px;
  font-weight: bold;
}

.sbso-class-name .paragraph-headline span {
  font-size: 14px;
  color: #000000;
  text-align: left;
  line-height: 16px;
  font-weight: bold;
}

.sbso-class-name .paragraph span {
  font-size: 14px;
  color: #000000;
  text-align: left;
  line-height: 16px;
}

.sbso-main-text .login-content {
  width: 100%;
  font-size: 15px;
}

/* Display Template Chrome */
.displayTemplateChromeDate {
  border-right: 1px solid #767676;
  width: 30%;
  max-width: 160px;
}

.displayTemplateChromeDesc {
  border-right: 1px solid #767676;
  font-weight: normal;
}

.displayTemplateChromeTitle {
  color: #0096d6;
  font-size: 14px;
  font-weight: bold;
}

.hdisplayTemplateChromeDate {
  border-right: 1px solid #fff;
  width: 30%;
  max-width: 160px;
}

.hdisplayTemplateChromeDesc {
  width: 70%;
}

.displayTemplateTable {
  border: 1px solid #767676 !important;
}

.displayTemplateTable td {
  border-right: 1px solid #767676 !important;
}

.displayTemplateTable a {
  color: #0096d6;
  font-size: 14px;
  font-weight: bold;
}

.displayTemplateTable p {
  font-size: 14px !important;
}

.displayTemplateTable span {
  font-size: 14px !important;
  font-weight: normal;
}

.pull-right {
  padding-bottom: 8px;
}

.pull-left {
  margin-right: 5px;
}

.displayTemplateTable div a {
  font-weight: normal !important;
}

.displayTemplateChromeDesc > strong {
  font-weight: normal;
}

#p_p_id_58_INSTANCE_9999_ .portlet {
  display: block !important;
  min-height: 220px !important;
  overflow: hidden !important;
  width: 100%;
}

.portlet-login {
  height: auto !important;
}

/* End of display template chrome */
.portlet-staging-bar .staging-bar .staging-tabview-content .layout-info .layout-title .layout-breadcrumb .breadcrumbs-horizontal li {
  background-image: none !important;
}

.taglib-header .header-back-to a {
  padding: 0 !important;
  margin-top: 12px;
}

.page-maximized #portlet_cppeserviceproxyportlet_WAR_cppeserviceproxyportlet .portlet-icon-back {
  padding: 0 !important;
}

/* SPRINT-20 US3264 */
.overlay_left {
  display: inline-block;
  width: 44%;
  margin-right: 3%;
  vertical-align: top;
}

.popUpParagraph {
  font-size: 16px;
  line-height: 20px;
}

.overlay_right {
  border-left: 1px solid grey;
  padding-left: 4%;
  display: inline-block;
  width: 44%;
  vertical-align: top;
}

.overlay_widget_title_split {
  font-family: HPSimplifiedLight;
  font-size: 20px;
  color: #000000;
  text-align: left !important;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 1px;
}

.overlay_btn_indicator_split {
  background-color: #0096d6 !important;
  background-image: url("../images/content/external_white.png");
  background-position: 90% 7px;
  background-repeat: no-repeat;
  border-radius: 0 5px;
  font-size: 14px;
  height: 26px;
  padding: 4px 25px 7px 7px;
}

.overlay_widget_description_split {
  font-family: HPSimplifiedLight;
  font-size: 16px;
  color: #000000;
  text-align: left !important;
  line-height: 18px;
  font-style: normal;
  padding-bottom: 10px;
  white-space: normal;
  height: 80px;
  margin-bottom: -5px;
}

.overlay_btn_indicator_split .search_right .btn_label {
  padding-right: 3px;
  padding-left: 0px;
}

#popup-content-container .overlay_btn_indicator_split .btn_inner,
#popup-content-container .overlay_btn_indicator_split .btn_inner span {
  background-color: #0096d6 !important;
  color: #ffffff;
}

#popup-content-containers .overlay_btn_indicator_split .btn_inner,
#popup-content-containers .overlay_btn_indicator_split .btn_inner span {
  background-color: #0096d6 !important;
  color: #ffffff;
}

#popup-content-container .overlay_description {
  font-family: HPSimplifiedLight;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 18px;
  font-style: Normal;
  margin-bottom: -17px;
  width: 608px;
}

#popup-content-containers .overlay_description {
  font-family: HPSimplifiedLight;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 18px;
  font-style: Normal;
  margin-bottom: -17px;
  width: 608px;
}

.overlay_btn_indicator_split .icon,
.overlay_btn_indicator_split span.btn_label {
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  border: none;
}

#popup-content-container .widget_content {
  width: 650px;
  margin-bottom: 30px;
  margin-top: 19px;
  /* height:220px; */
}

#popup-content-containers .widget_content {
  width: 650px;
  margin-bottom: 30px;
  margin-top: 25px;
  /* height:220px; */
}

#popup-content-container hr {
  margin-top: 30px;
}

.get-support-popup-content .aui-panel-bd {
  overflow-y: visible;
}

/*Sprint 21 US 3242 */
.overlay_leftn {
  display: inline-block;
  width: 44%;
  margin-right: 3%;
  vertical-align: top;
}

.overlay_rightn {
  border-left: 1px solid #bfbfbf;
  display: inline-block;
  padding-left: 4%;
  vertical-align: top;
  width: 44%;
}

.overlay_widget_title_splitn {
  font-family: HPSimplifiedLight;
  font-size: 20px;
  color: #000000;
  text-align: left align;
  line-height: 24 px;
  font-style: Normal;
  font-weight: bold;
  /* margin-bottom: 10px; */
}

.overlay_widget_description {
  font-family: HPSimplifiedLight;
  font-size: 16px !important;
  color: #000000;
  text-align: left !important;
  line-height: 18px;
  font-style: normal;
  padding-bottom: 10px;
  white-space: normal;
  height: 80px;
  margin-bottom: -5px;
}

select#Region_id,
select#Region_id-color {
  color: #007dba;
  font-size: inherit;
  overflow: hidden;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 36px;
}

select#Country_id,
select#Country_id-color {
  color: #007dba;
  font-size: inherit;
  overflow: hidden;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 36px;
}

.regionDropDiv {
  overflow: hidden;
  margin-top: 30px;
  margin-left: 25%;
  margin-bottom: 10px;
  width: 270px;
}

.countryDropDiv {
  overflow: hidden;
  margin-left: 25%;
  width: 270px;
}

#hpibuttonlabel > input,
#hpebuttonlabel > input {
  background-image: url("../images/content/external_white.png");
  background-position: 93% 5px;
  background-repeat: no-repeat;
  background-color: gray;
  border: medium none;
  border-radius: 0 5px;
  color: white;
  height: 26px;
  padding: 3px 27px 3px 7px;
  margin-bottom: 151px;
  margin-left: 25%;
  margin-top: 23px;
}

#popup-content-container .hpioverlay_description {
  font-family: HPSimplifiedLight;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 22px;
  font-style: Normal;
  margin-bottom: 0;
  width: 585px;
}

#popup-content-container .hpeoverlay_description {
  font-family: HPSimplifiedLight;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 22px;
  font-style: Normal;
  margin-bottom: 0;
}

.overlay_description > p {
  line-height: 1.2;
}

.hpibuttonlabel > input,
.hpebuttonlabel > input {
  background-image: url("../images/content/external_white.png");
  background-position: 90% 5px;
  background-repeat: no-repeat;
  background-color: #0096d6;
  border: medium none;
  border-radius: 0 5px;
  color: white;
  height: 26px;
  padding: 3px 25px 3px 6px;
  margin-bottom: -1px;
  /* width:51px; */
}

.hpibuttonlabel > input:hover,
.hpebuttonlabel > input:hover {
  background-image: url("../images/content/external_white.png");
  background-position: 90% 5px;
  background-color: #006699;
}

#Region_id > option,
#Country_id > option {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 15px;
}

.title_description {
  margin-top: -15px;
}

/* IE fix for select dropdown */
select::-ms-expand {
  display: none;
}

/* L3 Page Go Button */
.search_right.btn_inner.buttonAlignGo {
  height: 24px;
}

.L3hr {
  border-color: #ccc !important;
}

.L3hrSeperator {
  border: 1px solid #ccc !important;
}

/*
.default-eservice-assest-template .btn_indicator .search_right {
    padding: 4px 10px !important;
}

.eservice-full-description-template .btn_indicator .search_right {
    padding: 4px 10px !important;
} */
#hpeGo .btn_indicator .search_right {
  padding: 5px 8px 2px 10px !important;
}

#hpiGo .btn_indicator .search_right {
  padding: 5px 8px 2px 10px !important;
}

h2#passport-sign-in {
  display: none;
}

/*Added for hpi */
.pull-div-right {
  float: right;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  font-family: HPSimplifiedLight;
}

/*240764 - moved CSS from template to theme */
span.search_right.btn_inner.buttonAlignGo {
  float: left !important;
}

div.fullDivMultiple {
  float: none !important;
}

div.serviceContent.fullDivMultiple {
  float: left;
  margin-right: 10px;
  padding: 0px !important;
  width: 45%;
}

/*end 240764*/
/*-------------------Start Category Tree of L4-Display CSS Code------------------*/
.l4-display-portlet .facet-value > a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  background: url("../images/cpp/blue_checkbox_unchecked.png") no-repeat left center;
  padding: 0 0 0 30px;
  font-weight: normal;
}

.l4-display-portlet .current-term > a {
  background: url("../images/cpp/blue_checkbox.png") no-repeat left center;
  color: #000;
  font-size: 14px;
  margin: 0;
}

.l4-display-portlet .clear-facets {
  padding-left: 20px;
  background: url("../images/content/clear_X.png") no-repeat left center;
  color: #5a5a5a;
}

.l4-display-portlet ul h4 {
  padding-left: 26px;
  padding-top: 1px;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 10px;
  background: url("../images/cpp/minus.gif") no-repeat left center;
}

.l4-display-portlet ul h4 li h4 {
  padding-left: 26px;
  padding-top: 1px;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 10px;
  background: url("../images/cpp/minus.gif") no-repeat left center;
}

.l4-display-portlet ul.closed-display-list h4 {
  background: url("../images/cpp/plus.gif") no-repeat left center;
}

.l4-display-portlet li.closed-vocab-list h4 {
  background: url("../images/cpp/plus.gif") no-repeat left center;
}

.l4-display-portlet ul span.category-header {
  padding-left: 26px;
  padding-top: 1px;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 0px;
  background: url("../images/cpp/minus.gif") no-repeat left center;
}

.l4-display-portlet ul.closed-display-list span.category-header {
  background: url("../images/cpp/plus.gif") no-repeat left center;
}

.l4-display-portlet ul.closed-vocab-list span.category-header {
  background: url("../images/cpp/plus.gif") no-repeat left center;
}

/*-------------------END Category Tree of L4-Display CSS Code------------------*/
/* CR 241372� Starts here */
.yui3-widget.esm-ui-dialog .aui-toolbar-item,
.yui3-widget.esm-ui-dialog .aui-panel-hd {
  display: none;
}

.yui3-widget.esm-ui-dialog .yui3-widget-content-expanded {
  border: 3px Solid #B9B8BB;
}

.yui3-widget.esm-ui-dialog .portlet-msg-error {
  background-color: #F7D7D7;
  background-image: none;
  border-color: #F7D7D7;
  line-height: 16px;
  height: auto;
  font-size: 13px;
  font-weight: normal;
  margin: 15px 40px 20px 40px;
  padding: 12px 0px 10px 10px;
}

#esm-popup-title {
  margin-left: 40px;
  margin-top: 25px;
  font-family: HPSimplifiedLight;
  font-size: 20px;
  line-hight: 24px;
  color: #000000;
  font-weight: Bold;
}

#esm-popup-backbutton {
  margin-left: 40px;
}

/* CR 241372� Ends here */
.dam-download-td:lang(zh-CN),
.dam-download-td:lang(zh-TW),
.dam-download-td:lang(ko-KR),
.dam-download-td:lang(ja-JP),
.dam-language-td:lang(zh-CN),
.dam-language-td:lang(zh-TW),
.dam-language-td:lang(ko-KR),
.dam-language-td:lang(ja-JP) {
  word-wrap: break-word;
}

.dam-download-td,
.dam-language-td {
  word-wrap: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  font-family: HPSimplifiedLight;
}

/* fix for the cancel button styling ALMCR4G242505 */
#login-page > h1 {
  margin-top: 0px;
  margin-bottom: 16px;
}

/* end of fix for the cancel button styling ALMCR4G242505 */
/* To remove the blue border on focus */
*:focus {
  outline: none;
}

.portlet-borderless-bar {
  /*hide for all*/
  display: none;
}

.staging .portlet-borderless-bar {
  /*display in stg view for admins*/
  display: block;
}

/*Search css start*/
.tt-input-group {
  width: 100%;
}

.tt-dropdown-menu,
.gist {
  text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
  font-family: HPSimplifiedLight, Arial;
  border: 1px solid #CCC;
  border-radius: 2px;
  outline: medium none;
}

.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.typeahead {
  background-color: #fff;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
}

.typeahead:focus {
  border: 2px solid #666;
}

.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.twitter-typeahead .tt-hint {
  color: #999999;
  height: 30px;
}

.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
}

.tt-suggestion {
  font-size: 15px;
  padding: 2px 5px;
}

.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
}

.tt-suggestion p {
  margin: 0;
}

/*Search css end*/
/*Start SIT-4499*/
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover > .portlet-topper,
  .portlet:hover > .portlet-topper {
    z-index: 81;
    opacity: 1;
  }
}
/*End SIT-4499*/
body.has-control-menu .hpi-cpp-dashboard-layout-2 #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_qYiLUQ75DrZx_ .portlet-content,
body.has-control-menu .hpi-cpp-dashboard-layout-2 #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_QfbKBzooA6lu_ .portlet-content,
body.has-control-menu .hpi-cpp-dashboard-layout-2 #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_txEKQNZ9hIxa_ .portlet-content,
body.has-control-menu .hpi-cpp-dashboard-layout-2 #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_93Ox05EdspVF_ .portlet-content {
  margin-top: 5px;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 #my_dashboard section.portlet .portlet-content {
  margin-top: 0;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .notifications-header {
  position: absolute;
  top: -12px;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .portlet-nested-portlets .one_column_b.container-fluid {
  overflow: hidden;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .lfr-asset-anchor {
  margin-top: -40px;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .primImage img {
  max-height: 270px;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .orbit-wrapper {
  max-height: 266px;
  overflow: hidden;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 #portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_f329RIkDsesg .notifications .row-left {
  display: block;
  width: auto;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 #portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_8Tuwb7f10ajz .carousel-container {
  margin-top: 20px;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 #portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_8Tuwb7f10ajz .carousel-container .carousel-item img {
  height: 267px;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .portlet-nested-portlets .hpi-notifications-layout .one_column_b.container-fluid {
  height: 267px;
  background-color: #0096d6;
}
body.has-control-menu .hpi-cpp-dashboard-layout-2 .notifications-header .notification-text {
  padding-top: 0;
}

/*Start UAT-4645*/
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_482YeVSH6G1j .journal-content-article .notifications.multiple .button-row,
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_bMEabGvEbbJI .journal-content-article .notifications.multiple .button-row {
  top: 57px;
  margin-top: -70px;
  padding: 0 22px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_YzuCKfzhRFJB .journal-content-article .notifications.multiple .button-row {
  margin-top: -4rem;
  top: 73px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_vVadBMARDauJ .journal-content-article .notifications.multiple .button-row {
  margin-top: -4rem;
  top: 36px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_NXzsxRnKNLM4 .notifications-header .notification-text {
  margin-top: 15px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_f329RIkDsesg .journal-content-article .notifications.multiple .button-row {
  margin-top: 2px;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_TxiOxiY2c7ZA .journal-content-article .notifications.multiple .button-row {
  top: 34px;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_rve19mdYDIgd .journal-content-article .notifications.multiple .button-row {
  top: 62px;
}

#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_Ml3IMKYxoc2r .journal-content-article .notifications.multiple .button-row {
  top: 92px;
}

/*End UAT-4645*/
#portlet_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch .search-bar-scope {
  width: max-content;
}

.homepage-article.featured-partner-resources .hero-image img {
  position: relative;
  bottom: 160px;
  height: 160px;
}

/* Datatable CSS */
.ngpo-program-management-portlet table.dataTable.stripe tbody tr.odd, .ngpo-program-management-portlet table.dataTable.display tbody tr.odd, .ngpo-self-enrolment-portlet table.dataTable.stripe tbody tr.odd, .ngpo-self-enrolment-portlet table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
.ngpo-program-management-portlet table.dataTable tbody tr, .ngpo-self-enrolment-portlet table.dataTable tbody tr {
  background-color: #fff;
}
.ngpo-program-management-portlet table.dataTable.no-footer, .ngpo-self-enrolment-portlet table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
.ngpo-program-management-portlet .results-header, .ngpo-self-enrolment-portlet .results-header {
  background: #d1d6dc;
}
.ngpo-program-management-portlet table.dataTable thead th, .ngpo-program-management-portlet table.dataTable thead td, .ngpo-self-enrolment-portlet table.dataTable thead th, .ngpo-self-enrolment-portlet table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
.ngpo-program-management-portlet table.dataTable thead .sorting, .ngpo-program-management-portlet table.dataTable thead .sorting_asc, .ngpo-program-management-portlet table.dataTable thead .sorting_desc, .ngpo-self-enrolment-portlet table.dataTable thead .sorting, .ngpo-self-enrolment-portlet table.dataTable thead .sorting_asc, .ngpo-self-enrolment-portlet table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
.ngpo-program-management-portlet .results-header th, .ngpo-self-enrolment-portlet .results-header th {
  background-color: #767676;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 20px;
  vertical-align: bottom;
}
.ngpo-program-management-portlet .program_name, .ngpo-program-management-portlet .program_Description, .ngpo-self-enrolment-portlet .program_name, .ngpo-self-enrolment-portlet .program_Description {
  width: 550px !important;
}
.ngpo-program-management-portlet table.dataTable.display tbody td, .ngpo-self-enrolment-portlet table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
.ngpo-program-management-portlet table.dataTable tbody th, .ngpo-program-management-portlet table.dataTable tbody td, .ngpo-self-enrolment-portlet table.dataTable tbody th, .ngpo-self-enrolment-portlet table.dataTable tbody td {
  padding: 8px 10px;
}

/* Datatable CSS */
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_JkLs2jruXQ2R .light-user-status-list .notifications.multiple .button-row {
  top: -9px;
  padding-left: 2px;
}
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_JkLs2jruXQ2R .notifications-header {
  height: auto;
  margin-top: 20px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_gsoUTQYvQ2Jk .notifications-header.light-user-status-header .notification-text {
  padding-top: 11px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_WxPE416VnMSX .notifications-header {
  height: 410px;
  margin: 48px 0px;
  margin-top: 48px;
}
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_WxPE416VnMSX .light-user-status-list .notifications.multiple .button-row {
  top: 5px;
}
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_WxPE416VnMSX span.light-user-status-overflow p {
  color: #fff;
  margin-left: -20px;
}

#portlet_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE_WGN3A4XrMkqa .col-md-6 {
  max-width: unset;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_Wv2CcnQn7VHq .notifications.multiple .button-row {
  top: 20px;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_qSattD68paNK .button-row {
  top: 26px;
  margin-top: -4rem;
}

#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_f329RIkDsesg .notifications.multiple .button-row {
  top: 11px;
}
#portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_f329RIkDsesg .notifications.multiple a {
  background: none;
}

.portlet-title {
  font-size: 1em;
}

a, a:link {
  color: #007dba;
  text-decoration: none;
}

.portlet-title-text {
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  #content,
  #content #portlet_cppmydashboard_WAR_cppdashboardwidgetportlet > .portlet-content {
    width: 1000px;
  }
}
/*Changes to fix thre staging bar ui issues Start*/
body.signed-in.has-control-menu #wrapper {
  padding-top: 1rem;
}
body.signed-in.has-control-menu.has-staging-bar #wrapper {
  padding-top: 8rem;
}
body.signed-in .modal-full-screen {
  top: 20px !important;
  left: 0 !important;
  margin: 0 auto !important;
  width: 80% !important;
  right: 0;
  overflow: hidden;
}
body.signed-in.modal-open .modal-full-screen {
  display: block;
}
body.signed-in #_com_liferay_staging_bar_web_portlet_StagingBarPortlet_layoutRevisionDetails .publish-btn-group button {
  width: 110px;
}
body.signed-in header#banner .inner-header-bar {
  margin: 0;
  padding: 0;
}
body.signed-in header#banner .inner-header-bar #heading {
  margin: 0;
  padding: 0;
  width: 100%;
}
body.signed-in header#banner .inner-header-bar #heading .page-title {
  margin: 0;
  padding: 15px 0;
}
body.signed-in header#banner .search-bucket {
  padding: 0;
  margin: 0;
}
body.signed-in header#banner #p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_ {
  margin-top: 12px;
}
body.signed-in header#banner #p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_ input {
  margin: 0;
}

.dialog-iframe-popup div#debug-panel {
  display: none;
}

.dialog-iframe-popup .edit-permissions .taglib-header {
  display: none;
}

.dialog-iframe-popup div#expiration-notice {
  display: none;
}

body .user-avatar-link .panel-notifications-count {
  float: left;
  margin-top: -39px;
  margin-left: -7px;
  border-radius: 10px;
  position: relative;
}

.staging-ready {
  padding-top: 0;
}

body#senna_surface1 {
  padding-top: 0;
}

.staging-ready #p_p_id_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch_ {
  margin-top: 0;
}

.staging-ready #banner #heading {
  margin-top: 10px;
}

.portlet:hover > .portlet-topper {
  z-index: 999;
}

.lfr-configurator-visibility .portlet:hover > .portlet-topper,
.portlet:hover > .portlet-topper {
  z-index: 999;
}

/**fix for UAT#4666**/
body.has-control-menu .lfr-asset-anchor {
  height: auto;
  margin-top: -40px;
}
body .dropdown-subheader {
  font-size: 0.875rem;
}
body .dropdown-menu.dropdown-menu-personal-menu ul > li > .btn {
  margin-top: 0;
  font-weight: 600;
}

.journal-content-article .articleMainBody .left-side .heroimage img {
  width: 100%;
}

/**fix for UAT#4765**/
.journal-content-article a {
  color: #007dba;
}

.promo-button a.button.slim.blue {
  color: #fff;
}

body.signed-out header#banner .inner-header-bar #heading {
  margin: 22px auto 0;
}

#SiteRedirectPopup .btn-primary, #simulationModal .btn-primary {
  color: #fff;
}