/**
 * Clay 3.119.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.119.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
 */
.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 {
    background-color: #fff;
    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;
}

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px;
}

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

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;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

/* Color HDIS */
/* End Colors */
.progress-rect, .progress-left, .progress-right, .progress-graphic-adjust {
  display: none;
}

/*-- progress-bar --*/
.progress {
  overflow: visible;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  margin-top: 2%;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  /* border: 7px solid #eee; */
  position: absolute;
  background: url("/o/hdi-theme/images/Home Page/Avatar/Avatar_azienda.png");
  left: 0;
  background-size: contain;
  background-size: 130px;
  background-position-x: 10px;
  background-position-y: 5px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #016629;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-rect {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  z-index: 99;
  transform: rotate(0deg);
  transition: 0.78s linear all;
}
.progress .progress-value-perc {
  transform: rotate(0deg);
  transition: 0.78s linear all;
}
.progress .progress-value-perc .value {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: -0.3px;
  text-align: center;
  margin-left: 5px;
}
.progress .progress-value-perc .psign {
  font-size: 6px;
  color: #fff;
  letter-spacing: -0.22px;
  text-align: center;
  line-height: 14px;
  margin-left: -3px;
}
.progress .progress-graphic-adjust {
  vertical-align: middle;
  top: 0px;
  left: 71px;
  position: absolute;
  height: 7px;
  width: 9px;
  background: #016629;
  border-radius: 50%;
  z-index: 99;
}
.progress .progress-value {
  white-space: nowrap;
  vertical-align: middle;
  top: -10px;
  left: 60px;
  position: absolute;
  height: 30px;
  font-family: "hdi-gerling_sansbold";
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: -0.3px;
  text-align: center;
  background: #01A152;
  display: flex;
  border-radius: 50%;
  /* font-size: 36px; */
  text-align: center;
  /* line-height: 20px; */
  align-items: center;
  justify-content: center;
  /* height: 37%; */
  /* font-family: hdi-gerling_sansregular; */
  width: 30px;
  z-index: 99;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.avatar.male .progress:after {
  background: url("/o/hdi-theme/images/Home Page/Avatar/Avatar_uomo.png");
  background-size: contain;
  background-size: 130px;
  background-position-x: 10px;
  background-position-y: 5px;
  background-repeat: no-repeat;
}

.avatar.female .progress:after {
  background: url("/o/hdi-theme/images/Home Page/Avatar/Avatar_donna.png");
  background-size: contain;
  background-size: 130px;
  background-position-x: 10px;
  background-position-y: 5px;
  background-repeat: no-repeat;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.78s linear forwards;
}
.progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.78s linear forwards;
}
.progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.78s linear forwards;
}
.progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.78s linear forwards;
}
.progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.78s linear forwards;
}
.progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.78s linear forwards;
}
.progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.78s linear forwards;
}
.progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.78s linear forwards;
}
.progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.78s linear forwards;
}
.progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.78s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.78s linear forwards;
}
.progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.78s linear forwards;
}
.progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.78s linear forwards;
}
.progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.78s linear forwards;
}
.progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.78s linear forwards;
}
.progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.78s linear forwards;
}
.progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.78s linear forwards;
}
.progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.78s linear forwards;
}
.progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.78s linear forwards;
}
.progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.78s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.78s linear forwards;
}
.progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.78s linear forwards;
}
.progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.78s linear forwards;
}
.progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.78s linear forwards;
}
.progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.78s linear forwards;
}
.progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.78s linear forwards;
}
.progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.78s linear forwards;
}
.progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.78s linear forwards;
}
.progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.78s linear forwards;
}
.progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.78s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.78s linear forwards;
}
.progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.78s linear forwards;
}
.progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.78s linear forwards;
}
.progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.78s linear forwards;
}
.progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.78s linear forwards;
}
.progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.78s linear forwards;
}
.progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.78s linear forwards;
}
.progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.78s linear forwards;
}
.progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.78s linear forwards;
}
.progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.78s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.78s linear forwards;
}
.progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.78s linear forwards;
}
.progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.78s linear forwards;
}
.progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.78s linear forwards;
}
.progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.78s linear forwards;
}
.progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.78s linear forwards;
}
.progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.78s linear forwards;
}
.progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.78s linear forwards;
}
.progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.78s linear forwards;
}
.progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.78s linear forwards 0.78s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.78s linear forwards 0.78s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.78s linear forwards 0.78s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.78s linear forwards 0.78s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.78s linear forwards 0.78s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.78s linear forwards 0.78s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.78s linear forwards 0.78s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.78s linear forwards 0.78s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.78s linear forwards 0.78s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.78s linear forwards 0.78s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.78s linear forwards 0.78s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.78s linear forwards 0.78s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.78s linear forwards 0.78s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.78s linear forwards 0.78s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.78s linear forwards 0.78s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.78s linear forwards 0.78s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.78s linear forwards 0.78s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.78s linear forwards 0.78s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.78s linear forwards 0.78s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.78s linear forwards 0.78s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.78s linear forwards 0.78s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.78s linear forwards 0.78s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.78s linear forwards 0.78s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.78s linear forwards 0.78s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.78s linear forwards 0.78s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.78s linear forwards 0.78s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.78s linear forwards 0.78s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.78s linear forwards 0.78s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.78s linear forwards 0.78s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.78s linear forwards 0.78s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.78s linear forwards 0.78s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.78s linear forwards 0.78s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.78s linear forwards 0.78s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.78s linear forwards 0.78s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.78s linear forwards 0.78s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.78s linear forwards 0.78s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.78s linear forwards 0.78s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.78s linear forwards 0.78s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.78s linear forwards 0.78s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.78s linear forwards 0.78s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.78s linear forwards 0.78s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.78s linear forwards 0.78s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.78s linear forwards 0.78s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.78s linear forwards 0.78s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.78s linear forwards 0.78s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.78s linear forwards 0.78s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.78s linear forwards 0.78s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.78s linear forwards 0.78s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.78s linear forwards 0.78s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.78s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.78s linear forwards 0.78s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/*-- progress-bar --*/
.btn-profilo-mobile {
  display: none;
}

/*-- media-queries --*/
@media (max-width: 767.98px) {
  .avatar {
    margin: 20px 0 0 0;
  }
  .avatar-icon {
    margin: 0 auto;
    left: -10px;
  }
  .name {
    margin: 0 auto;
  }
  .nome {
    text-align: center;
  }
  .benvenuta {
    text-align: center;
  }
  .p-name {
    font-size: 13px;
    letter-spacing: 0.08;
    text-align: center;
  }
  .dropdown-avatar {
    margin-top: 40px;
  }
  .btn-profilo {
    display: none;
  }
  .btn-profilo-mobile {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #006729;
    font-family: "hdi-gerling_sansBdCn";
    text-align: center;
    padding: 0.375rem 0.75rem;
    color: white;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .arrow-down {
    margin-top: 2px;
    color: #fff;
    padding-right: 5px;
  }
  .msg-nomobile.portlet-msg-error {
    display: none;
  }
  /*-- web-content --*/
  .incidente {
    width: 100%;
    border: 1px solid transparent;
  }
  .allagamento {
    width: 100%;
    border: 1px solid transparent;
  }
  .furto {
    width: 100%;
    border: 1px solid transparent;
  }
  .content-title-2 {
    margin-bottom: 20px;
    margin-top: 65px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #profilo-modal .modal-header {
    height: 55px;
    text-transform: uppercase;
    font-family: "hdi-gerling_sansBdCn";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 21px;
  }
  #profilo-modal .modal-body {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  /*   #profilo-modal .modal-header {

      font-family: 'hdi-gerling_sansbold';
      font-size: 16px;
      color: #E60018;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
  }
  */
  .modal-dialog.modal-dialog-focused {
    z-index: 1111;
  }
  #profilo-modal .modal-body ul {
    margin-bottom: 0;
  }
  #profilo-modal .modal-content .modal-dialog-content {
    height: 230px;
  }
  #profilo-modal .modal-body .link-list > li {
    text-align: center;
    text-transform: uppercase;
    font-family: "hdi-gerling_sansBdCn";
    font-size: 16px;
    color: #cb0018;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #profilo-modal .modal-body .link-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #profilo-modal .modal-body .link-list > li:first-child {
    padding-top: 0;
  }
  #profilo-modal .modal-body .link-list > li > a:hover {
    background-color: #fff;
  }
  #profilo-modal .modal-body .link-list > li > a {
    text-decoration: none;
    color: red;
  }
  #profilo-modal .modal-body a.list-item-last:hover {
    background-color: #fff;
  }
  #profilo-modal .modal-body ul.link-list {
    text-align: center;
    list-style: none;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /*-- modal header --*/
  .incidente {
    max-width: 100%;
  }
  .allagamento {
    max-width: 100%;
  }
  .furto {
    max-width: 100%;
  }
  /*-- modal header --*/
}
/*-- media-queries --*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

[role=button] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

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

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.show {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.show {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.2s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: 0 0;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

a.waves-effect .waves-ripple {
  z-index: -1;
}

* {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

body {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.link-no-style,
.link-no-style:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.link-no-hand {
  cursor: default !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

b {
  font-weight: 500;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

strong.strong-no-style {
  font-weight: inherit;
}

nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.tendina-cookie {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
}

.tendina-cookie .cookie-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  width: 90%;
  float: left;
}

.tendina-cookie .cookie-text .cookie-link {
  color: #006729;
  text-decoration: none;
  cursor: pointer;
}

.tendina-cookie .button-cookie {
  width: 10%;
  display: block;
  float: right;
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
  background: #006729;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

@media (max-width: 768px) {
  .tendina-cookie .cookie-text {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .tendina-cookie .button-cookie {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
}
.main-menu {
  background: #fff;
  border: none;
  height: 104px;
  transition: box-shadow 1s ease;
}

.main-menu .navbar-header {
  margin-left: 0;
}

.main-menu .navbar-header .navbar-toggle {
  border: none;
  background-color: transparent;
  margin: 0;
  position: absolute;
  top: 34px;
  right: 120px;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background-color: #333;
  width: 50px;
  height: 3px;
}

.main-menu .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.main-menu .pulsante-dashboard {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #006729 url(../images/public/dashboard-collapsed-icon.png) center center no-repeat;
  background-size: 64px;
  width: 104px;
  cursor: pointer;
}

.main-menu .pulsante-dashboard span {
  display: none;
}

.main-menu .content-logo-main {
  margin: 11px 0;
  float: left;
}

.main-menu .content-logo-main span {
  display: none;
}

.main-menu .content-logo-main img {
  width: 160px;
  height: 79px;
}

.main-menu .main-menu-nav {
  float: right;
  margin: 0;
}

.main-menu .main-menu-nav > li > a {
  padding: 42px 6px;
  color: #666;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s ease-out;
}

.main-menu .main-menu-nav > li > a:hover {
  color: #006729;
}

.main-menu .main-menu-nav > li > a.active {
  font-weight: 700;
  color: #006729;
}

.main-menu .main-menu-nav .menu-large {
  position: static !important;
}

.main-menu .main-menu-nav .menu-large .megamenu {
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #e6ece8;
}

.main-menu .main-menu-nav .menu-large .megamenu .container {
  margin: 0 auto;
  padding: 70px 0 86px 0;
  background: #e6ece8;
  height: 516px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul {
  padding: 0;
  margin: 0;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li {
  list-style: none;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a {
  display: block;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  clear: both;
  font-weight: 400;
  color: #666;
  white-space: normal;
  border-bottom: 1px solid #cacdcb;
  background: transparent url(../images/public/main-menu-right-arrow.png) 97% center no-repeat;
  background-size: 10px;
  transition: all 0.5s ease-out;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a.main-menu-voce-partner {
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 500;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a:hover,
.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a:focus {
  text-decoration: none;
  background-color: #d7e7dd;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a.due-righe {
  padding: 11px 20px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  background: #39b8c1 url(../images/public/main-menu-persona-icon.png) 20px center no-repeat;
  background-size: 32px;
  padding: 17px 7px 17px 50px;
  text-align: center;
  text-decoration: none;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-persona {
  background: #39b8c1 url(../images/public/main-menu-persona-icon.png) 20px center no-repeat;
  background-size: 32px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-professionisti {
  background: #94acf5 url(../images/public/main-menu-professionisti-icon.png) 20px center no-repeat;
  background-size: 32px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-imprese {
  background: #e8a238 url(../images/public/main-menu-imprese-icon.png) 20px center no-repeat;
  background-size: 43px;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-altri-prodotti {
  background: #006729;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-assistenza {
  background: #3a556f;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-hdi-vicino-a-te {
  background: #006729;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu.disabled > a,
.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:hover,
.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:focus {
  color: #999;
}

.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:hover,
.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.main-menu.main-menu-scroll {
  transition: box-shadow 1s ease;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.jumbotron .content-visual-dashboard {
  position: relative;
  margin: 0;
}

.jumbotron .content-visual-dashboard .visual {
  padding: 0;
  overflow: hidden;
  margin-bottom: -3px;
}

.jumbotron .content-visual-dashboard .visual .visual-image {
  min-width: 100%;
  min-height: 516px;
  margin: 0;
  padding: 0;
  display: block;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim {
  position: absolute;
  margin-bottom: 0;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim-square {
  width: 41px;
  width: 2.6vw;
  display: inline-block;
  vertical-align: middle;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  font-size: 2.4vw;
  line-height: 45px;
  line-height: 2.8vw;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim.visual-claim-dark {
  color: #002346;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim.visual-claim-white {
  color: #fff;
  text-shadow: 0 -3px 20px #000;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider {
  position: relative;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .content-visual-claim-background-video {
  opacity: 0;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jumbotron .content-visual-dashboard .visual.visual-home .visual-home-video {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 100%;
  min-height: 516px;
  background: #fff;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-visual-claim-video {
  display: none;
}

.dashboard {
  display: none;
  background: #006729;
  position: fixed;
  z-index: 999;
  right: 0;
}

.dashboard .dashboard-row1 {
  background-color: #eef1ef;
  height: 416px;
}

.dashboard .dashboard-row1 .cerca-agenzia {
  background-color: #e6ece8;
  text-align: center;
  height: 416px;
}

.dashboard .dashboard-row1 .cerca-agenzia .title {
  font-weight: 700;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dashboard .dashboard-row1 .cerca-agenzia .image {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

.dashboard .dashboard-row1 .cerca-agenzia .content-input {
  display: inline-block;
  width: 80%;
  background: #fff;
  text-align: left;
  margin-bottom: 29px;
}

.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input {
  background: #fff url(../images/public/dashboard-icon-search.png) right center no-repeat;
  background-size: 18px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  width: 95%;
  padding: 15px 20px 15px 15px;
  outline: 0;
}

.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-webkit-input-placeholder,
.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-moz-placeholder,
.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-ms-input-placeholder,
.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-moz-placeholder {
  color: #ccc;
}

.dashboard .dashboard-row1 .area-clienti {
  background-color: #eef1ef;
  text-align: center;
  border-bottom: 2px solid #e6ece8;
}

.dashboard .dashboard-row1 .area-clienti .image {
  width: 63px;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.dashboard .dashboard-row1 .area-clienti .title {
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 60px;
}

.dashboard .dashboard-row1 .area-clienti:hover {
  background-color: #d7d9d7;
}

.dashboard .dashboard-row1 .assistenza-incidenti {
  background-color: #eef1ef;
  text-align: center;
}

.dashboard .dashboard-row1 .assistenza-incidenti .image {
  width: 100px;
  height: 44px;
  margin-top: 69px;
  margin-bottom: 10px;
}

.dashboard .dashboard-row1 .assistenza-incidenti .title {
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 33px;
}

.dashboard .dashboard-row1 .assistenza-incidenti:hover {
  background-color: #d7d9d7;
}

.dashboard .dashboard-row1 .content-mappa-agenzia {
  padding: 0;
  position: relative;
}

.dashboard .dashboard-row1 .content-mappa-agenzia .mappa-agenzia {
  background: #006729 url(../images/public/locator-icon-white.png) center center no-repeat;
  background-size: 60px;
  height: 332px;
  width: 100%;
}

.dashboard .dashboard-row1 .content-mappa-agenzia .close-map {
  width: 26px;
  height: 26px;
  border: none;
  background: transparent url(../images/public/close-map-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

.dashboard .dashboard-row1 .column-login {
  background: #e6ece8;
}

.dashboard .dashboard-row1 .content-login {
  width: 100%;
  height: 416px;
}

.dashboard .dashboard-row1 .content-login .content-user-icon {
  text-align: center;
  padding-top: 15px;
}

.dashboard .dashboard-row1 .content-login .content-user-icon .dashboard-user-icon {
  display: inline-block;
  text-align: center;
  width: 66px;
  height: 66px;
}

.dashboard .dashboard-row1 .content-login .dashboard-link-login {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.dashboard .dashboard-row1 .content-login .dashboard-link-login:hover {
  text-decoration: underline;
}

.dashboard .dashboard-row1 .content-login .dashboard-text-login {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding-top: 15px;
  padding-bottom: 7px;
  display: block;
  width: 100%;
  text-align: center;
}

.dashboard .dashboard-row1 .content-login .dashboard-login-input {
  background: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  width: 100%;
  margin-bottom: 2px;
  padding: 12px 0 10px 0;
}

.dashboard .dashboard-row1 .content-login .dashboard-login-button {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
  display: block;
  width: 100%;
  background: #b6c5bb;
  margin-top: 10px;
  border: none;
}

.dashboard .dashboard-row1 .content-login .dashboard-login-button:hover {
  background: #006729;
}

.dashboard .dashboard-row1 .column-user-logged {
  background: #e6ece8;
}

.dashboard .dashboard-row1 .content-user-logged {
  height: 416px;
  width: 100%;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image-no-image {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image-no-image .dashboard-user-image-no-image {
  display: inline-block;
  text-align: center;
  width: 115px;
  height: 111px;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image .dashboard-user-image {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
}

.dashboard .dashboard-row1 .content-user-logged .welcome-message {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #006729;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.dashboard .dashboard-row1 .content-user-logged .welcome-message .nome-utente {
  color: #006729;
  font-weight: 700;
}

.dashboard .dashboard-row1 .content-user-logged .link-utente {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
  text-align: center;
  text-decoration: none;
}

.dashboard .dashboard-row1 .content-user-logged .link-utente:hover {
  text-decoration: underline;
}

.dashboard .dashboard-row2 {
  background-color: #006729;
  position: relative;
}

.dashboard .dashboard-row2 .title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.dashboard .dashboard-row2 .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  height: 34px;
}

.dashboard .dashboard-row2 .content-contact {
  margin: 0;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon {
  text-align: center;
  padding: 15px 0;
  background-color: #006729;
  height: 100px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon .image-phone {
  width: 60px;
  height: 66px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon .image-conversation {
  width: 66px;
  height: 51px;
  margin-top: 7px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon .image-mail {
  width: 60px;
  height: 40px;
  margin-top: 13px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon:hover {
  background-color: #00822b;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006729;
  z-index: 9999;
  cursor: default;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono b {
  font-weight: 600;
  color: #fff;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat {
  margin-top: 55px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat b {
  font-weight: 600;
  color: #fff;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-numero-telefono {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button {
  text-align: center;
  margin-top: 20px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button:hover {
  color: #006729;
  background: #fff;
}

.dashboard .cerca-agenzia,
.dashboard .column-user-logged,
.dashboard .logged,
.dashboard .column-login {
  display: none;
}

.dashboard.not-logged .cerca-agenzia {
  display: block;
}

.dashboard.logging .column-login {
  display: block;
}

.dashboard.logged .column-user-logged,
.dashboard.logged .logged {
  display: block;
}

.dashboard.logged .not-logged {
  display: none;
}

.footer-main {
  background: #e6ece8;
  margin-top: 100px;
}

.footer-main .footer-content-aree-ivass {
  background: #dae2dd;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass {
  display: block;
  width: 50%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  border-right: 1px solid #fff;
  background: url(../images/public/footer-aree-ivass-arrow-right.png) 95% center no-repeat;
  background-size: 8px;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass:hover {
  background-color: #ced6d1;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass.link-aree-ivass-sx {
  border-left: 1px solid #fff;
}

.footer-main .footer-content-menu-prodotti {
  padding: 40px 0 0 0;
  position: relative;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria {
  width: 100%;
  height: 100%;
  background: rgba(230, 236, 232, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: rgba(255, 255, 255, 0.5);
  width: 640px;
  margin-top: 38px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-main-title {
  margin-bottom: 30px;
  padding: 20px 10px;
  background: #37536c;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-main-title .main-title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column {
  padding: 0 40px 0 40px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column {
  text-align: center;
  margin-bottom: 20px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .nome-categoria a {
  font-size: 16px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria {
  padding: 100px 0 6px 0;
  background: #006729;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 100%;
  max-width: 130px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria .icon-categoria {
  width: 68px;
  height: 74px;
  margin-bottom: 15px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria .nome-categoria {
  color: #fff;
  margin-bottom: 0;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-persona {
  background: #39b8c1 url(../images/public/categoria-persona-icon.png) center 30px no-repeat;
  background-size: 48px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-professionisti {
  background: #94acf5 url(../images/public/categoria-professionisti-icon.png) center 30px no-repeat;
  background-size: 43px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-imprese {
  background: #e8a238 url(../images/public/categoria-imprese-icon.png) center 30px no-repeat;
  background-size: 63px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-altri-prodotti {
  background: #006729;
}

.footer-main .menu-footer {
  margin-bottom: 30px;
}

.footer-main .menu-footer .title {
  font-size: 12px;
  line-height: 15px;
  color: #002346;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 17px;
  cursor: default;
}

.footer-main .menu-footer .title .nuova-linea {
  display: block;
}

.footer-main .menu-footer .voce {
  font-size: 11px;
  line-height: 15px;
  color: #002346;
  font-weight: 400;
  padding-bottom: 10px;
  cursor: pointer;
}

.footer-main .menu-footer .voce:hover,
.footer-main .menu-footer .voce.active {
  color: #006729;
}

.footer-main .menu-footer a:last-child li {
  padding-bottom: 0;
}

.footer-main .menu-footer.menu-footer-beni a li {
  padding-left: 30px;
}

.footer-main .subfooter-content {
  text-align: center;
  padding: 17px 0;
  background: #eef1ef;
}

.footer-main .subfooter-content .subfooter {
  text-align: center;
}

/*
.footer-main .subfooter-content .subfooter a {
	margin: 0 5%
}*/
.footer-main .subfooter-content .subfooter li {
  list-style-type: none;
  display: inline-block;
}

.footer-main .subfooter-content .subfooter li.image img {
  width: 20px;
  height: 20px;
}

.footer-main .subfooter-content .subfooter li.text a {
  font-size: 12px;
  color: #006729 !important;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 7px;
}

.footer-main .copyright-content {
  background: #fafafa;
  text-align: center;
  padding: 20px 0;
}

.footer-main .copyright-content .copyright {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: grigioTesto;
  font-weight: 400;
}

.container .content-menu-secondo-liv .menu-secondo-liv {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
}

.container .content-menu-secondo-liv .menu-secondo-liv li {
  list-style-type: none;
}

.container .content-menu-secondo-liv .menu-secondo-liv .title {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: #b6c5bb;
  padding: 20px 25px;
}

.container .content-menu-secondo-liv .menu-secondo-liv .voce {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
  background: #fff url(../images/public/menu-right-arrow.png) 90% center no-repeat;
  background-size: 10px;
  padding: 20px 35px 20px 15px;
  border-bottom: 1px solid #e6ece8;
  width: 100%;
}

.container .content-menu-secondo-liv .menu-secondo-liv .voce:hover,
.container .content-menu-secondo-liv .menu-secondo-liv .voce.active {
  color: #006729;
  background: #eef1ef url(../images/public/menu-right-arrow-active.png) 90% center no-repeat;
  background-size: 10px;
}

.container .content-menu-secondo-liv .menu-secondo-liv a:last-child li {
  border-bottom: none;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-assistenza .menu-secondo-liv .title {
  background: #3a556f;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-assistenza .menu-secondo-liv .voce:hover,
.container .content-menu-secondo-liv.content-menu-secondo-liv-assistenza .menu-secondo-liv .voce.active {
  color: #3a556f;
  background: #e2e6ea url(../images/public/menu-right-arrow-active.png) 90% center no-repeat;
  background-size: 10px;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria {
  background: 0 0;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce {
  font-size: 22px;
  color: #002346;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #b6c5bb;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #006729;
  border-bottom: 2px solid #006729;
  padding-bottom: 14px;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria a:first-child li {
  border-top: 1px solid #b6c5bb;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-persona .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #39b8c1;
  border-bottom: 2px solid #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-professionisti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #94acf5;
  border-bottom: 2px solid #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-imprese .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #e8a238;
  border-bottom: 2px solid #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #006729;
  border-bottom: 2px solid #006729;
}

.content-menu-terzo-liv-categoria {
  background: #fff;
  padding: 0;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria {
  background: 0 0;
  padding-bottom: 0;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria a {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce {
  font-size: 20px;
  color: #002346;
  font-weight: 300;
  padding: 15px 41px 15px 30px;
  background: #fff;
  width: 100%;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .title {
  font-weight: 500;
  color: #002346;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria {
  color: #006729;
  font-weight: 700;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active {
  color: #fff;
  background: #006729;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .title,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .title,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce-separatore-data {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding: 7px 30px 7px 30px;
  background: #405a75;
  width: 100%;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
  z-index: 15;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce .divisoria {
  color: #39b8c1;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce:hover,
.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce.active {
  background: #39b8c1;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #39b8c1 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce .divisoria {
  color: #94acf5;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce:hover,
.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce.active {
  background: #94acf5;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #94acf5 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce .divisoria {
  color: #e8a238;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce:hover,
.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce.active {
  background: #e8a238;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #e8a238 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce .divisoria {
  color: #006729;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce:hover,
.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce.active {
  background: #006729;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce .divisoria {
  color: #3a556f;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce:hover,
.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce.active {
  background: #3a556f;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce:hover .divisoria,
.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #3a556f url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.container .content-page .main-title-content {
  margin-bottom: 40px;
}

.container .content-page .main-title-content .main-title {
  font-weight: 400;
  color: #505050;
  font-size: 36px;
  margin-bottom: 20px;
}

.container .content-page .main-title-content .main-title.main-title-agenzie {
  text-align: center;
  color: #006729;
}

.container .content-page .main-title-content .main-subtitle {
  font-weight: 300;
  color: #333;
  font-size: 20px;
  line-height: 25px;
}

.container .content-page .main-title-content .main-subtitle.main-subtitle-agenzie {
  text-align: center;
}

.container .content-page section {
  margin-bottom: 55px;
}

.container .content-page section .section-title {
  font-weight: 500;
  color: #006729;
  font-size: 20px;
  margin-bottom: 15px;
}

.container .content-page section .section-title.section-title-half {
  margin-top: 30px;
  margin-bottom: 15px;
}

.container .content-page section .section-title.section-title-assistenza {
  color: #3a556f;
}

.container .content-page section .content-button-carta-hdi {
  text-align: center;
}

.container .content-page section .content-button-carta-hdi .button-carta-hdi {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  margin-bottom: 50px;
}

.container .content-page section .normal-text {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.container .content-page section .normal-text.note {
  font-size: 11px;
  line-height: 17px;
}

.container .content-page section .normal-text .link-documenti {
  color: inherit;
  text-decoration: underline;
}

.container .content-page section .normal-text .link-documenti:hover {
  color: #006729;
}

.container .content-page section .normal-text .elenco-puntato {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
}

.container .content-page section .normal-text .elenco-puntato-doppio {
  padding-left: 60px;
  display: inline-block;
  width: 100%;
}

.container .content-page section .normal-text b {
  font-weight: 500;
}

.container .content-page section .normal-text strong {
  font-weight: 700;
}

.container .content-page section .content-carta-hdi {
  text-align: center;
  margin-bottom: 10px;
}

.container .content-page section .content-carta-hdi .carta-hdi {
  display: inline-block;
  width: 100%;
  max-width: 272px;
}

.container .content-page section .agos-logo {
  width: 200px;
  display: block;
  margin-top: 40px;
}

.container .popover {
  min-width: 280px;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .main-title-news {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  padding: 51px 40px 40px 40px;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: #002346;
  padding: 0 40px 55px 40px;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text a {
  font-weight: 500;
  color: #006729;
  text-decoration: none;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text b,
.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text strong {
  font-weight: 700;
}

.specchietto-riassuntivo-categoria {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #fff;
}

.specchietto-riassuntivo-categoria.specchietto-scelta {
  background: #e6ece8;
}

.specchietto-riassuntivo-categoria .content-main-title {
  margin-bottom: 40px;
  padding: 25px 10px;
  background: #006729;
}

.specchietto-riassuntivo-categoria .content-main-title .main-title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-main-title .main-title-product {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.specchietto-riassuntivo-categoria .content-main-title .main-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #002346;
  padding-top: 15px;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-main-title .main-subtitle-only {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-main-title.content-main-title-preventivatore {
  margin-bottom: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top {
  display: block;
  padding: 0 40px 0 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column {
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .nome-categoria {
  font-size: 26px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  text-transform: uppercase;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .nome-categoria.nome-categoria-professionista {
  font-size: 19px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  padding: 119px 0 6px 0;
  background: #006729;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 100%;
  max-width: 160px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .content-icon-categoria .icon-categoria {
  width: 68px;
  height: 74px;
  margin-bottom: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .content-icon-categoria .nome-categoria {
  color: #fff;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione {
  padding-top: 0;
  padding-bottom: 45px;
  padding-left: 10px;
  color: #002346;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione b {
  font-weight: 400;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza {
  list-style-type: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza .punto-lista {
  margin-top: 2px;
  padding-left: 25px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  color: #002346;
  text-align: left;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  background: transparent url(../images/public/punto-lista.jpg) left 13px no-repeat;
  background-size: 10px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza .punto-lista strong {
  font: inherit;
  color: inherit;
}

.specchietto-riassuntivo-categoria .content-specchietto-top hr {
  display: block;
  height: 1px;
  border: 0;
  background: #b2b2b2;
  width: 100%;
  float: left;
  margin-top: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria {
  display: block;
  text-decoration: none;
  color: #002346;
  cursor: pointer;
  text-align: center;
  margin-bottom: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon {
  margin: 0 auto;
  margin-top: 41px;
  width: 120px;
  height: 78px;
  background-image: url(../images/public/sprite-sottocategorie.png);
  background-size: auto 156px;
  background-position: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
  background-position: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
  background-position: -120px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
  background-position: -240px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
  background-position: -360px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
  background-position: -480px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
  background-position: -600px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
  background-position: -720px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
  background-position: -840px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
  background-position: -960px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .title-sottocategoria {
  font-size: 23px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  transition: all 0.2s ease-out;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #006729;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon {
  background-position: 0 -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
  background-position: 0 -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
  background-position: -120px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
  background-position: -240px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
  background-position: -360px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
  background-position: -480px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
  background-position: -600px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
  background-position: -720px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
  background-position: -840px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
  background-position: -960px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-bottom {
  padding: 10px 0 0 0;
  margin: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione {
  padding: 30px 40px 0 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .title {
  font-weight: 700;
  color: #002346;
  font-size: 20px;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text b,
.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text strong {
  font-weight: 700;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text b.no-style,
.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text strong.no-style {
  font-weight: 400;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .note-text {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .note-legali-text {
  font-weight: 300;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 40px;
  font-style: italic;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .note-legali-text .bold {
  font-weight: 600;
  font-style: italic;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .read-more {
  font-weight: 500;
  color: #006729;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 15px;
  text-decoration: underline;
  display: block;
  font-style: italic;
  cursor: pointer;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione #continua-a-leggere {
  display: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie {
  background: #eef1ef;
  padding: 50px 0 80px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .title {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .subtitle {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia {
  margin-top: 40px;
  padding: 0 30px;
  margin-bottom: 60px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
  height: 300px;
  overflow-y: scroll;
  background: 0 0;
  padding: 0 25px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia {
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  background: #fff;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
  width: 100%;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia .nome-agenzia {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  display: block;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia .indirizzo-agenzia {
  padding-top: 7px;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  font-weight: 300;
  text-align: left;
  display: block;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active,
.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover {
  color: #fff;
  background: #b6c6bb;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active .nome-agenzia,
.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover .nome-agenzia {
  color: #fff;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active .indirizzo-agenzia,
.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover .indirizzo-agenzia {
  color: #fff;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa {
  padding: 0 25px;
  height: 300px;
  background: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa .mappa {
  background: 0 0;
  height: 300px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .title-form {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .subtitle-form {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .subtitle-form strong {
  font-weight: 500;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row {
  padding: 0 15px;
  margin-top: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
  padding: 0 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-label {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-textarea {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
  height: 130px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-button {
  background: #006729;
  display: block;
  width: 100%;
  border: 1px solid #006729;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel {
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  padding: 12px 0 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel .tel {
  color: #006729;
  font-size: 17px;
  font-weight: 700;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link:hover {
  color: #006729;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url(../images/public/privacy-check-checked.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie {
  background: #fff;
  padding: 45px 0 60px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .riga-specchietto-cap-agenzie {
  padding: 0 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie {
  padding: 0 25px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .title-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #002346;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .text-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #002346;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .input-cap {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  background: 0 0;
  margin-top: 5px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .button-cap {
  background: #006729;
  display: block;
  width: 100%;
  border: 1px solid #006729;
  padding: 15px 8px 12px 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
}

.specchietto-riassuntivo-categoria .content-title-contatta-assistenza {
  width: 100%;
}

.specchietto-riassuntivo-categoria .content-title-contatta-assistenza .title-contatta-assistenza {
  padding: 30px 10px;
  background: #405a75;
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-title-contatta-assistenza .title-contatta-assistenza strong {
  color: #fff;
  font-weight: 700;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti {
  background: #fff;
  padding: 55px 40px 20px 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-note-text .note-text {
  font-weight: 300;
  font-size: 15px;
  color: #002346;
  text-align: left;
  line-height: 18px;
  margin-bottom: 20px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto {
  margin: 0;
  margin-bottom: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto > div {
  padding: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  height: 70px;
  background-color: #006729;
  border-right: 1px solid #4dba71;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact .image-phone {
  width: 43px;
  height: 47px;
  display: inline-block;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact .image-conversation {
  width: 49px;
  height: 38px;
  margin-top: 4px;
  display: inline-block;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact .image-mail {
  width: 42px;
  height: 28px;
  margin-top: 9px;
  display: inline-block;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  padding-left: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact:hover {
  background-color: #00822b;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact.link-contact-last {
  border-right: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #e6ece8;
  padding: 15px 10px;
  border-radius: 0;
  margin: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .normal-text-dropdown {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #002346;
  padding: 0 15px 15px 15px;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .normal-text-dropdown b {
  font-weight: 600;
  color: #002346;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .normal-text-dropdown b.numero-telefono {
  display: inline-block;
  margin-top: 15px;
  font-size: 17px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .button-telefona {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #006729;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  text-decoration: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .button-telefona.button-telefona-disabled {
  color: #9ca19d;
  background: #cdd4cf;
  cursor: default;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact {
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element {
  width: 80%;
  margin: 0 auto;
  margin-top: 2px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element input {
  background: #fff;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px 10px;
  vertical-align: middle;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element select {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px 10px 10px 60px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element select option {
  color: #333;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element button {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #b6c5bb;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element button:hover {
  background: #006729;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-numero-verde-prodotti {
  float: right;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .testo-contatto-diretto {
  font-size: 14px;
  font-weight: 500;
  color: #002346;
  padding-top: 19px;
  margin-right: 15px;
  float: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde {
  display: block;
  float: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde img {
  width: 137;
  height: 49px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon {
  width: 140px;
  float: right;
  margin-top: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button {
  display: block;
  float: right;
  margin-left: 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button.button-print {
  width: 25px;
  height: 22px;
  background: transparent url(../images/public/contact-print-icon.png) center center no-repeat;
  background-size: 100%;
  margin-left: 0;
  margin-top: 5px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button.button-download {
  width: 31px;
  height: 31px;
  background: transparent url(../images/public/contact-download-icon.png) center center no-repeat;
  background-size: 100%;
  margin-top: 1px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button.button-send {
  width: 22px;
  height: 29px;
  background: transparent url(../images/public/contact-send-icon.png) center center no-repeat;
  background-size: 100%;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-categoria-archivio .content-specchietto-bottom {
  padding-top: 0;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-main-title {
  background: #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #39b8c1 url(../images/public/categoria-persona-icon.png) center 30px no-repeat;
  background-size: 68px;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-main-title {
  background: #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #94acf5 url(../images/public/categoria-professionisti-icon.png) center 30px no-repeat;
  background-size: 61px;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-main-title {
  background: #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #e8a238 url(../images/public/categoria-imprese-icon.png) center 30px no-repeat;
  background-size: 89px;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-main-title {
  background: #006729;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #006729;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #006729;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #006729;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza {
  background: #e2e6ea;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-main-title {
  background: #3a556f;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-main-title .main-subtitle {
  font-weight: 300;
  color: #fff;
  font-weight: bold;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #3a556f;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #3a556f;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #3a556f;
}

.specchietto-macro-categorie {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #dae2dd;
}

.specchietto-macro-categorie .content-main-title {
  margin-bottom: 60px;
  padding: 25px 10px;
  background: #37536c;
}

.specchietto-macro-categorie .content-main-title .main-title {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.specchietto-macro-categorie .content-main-title .main-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #68dd11;
  padding-top: 15px;
  text-align: center;
}

.specchietto-macro-categorie .content-main-title .main-subtitle-only {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  text-align: center;
}

.specchietto-macro-categorie .content-macro-column {
  padding: 0 40px 0 40px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column {
  text-align: center;
  margin-bottom: 40px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .nome-categoria {
  font-size: 26px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria {
  padding: 119px 0 6px 0;
  background: #006729;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 100%;
  max-width: 160px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria .icon-categoria {
  width: 68px;
  height: 74px;
  margin-bottom: 15px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria .nome-categoria {
  color: #fff;
  margin-bottom: 0;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-persona {
  background: #39b8c1 url(../images/public/categoria-persona-icon.png) center 30px no-repeat;
  background-size: 68px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-professionisti {
  background: #94acf5 url(../images/public/categoria-professionisti-icon.png) center 30px no-repeat;
  background-size: 61px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-imprese {
  background: #e8a238 url(../images/public/categoria-imprese-icon.png) center 30px no-repeat;
  background-size: 89px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-altri-prodotti {
  background: #006729;
}

.lunch-product-section {
  background: #e6ece8;
  padding: 80px 0 65px 0;
}

.lunch-product-section .anchor-content-lunch-product {
  text-decoration: none;
  color: inherit;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product {
  width: 100%;
  text-align: center;
  background: #fff;
  min-height: 501px;
  transition: box-shadow 0.5s ease;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .image-lunch-product {
  width: 100%;
  margin: 0;
  display: block;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .title-lunch-product {
  font-size: 19px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 10% 20px 20px;
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
  margin: 0;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .subtitle-lunch-product {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: bluHDI;
  padding: 25px 0;
  margin: 0 20px;
  border-bottom: 1px solid #b2b2b2;
  min-height: 87px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .cta-lunch-product {
  font-size: 16px;
  font-weight: 700;
  color: #006729;
  text-align: center;
  padding: 15px 20px 10px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .cta2-lunch-product {
  font-size: 16px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  padding: 0 20px 2px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .cta-big-lunch-product {
  font-size: 55px;
  font-weight: 700;
  color: #006729;
  text-align: center;
  padding: 0 20px 0 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product {
  padding: 15px 20px 0 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 50px 17px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product .button-icon-preventivo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #006729 url(../images/public/calcola-preventivo-icon.png) center center no-repeat;
  background-size: 21px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product:hover {
  background: #006729;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product:hover .button-title {
  color: #fff;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px 17px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product:hover {
  background: #006729;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product:hover .button-title {
  color: #fff;
}

.lunch-product-section .anchor-content-lunch-product.categoria-persona .content-lunch-product .title-lunch-product {
  background: #39b8c1 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-persona .content-lunch-product .cta-lunch-product {
  color: #39b8c1;
}

.lunch-product-section .anchor-content-lunch-product.categoria-persona .content-lunch-product .cta-big-lunch-product {
  color: #39b8c1;
}

.lunch-product-section .anchor-content-lunch-product.categoria-professionisti .content-lunch-product .title-lunch-product {
  background: #94acf5 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-professionisti .content-lunch-product .cta-lunch-product {
  color: #94acf5;
}

.lunch-product-section .anchor-content-lunch-product.categoria-professionisti .content-lunch-product .cta-big-lunch-product {
  color: #94acf5;
}

.lunch-product-section .anchor-content-lunch-product.categoria-imprese .content-lunch-product .title-lunch-product {
  background: #e8a238 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-imprese .content-lunch-product .cta-lunch-product {
  color: #e8a238;
}

.lunch-product-section .anchor-content-lunch-product.categoria-imprese .content-lunch-product .cta-big-lunch-product {
  color: #e8a238;
}

.lunch-product-section .anchor-content-lunch-product.categoria-altri-prodotti .content-lunch-product .title-lunch-product {
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-altri-prodotti .content-lunch-product .cta-lunch-product {
  color: #006729;
}

.lunch-product-section .anchor-content-lunch-product.categoria-altri-prodotti .content-lunch-product .cta-big-lunch-product {
  color: #006729;
}

.lunch-news-section {
  background: 0 0;
  padding: 0;
}

.lunch-news-section .content-lunch-product {
  text-align: center;
  background: #fff;
  position: relative;
}

.lunch-news-section .content-lunch-product .image-lunch-product {
  width: 100%;
  margin: 0;
  display: block;
}

.lunch-news-section .content-lunch-product .content-text {
  position: relative;
  z-index: 5;
  width: 93%;
  margin: 0 auto;
  margin-top: -15px;
  background: 0 0;
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  background: 0 0;
  text-align: center;
  transition: all 0.1s ease-in;
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta .etichetta {
  display: inline-block;
  background: #006729;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 14px;
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta .etichetta.etichetta-hdi {
  background: rgba(0, 156, 51, 0.9);
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta .etichetta.etichetta-grigia {
  background: rgba(102, 102, 102, 0.9);
}

.lunch-news-section .content-lunch-product .content-text .title-article {
  font-size: 20px;
  line-height: 23px;
  color: #002346;
  font-weight: 500;
  text-align: center;
  padding: 45px 15px 20px 15px;
}

.lunch-news-section .content-lunch-product .content-text .text-article {
  font-size: 13px;
  line-height: 16px;
  color: #002346;
  font-weight: 400;
  text-align: center;
  padding: 0 15px;
}

.lunch-news-section .content-lunch-product .content-text .content-button-lunch-news {
  padding: 35px 15px;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.lunch-news-section .content-lunch-product .content-text .content-button-lunch-news .button-lunch-news {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: #b6c5bb;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
}

.lunch-news-section .content-lunch-product .content-text .content-button-lunch-news .button-lunch-news:hover {
  background: #006729;
}

.lunch-news-section .content-lunch-product:hover .content-text {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.lunch-news-section .content-lunch-product:hover .content-text .content-etichetta {
  top: -18px;
}

.lunch-news-section .content-lunch-product:hover .content-text .content-button-lunch-news {
  opacity: 1;
}

.last-news-section {
  background: 0 0;
  margin-top: 80px;
}

.last-news-section .container {
  padding: 24px 15px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.last-news-section .content-data {
  float: left;
  width: 140px;
  padding: 0 15px;
}

.last-news-section .content-data .data {
  padding: 10px 12px;
  background: #193958;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  text-align: center;
  min-width: 100px;
}

.last-news-section .content-text {
  padding: 0 15px;
  margin-left: 140px;
}

.last-news-section .content-text .text {
  padding: 0;
  background: 0 0;
  font-weight: 400;
  color: #002346;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
}

.last-news-section .content-text .text .link {
  text-decoration: underline;
  color: #002346;
  font-weight: 500;
}

.final-button-section {
  width: 100%;
  background: #e6ece8;
  padding: 60px 0;
  margin-bottom: 80px;
}

.final-button-section .container > div {
  padding: 0 1px;
}

.final-button-section .button {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 10px;
  text-decoration: none;
  margin-bottom: 1px;
}

.final-button-section .button:hover {
  background: #006729;
  color: #fff;
}

.final-button-section .dropdown-menu-normal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e6ece8;
  margin: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.final-button-section .dropdown-menu-normal .nome-fascicolo {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #e6ece8;
  padding: 20px 40px 20px 20px;
  background: transparent url(../images/public/download-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section .dropdown-menu-normal .nome-fascicolo.nome-fascicolo-link {
  background: transparent url(../images/public/link-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section .dropdown-menu-normal .nome-fascicolo:hover {
  color: #fff;
  background-color: #006729;
}

.final-button-section-wk {
  width: 100%;
  background: #e6ece8;
  padding: 60px 0;
  margin-bottom: 80px;
}

.final-button-section-wk .container > div {
  padding: 0 1px;
}

.final-button-section-wk .button {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 10px;
  text-decoration: none;
  margin-bottom: 1px;
}

.final-button-section-wk .button:hover {
  background: #006729;
  color: #fff;
}

.final-button-section-wk .dropdown-menu-normal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e6ece8;
  margin: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.final-button-section-wk .dropdown-menu-normal .nome-fascicolo {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #e6ece8;
  padding: 20px 40px 20px 20px;
  background: transparent url(../images/public/download-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section-wk .dropdown-menu-normal .nome-fascicolo.nome-fascicolo-link {
  background: transparent url(../images/public/link-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section-wk .dropdown-menu-normal .nome-fascicolo:hover {
  color: #fff;
  background-color: #006729;
}

.breadcrumbs {
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 2px;
}

.breadcrumbs .breadcrumbs-paragrafo {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  float: left;
}

.breadcrumbs .breadcrumbs-paragrafo .breadcrumbs-no-anchor {
  text-decoration: none;
  color: #666;
  font-weight: 400;
}

.breadcrumbs .breadcrumbs-paragrafo .breadcrumbs-anchor {
  text-decoration: none;
  color: #666;
  font-weight: 500;
}

.breadcrumbs .breadcrumbs-paragrafo .breadcrumbs-anchor:hover {
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs-title {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  float: right;
  text-align: right;
}

.content-specchietto-preventivatore {
  margin-top: 40px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore {
  padding: 0 40px 25px 40px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.content-specchietto-riga-preventivatore-eta-minima {
  padding-bottom: 15px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.riga-output-preventivatore {
  padding-bottom: 0 !important;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.riga-output-preventivatore .output-preventivatore-testo-lungo {
  margin: 10px 0 !important;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .intro-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .title {
  line-height: 24px;
  margin-bottom: 20px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .title span {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  background: #eef1ef;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #002346;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-select {
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 11px 40px 11px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
  margin-top: -6px;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-select option {
  color: #333;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .input-data-nascita {
  border: 1px solid #333;
  width: 31%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 11px 30px 11px 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 26px;
  margin-top: -6px;
  margin-right: 3%;
  display: block;
  float: left;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .input-data-nascita option {
  color: #333;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .input-data-nascita.input-data-nascita-last {
  margin-right: 0;
  width: 32%;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-top: -8px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-top: -8px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly::-webkit-input-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly::-moz-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly:-ms-input-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly:-moz-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container {
  padding: 11px 60px 0 60px;
  position: relative;
  line-height: 24px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container label {
  position: absolute;
  top: 0;
  font-weight: 400;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .min {
  left: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .max {
  right: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container input {
  position: absolute;
  width: 100px;
  text-align: center;
  top: -25px;
  left: -38px;
  border: none;
  background-color: transparent;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-slider {
  position: relative;
  height: 2px;
  background-color: #eef1ef;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-slider-range {
  position: absolute;
  top: -1px;
  height: 4px;
  z-index: 1;
  display: block;
  border: 0 none;
  background-position: 0 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #39b8c1;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  top: -12px;
  margin-left: -12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #39b8c1;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #39b8c1;
  outline: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #39b8c1;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-disabled .ui-slider-handle {
  background-color: #eef1ef;
  cursor: default;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container {
  line-height: 24px;
  text-align: left;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label {
  font-weight: 400;
  position: relative;
  margin-right: 150px;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  bottom: -8px;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio] {
  display: none;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  content: "✓";
  color: #39b8c1;
  font-size: 20px;
  border: 2px solid #39b8c1;
  text-align: center;
  line-height: 40px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 50px 17px 20px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo .button-icon-preventivo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #006729 url(../images/public/calcola-preventivo-icon.png) center center no-repeat;
  background-size: 21px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo:hover {
  background: #006729;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo:hover .button-title {
  color: #fff;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo-maggiori-info {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #006729;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-top: 0 !important;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo-maggiori-info .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 10px 17px 10px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.disabled {
  opacity: 0.5;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.disabled .title span {
  display: none;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore {
  width: 100%;
  text-align: center;
  border: 1px solid #002346;
  margin: 30px 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore.output-preventivatore-testo-lungo {
  margin: 5px 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  font-weight: 700;
  color: #39b8c1;
  font-size: 36px;
  padding: 10px 5px;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  font-weight: 700;
  color: #39b8c1;
  font-size: 36px;
  padding-top: 5px;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  font-weight: 700;
  color: #39b8c1;
  font-size: 36px;
  padding-top: 5px;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .nota {
  font-weight: 400;
  color: #002346;
  font-size: 16px;
  display: block;
  padding-left: 0;
  margin-top: 10px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .nota.nota-no-capo {
  display: inline-block;
  padding-left: 8px;
  margin-top: 0;
}

.content-specchietto-preventivatore .intro-preventivatore-globale-casa {
  font-size: 18px;
  font-weight: 400;
  color: #002346;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 40px;
}

.content-specchietto-preventivatore .intro-preventivatore-infortuni {
  font-size: 18px;
  font-weight: 400;
  color: #002346;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 40px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa {
  margin: 0;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza {
  padding: 0 40px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
  padding-right: 20px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
  padding-left: 20px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza {
  background: #eef1ef;
  padding: 40px 30px;
  cursor: pointer;
  margin-bottom: 40px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .content-titolo-scelta {
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  text-transform: uppercase;
  padding-left: 60px;
  background: transparent url(../images/public/preventivatore-check-icon.png) left center no-repeat;
  background-size: 40px;
  display: inline-block;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .descrizione-scelta {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #002346;
  margin: 30px 0;
  text-align: left;
  min-height: 57px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .select-scelta {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  padding: 15px 33px 14px 11px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
  text-align-last: center;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .select-scelta option {
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked.png) left center no-repeat;
  background-size: 40px;
}

.content-specchietto-preventivatore .content-cap-globale-casa {
  padding-top: 0;
  padding-bottom: 40px;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa {
  padding: 30px;
  background: #eef1ef;
  margin: 0 40px;
  margin-bottom: 35px;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa .titolo-garanzia {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  margin-bottom: 20px;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  color: #002346;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia b {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-scelte-infortuni {
  margin: 0;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza {
  padding: 0 40px;
  margin-bottom: 30px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
  padding-left: 15px;
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
  padding-left: 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione1 {
  background: #eef1ef;
  padding: 30px 0 10px 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-sezione-accordion .sezione-accordion {
  padding: 20px 0;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione2,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione4,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni {
  background: #e6ece8;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione3,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione5 {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-titolo-scelta {
  text-align: center;
  padding: 0 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria {
  margin: 25px 0;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  height: 5px;
  width: 15%;
  background: #006729;
  margin: 0 auto;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #006729;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #006729;
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione-titolo {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #002346;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione-prezzo {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #002346;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni {
  padding: 30px 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: transparent url(../images/public/preventivatore-infortuni-radio-button.png) center center no-repeat;
  background-size: 40px;
  background-position: 0 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni:hover,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni.radio-button-infortuni-active {
  background-position: 0 -40px;
}

.content-specchietto-preventivatore .content-scelte-pip {
  margin: 0;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza {
  padding: 0 40px;
  margin-bottom: 30px;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
  padding-left: 15px;
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
  padding-left: 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione1 {
  background: #eef1ef;
  padding: 30px 0 10px 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-sezione-accordion .sezione-accordion {
  padding: 20px 0;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione2,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione4,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni {
  background: #e6ece8;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione3,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione5 {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-titolo-scelta {
  text-align: center;
  padding: 0 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria {
  margin: 25px 0;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  height: 5px;
  width: 15%;
  background: #006729;
  margin: 0 auto;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #006729;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #006729;
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione-titolo {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #002346;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione-prezzo {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #002346;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni {
  padding: 30px 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: transparent url(../images/public/preventivatore-infortuni-radio-button.png) center center no-repeat;
  background-size: 40px;
  background-position: 0 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni:hover,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni.radio-button-infortuni-active {
  background-position: 0 -40px;
}

.content-specchietto-preventivatore .content-nota-pip {
  padding: 20px;
  background: #eef1ef;
  margin: 0 40px;
  margin-bottom: 60px;
}

.content-specchietto-preventivatore .content-nota-pip .titolo-garanzia {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  margin-bottom: 20px;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #002346;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia .nota {
  padding-top: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  color: #002346;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia .nota .link {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia b {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-riga-calcola-pip {
  padding: 0 55px;
  margin-bottom: 50px;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip {
  padding: 40px 0 40px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  overflow: hidden;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #002346;
  margin-bottom: 30px;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip b,
.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip a {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .button-calcola-preventivo .button-title {
  padding-right: 20px;
}

.content-specchietto-preventivatore .nota-pre-cap-pip {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #002346;
  margin-bottom: 0;
  padding: 0 55px;
}

.content-specchietto-preventivatore .nota-pre-cap-pip b {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore.content-specchietto-preventivatore-preventivatore-auto .content-specchietto-riga-preventivatore .title {
  text-align: right;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #39b8c1;
  border: 2px solid #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-persona.png) left center no-repeat;
  background-size: 40px;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #39b8c1;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #e8a238;
  border: 2px solid #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-imprese.png) left center no-repeat;
  background-size: 40px;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #e8a238;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #94acf5;
  border: 2px solid #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-professionisti.png) left center no-repeat;
  background-size: 40px;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #94acf5;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #006729;
  border: 2px solid #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-altri-prodotti.png) left center no-repeat;
  background-size: 40px;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #006729;
}

.main-title-content-contatti {
  margin-bottom: 30px !important;
}

.main-title-content-contatti.main-title-content-contatti-second {
  margin-top: 70px;
}

.main-title-content-contatti .main-title {
  margin-bottom: 5px !important;
}

.main-title-content-contatti .main-subtitle {
  padding-bottom: 10px !important;
}

.contatti-form .riga-radio-button {
  margin-bottom: 25px;
}

.contatti-form .riga-radio-button .radio-button-label {
  color: #333;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  cursor: pointer;
  padding-left: 33px;
  background: transparent url(../images/public/mappa-check-button-black.png) left center no-repeat;
  background-size: 23px;
}

.contatti-form .riga-radio-button .radio-button-label .title {
  font-weight: 400;
}

.contatti-form .riga-radio-button .radio-button {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.contatti-form .riga-radio-button .radio-button:checked + label.radio-button-label {
  background: transparent url(../images/public/mappa-check-button-checked.png) left center no-repeat;
  background-size: 23px;
}

.contatti-form .content-campo-form {
  margin-bottom: 30px;
  text-align: center;
}

.contatti-form .content-campo-form .form-label-input {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: left;
}

.contatti-form .content-campo-form .form-label-input.form-label-input-double {
  padding-top: 3px;
}

.contatti-form .content-campo-form .form-label-input.form-label-input-error {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.contatti-form .content-campo-form .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.contatti-form .content-campo-form .form-input.form-input-error {
  border: 1px solid #df162c;
}

.contatti-form .content-campo-form .form-select {
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 13px 33px 12px 11px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
}

.contatti-form .content-campo-form .form-select option {
  color: #333;
  text-align: center;
}

.contatti-form .content-campo-form .form-select.form-select-error {
  border: 1px solid #df162c;
  color: #df162c;
}

.contatti-form .content-campo-form .form-textarea {
  display: block;
  width: 100%;
  height: 175px;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.contatti-form .content-campo-form .form-textarea.form-textarea-error {
  border: 1px solid #df162c;
}

.contatti-form .content-campo-form .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: 20px;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label .privacy-link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label .privacy-link:hover {
  color: #006729;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label.privacy-label-error {
  color: #df162c;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url(../images/public/privacy-check-checked.png) left center no-repeat;
  background-size: 20px;
}

.contatti-form .content-campo-form.content-campo-form-button {
  margin-bottom: 0;
}

.contatti-form .content-campo-form .form-button {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
}

.mappa .content-filtri-mappa {
  margin-bottom: 20px;
}

.mappa .content-filtri-mappa .content-filtro-mappa {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content {
  background: #e6ece8;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  margin-top: -30px;
  margin-left: -31px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  margin-top: -30px;
  margin-left: -30px;
  width: 61px;
  height: 61px;
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 -61px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  margin-top: -30px;
  margin-left: -20px;
  width: 41px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  vertical-align: top;
  padding-top: 4px;
  width: 100%;
  transition: all 0.2s ease-out;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content {
  background: #006729;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-label {
  font-weight: 700;
  color: #006729;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content {
  background: #e2e6ea;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  margin-top: -30px;
  margin-left: -31px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  margin-top: -30px;
  margin-left: -30px;
  width: 61px;
  height: 61px;
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 -61px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  margin-top: -30px;
  margin-left: -20px;
  width: 41px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  vertical-align: top;
  padding-top: 4px;
  width: 100%;
  transition: all 0.2s ease-out;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content {
  background: #3a556f;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-label {
  font-weight: 700;
  color: #3a556f;
}

.mappa .mappa-testo-intro {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mappa .content-mappa-ricerca {
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-label-input {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 17px;
  text-align: left;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-input {
  width: 100%;
  padding: 14px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #333;
  background: #fff;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-button {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #006729;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  border: none;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-button.mappa-button-assistenza {
  background: #3a556f;
}

.mappa .content-google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  margin-bottom: 30px;
}

.mappa .mappa-numero-risultati {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-bottom: 40px;
}

.mappa .content-info-hdi-box .info-hdi-box {
  background: #eef1ef;
  padding: 20px 0;
  margin-bottom: 5px;
  height: 100%;
}

.mappa .content-info-hdi-box .info-hdi-box .row {
  margin: 0;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon {
  width: 62px;
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon.info-hdi-box-icon-agenzie {
  width: 62px;
  height: 60px;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon.info-hdi-box-icon-centri-assistenza {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon.info-hdi-box-icon-carrozzerie-convenzionate {
  width: 41px;
  height: 60px;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-text .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-text .text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #333;
  text-align: left;
}

.specchietto-registrazione {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #fff;
}

.specchietto-registrazione .content-main-title {
  margin-bottom: 40px;
  padding: 40px 20px;
  background: #37536c;
}

.specchietto-registrazione .content-main-title .main-title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.specchietto-registrazione .content-main-title .main-title .light {
  font-weight: 300;
  color: #fff;
}

.specchietto-registrazione .content-main-title .main-subtitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}

.specchietto-registrazione .content-main-title .main-subtitle .bold {
  font-weight: 500;
  color: #fff;
}

.specchietto-registrazione .content-registrazione-main-section {
  margin: 0;
  padding-bottom: 60px;
}

.specchietto-registrazione .content-registrazione-main-section .title-section {
  font-size: 26px;
  font-weight: 500;
  color: #002346;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 10px;
}

.specchietto-registrazione .content-registrazione-main-section .title-section.title-section-login {
  margin-bottom: 5px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login {
  border-right: 1px solid #eef1ef;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 1px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input {
  display: block;
  width: 100%;
  border: none;
  padding: 18px 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background: #eef1ef;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input::-webkit-input-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input::-moz-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input:-ms-input-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input:-moz-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-dimenticanze {
  margin: 25px 0 0 0;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-dimenticanze .link-dimenticanza {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 10px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-login-error {
  margin: 35px 0 0 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-login-error .login-error {
  font-size: 15px;
  text-align: center;
  color: #df162c;
  font-weight: 400;
  font-style: italic;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-main-button {
  text-align: center;
  margin: 29px 0 45px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-main-button .main-button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  width: 250px;
  padding: 17px;
  background: #006729;
  display: inline-block;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree {
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .title-altre-aree {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .riga-link {
  margin-bottom: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .link-altre-aree {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  text-align: center;
  display: inline-block;
  padding-right: 15px;
  background: transparent url(../images/public/registrazione-altre-aree-arrow.png) right center no-repeat;
  background-size: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .link-altre-aree:hover {
  color: #006729;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .domanda-cta {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .domanda-cta .bold {
  font-weight: 500;
  color: #333;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .sottotitolo-cta {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .titoletto-vantaggi {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 35px;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-vantaggi {
  margin: 20px 0;
  padding-left: 80px;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-vantaggi .vantaggio {
  background: transparent url(../images/public/punto-lista.jpg) left 3px no-repeat;
  background-size: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-main-button {
  text-align: center;
  margin: 45px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-main-button .main-button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  width: 250px;
  padding: 17px;
  background: #37536c;
  display: inline-block;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione {
  padding: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 70px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
  height: 10px;
  width: 24%;
  position: absolute;
  top: 61px;
  background: #f0f9f3;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step1 {
  left: 15%;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step2 {
  left: 38%;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step3 {
  left: 61%;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step-active {
  background: #ccebd6;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step {
  width: 60px;
  height: 60px;
  border: 6px solid #ccebd6;
  background: #66c385;
  position: relative;
  margin-right: 200px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  display: inline-block;
  vertical-align: middle;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step .link-step {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step .number-step {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step4 {
  margin-right: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-active {
  width: 90px;
  height: 90px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-active .number-step {
  font-size: 50px;
  padding-top: 11px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-deactive {
  background: #c9d4cc;
  border-color: #e4ebe6;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf {
  margin: 0;
  padding: 0 10px;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .label-input {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #333;
  padding-top: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .label-input .bold {
  font-weight: 400;
  color: #333;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .input-cf {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 12px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  display: block;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .input-email {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 12px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  display: block;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .button-cf {
  display: block;
  width: 80%;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 16px;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .error-cf {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #df162c;
  text-align: center;
  margin-top: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie {
  padding: 25px;
  padding-top: 50px;
  border-top: 1px solid #eef1ef;
  margin-top: 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .titolo-risultato-agenzie {
  font-size: 26px;
  font-weight: 500;
  color: #002346;
  text-align: center;
  margin-bottom: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .sottotitolo-risultato-agenzie {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box:hover,
.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box-selected {
  background: #37536c;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box:hover .title,
.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box-selected .title {
  color: #fff;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box:hover .text,
.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box-selected .text {
  color: #fff;
}

.specchietto-registrazione .content-registrazione-main-section .titolo-normal {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  margin-bottom: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga {
  margin: 0;
  margin-bottom: 35px;
  padding: 0 60px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 300;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text.normal-text-label {
  padding-top: 14px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text.bold {
  font-weight: 500;
  color: #333;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .numero-telefono-trovato {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  text-align: center;
  padding: 18px 10px;
  background: #eef1ef;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .input-codice {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 12px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  display: block;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .button-codice {
  display: block;
  width: 100%;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .codice-error {
  font-size: 15px;
  text-align: center;
  color: #df162c;
  font-weight: 400;
  font-style: italic;
  padding-top: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice {
  margin-top: 45px;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .text {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .content-button {
  margin-top: 30px;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .content-button .main-button {
  display: inline-block;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px 60px;
  text-decoration: none;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .content-button .main-button.main-button-big {
  padding: 17px 100px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti {
  margin: 0;
  margin-bottom: 35px;
  padding: 0 60px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .testo-piu-recapiti {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 300;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .testo-piu-recapiti.testo-piu-recapiti-regular {
  font-weight: 400;
  padding-bottom: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione {
  text-align: center;
  margin-top: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione .radio-button-label {
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 50px;
  background: transparent url(../images/public/registrazione-radio-background.png) left center no-repeat;
  background-size: 24px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione .radio-button {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione .radio-button:checked + label.radio-button-label {
  background: transparent url(../images/public/registrazione-radio-background-active.png) left center no-repeat;
  background-size: 24px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-button {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-button .main-button {
  display: inline-block;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px 60px;
  text-decoration: none;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero {
  margin: 0;
  margin-top: 60px;
  padding: 0 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .label-inserimento-numero {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: left;
  padding-right: 15px;
  padding-top: 15px;
  width: 30%;
  float: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .label-inserimento-numero-quando {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: right;
  padding-top: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .input-numero {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 11px;
  border: 1px solid #333;
  background: #fff;
  display: inline-block;
  width: 65%;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background: 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
  border: 1px solid #333;
  box-shadow: none;
  position: relative;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield * {
  display: inline-block;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input {
  width: 33px;
  padding: 0;
  border: none;
  font-size: 16px;
  background: #fff;
  color: #333;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input.bf-year {
  width: 46px;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input:focus {
  outline: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input::-webkit-input-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input::-moz-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input:-ms-input-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input:-moz-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .select-orario {
  display: block;
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  padding: 13px 20px 14px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/registrazione-select-background.png) right center no-repeat;
  background-size: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie {
  background: #eef1ef;
  padding: 50px 0 80px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .title {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .subtitle {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia {
  margin-top: 40px;
  padding: 0 30px;
  margin-bottom: 60px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
  height: 300px;
  overflow-y: scroll;
  background: 0 0;
  padding: 0 25px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia {
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  background: #fff;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  padding: 22px 30px;
  cursor: pointer;
  width: 100%;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active,
.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover {
  color: #fff;
  background: #37536c;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa {
  padding: 0 25px;
  height: 300px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa .mappa {
  background: 0 0;
  height: 300px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .title-form {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .subtitle-form {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .subtitle-form strong {
  font-weight: 500;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row {
  padding: 0 15px;
  margin-top: 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
  padding: 0 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-label {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-textarea {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
  height: 130px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-button {
  background: #37536c;
  display: block;
  width: 100%;
  border: 1px solid #37536c;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel {
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  padding: 12px 0 0 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel .tel {
  color: #37536c;
  font-size: 17px;
  font-weight: 700;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link:hover {
  color: #37536c;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url(../images/public/privacy-check-checked.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie {
  background: #fff;
  padding: 60px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .riga-specchietto-cap-agenzie {
  padding: 0 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie {
  padding: 0 25px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .title-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #002346;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .text-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #002346;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .input-cap {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  background: 0 0;
  margin-top: 5px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .button-cap {
  background: #37536c;
  display: block;
  width: 100%;
  border: 1px solid #37536c;
  padding: 15px 8px 12px 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
}

.container-area-riservata-partner .main-title-content {
  overflow: hidden;
}

.container-area-riservata-partner .main-title-content .content-img-partner {
  display: block;
  float: right;
}

.container-area-riservata-partner .main-title-content .content-img-partner .img-partner {
  display: block;
}

.container-area-riservata-partner .main-title-content .main-title-partner {
  float: left;
}

.container-area-riservata-partner .main-title-area-riservata-partner {
  margin-top: 40px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner {
  background: #eef1ef;
  margin-bottom: 20px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .main-title {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 50px 0 40px 0;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .input {
  display: block;
  width: 70%;
  border: none;
  padding: 15px 10px 12px 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .main-button {
  background: #b6c5bb;
  font-size: 18px;
  padding: 17px 10px 17px 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  text-transform: uppercase;
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
  text-decoration: none;
  cursor: pointer;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .main-button.main-button-codice-accesso {
  margin-top: 20px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .titolo-riepilogo-dati {
  font-size: 20px;
  margin: 30px 0 20px 0;
  color: #006729;
  font-weight: 400;
  text-align: left;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo {
  padding-bottom: 30px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo .dato {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #505050;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo .dato strong,
.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo .dato b {
  font-weight: 500;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .content-risultato {
  background: #006729;
  overflow: hidden;
  width: 100%;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .content-risultato .label-premio {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: left;
  float: left;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .content-risultato .premio {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: right;
  float: right;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni {
  padding-left: 30px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  background: #fff;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni .istruzioni-title {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #b6c5bb;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni .istruzioni-testo {
  font-size: 15px;
  line-height: 22px;
  color: #666;
  padding: 30px 25px;
  text-align: left;
}

.container-area-riservata-partner .area-riservata-partner-loghi {
  text-align: center;
  margin-top: 50px;
}

.container-area-riservata-partner .area-riservata-partner-loghi .loghi {
  width: 100%;
  display: block;
}

.container-area-riservata-partner .contatto-diretto-content {
  text-align: center;
  margin-top: 40px;
}

.container-area-riservata-partner .contatto-diretto-content .label-contatto {
  padding-top: 24px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

.container-area-riservata-partner .contatto-diretto-content .img-contatto {
  width: 177px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
}

.overlay-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #e6ece8;
  background: rgba(230, 236, 232, 0.8);
}

.overlay-notice .box-overlay-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ccc;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.overlay-notice .box-overlay-notice .overlay-content-icon {
  padding-bottom: 20px;
  text-align: center;
}

.overlay-notice .box-overlay-notice .overlay-content-icon .overlay-icon {
  display: none;
  width: 43px;
  height: 43px;
  display: block;
  margin: 0 auto;
}

.overlay-notice .box-overlay-notice .overlay-title {
  font-size: 23px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 27px;
}

.overlay-notice .box-overlay-notice .overlay-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 19px;
  padding-top: 20px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-error .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-error.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-error .overlay-title {
  color: #df162c;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-success .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-success.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-success .overlay-title {
  color: #006729;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-info .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-info.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-info .overlay-title {
  color: #3a556f;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-warning .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-warning.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-warning .overlay-title {
  color: #f3880a;
}

body #lhc_status_container {
  border-top-left-radius: 0 !important;
  border: none !important;
  border-right: 0;
  border-bottom: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #006729 !important;
  width: 98px !important;
  display: none;
  z-index: 999;
}

body #lhc_status_container .status-icon {
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-decoration: none !important;
  font-size: 13px !important;
  padding: 10px !important;
  text-align: center !important;
}

body #lhc_need_help_container {
  display: none !important;
}

body #lhc_container {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}

body #lhc_container #lhc_header {
  background: #006729 !important;
}

body #lhc_container #lhc_header #lhc_title {
  display: none !important;
}

body #lhc_container #lhc_header #lhc_remote_window {
  display: none !important;
}

body #lhc_container #lhc_iframe_container {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.portlet-login form.socialLoginForm .buttonRow {
  width: 70%;
  margin: 0px auto;
}

.portlet-login form.socialLoginForm .socialButton {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 8px;
  cursor: pointer;
  border: none;
  width: 49%;
  float: left;
  line-height: 41px;
  height: 41px;
}

.portlet-login form.socialLoginForm .socialButton > img {
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 0px;
  padding-left: 0px;
}

.portlet-login form.socialLoginForm .socialButton > span {
  color: white;
  position: relative;
  top: 1px;
  font-weight: bold;
}

.portlet-login form.socialLoginForm .socialButton.facebook {
  background-color: #428bca;
  border-color: #357ebd;
  margin-right: 2%;
}

.portlet-login form.socialLoginForm .socialButton.facebook > img {
  width: 25px;
  margin-right: 7px;
}

.portlet-login form.socialLoginForm .socialButton.google {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.portlet-login form.socialLoginForm > .separetor {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid gainsboro;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.portlet-login form.socialLoginForm > .separetor > span {
  font-size: 18px;
  background-color: #ffffff;
  padding: 0px 10px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .buttonRow {
  margin: 0 auto;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: 0;
  width: 49%;
  float: left;
  line-height: 36px;
  height: 37px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton > img {
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 0px;
  padding-left: 0px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton > span {
  top: 1px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton span {
  color: white;
  position: relative;
  font-weight: 500;
  font-size: 11px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton.facebook {
  background-color: #428bca;
  border-color: #357ebd;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton.facebook > img {
  width: 21px;
  margin-right: 8px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton.google {
  background-color: #d9534f;
  border-color: #d43f3a;
  margin-left: 2%;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm > .separetor {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid gainsboro;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm > .separetor > span {
  font-size: 14px;
  background-color: #e6ece8;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header {
    font-size: 13px;
    padding: 17px 10px 17px 32px;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-imprese {
    padding: 17px 10px 17px 44px;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-professionisti {
    padding: 17px 10px 17px 54px;
  }
}
/*everis 990px*/
@media (max-width: 1200px) {
  .main-menu .main-menu-nav {
    float: none;
  }
  .main-menu .main-menu-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-menu .main-menu-nav .menu-large .megamenu {
    border: none;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container {
    padding: 10px 0;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container li {
    padding: 0;
  }
  .main-menu .megamenu {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .main-menu .megamenu > li {
    margin-bottom: 30px;
  }
  .main-menu .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .main-menu .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .main-menu .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .main-menu .navbar-nav > li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
  }
  .navbar-collapse.collapse .navbar-nav {
    max-height: 340px;
    overflow-y: scroll;
    background: #e6ece8;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: none;
    background: #e6ece8;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-menu-nav {
    margin-right: 7% !important;
  }
}
@media (min-width: 1095px) and (max-width: 1200px) {
  .main-menu-nav {
    margin-right: 4% !important;
  }
}
@media (min-width: 990px) and (max-width: 1095px) {
  .main-menu-nav {
    margin-right: 9% !important;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .main-menu .main-menu-nav .menu-large .megamenu .container {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 990px) {
  .main-menu .main-menu-nav .menu-large .megamenu .container .hidden-smartphone {
    display: none;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container {
    height: auto !important;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header {
    padding: 17px 50px 17px 50px;
  }
}
@media (max-width: 480px) {
  .navbar-header {
    height: 104px !important;
  }
  .main-menu .content-logo-main {
    margin-top: 23px;
  }
  .main-menu .content-logo-main img {
    width: 120px;
    height: 59px;
  }
}
@media (min-width: 991px) and (max-width: 1439px) {
  .jumbotron {
    padding-top: 104px;
  }
  .jumbotron .content-visual-dashboard {
    margin-bottom: 25px;
  }
  .jumbotron .content-visual-dashboard .visual {
    margin-bottom: 0;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .visual-home-video {
    width: auto;
    min-width: 100%;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .jumbotron {
    padding-top: 104px;
  }
  .jumbotron .content-visual-dashboard {
    margin-bottom: 25px;
  }
  .jumbotron .content-visual-dashboard .visual {
    margin-bottom: 0;
  }
  .jumbotron .content-visual-dashboard .visual .visual-image {
    float: left;
    min-height: inherit;
    width: 100%;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim {
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 25px;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim-square {
    width: 22px;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim {
    color: #002346;
    text-shadow: none;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    margin: 0 5px;
    max-width: 75%;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim.content-visual-claim-esploso {
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .visual-home-video {
    width: 100%;
    top: 0;
    min-width: 100%;
    min-height: inherit;
    background: #fff;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .content-visual-claim-video {
    display: block;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim-square {
    width: 28px;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .jumbotron .content-visual-dashboard .visual .visual-image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .jumbotron .content-visual-dashboard .dashboard {
    height: auto;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia {
    height: 420px;
    padding-top: 50px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .image {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input {
    width: 90%;
    text-align: center;
    margin-bottom: 0;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input {
    background: #fff url(../images/public/dashboard-icon-search.png) right center no-repeat;
    background-size: 25px;
    text-align: center;
    width: 90%;
    padding: 15px 30px 13px 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-webkit-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-moz-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-ms-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-moz-placeholder {
    color: #ccc;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login {
    height: 332px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 {
    background-color: #006729;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .content-contact {
    margin: 0;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon {
    text-align: center;
    padding: 15px 0;
    background-color: #006729;
    height: 100px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon .image-phone {
    width: 60px;
    height: 66px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon .image-conversation {
    width: 66px;
    height: 51px;
    margin-top: 7px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon .image-mail {
    width: 60px;
    height: 40px;
    margin-top: 13px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon:hover {
    background-color: #00822b;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006729;
    z-index: 9999;
    cursor: default;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat {
    margin-top: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-numero-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button {
    text-align: center;
    margin-top: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button:hover {
    color: #006729;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 {
    height: 310px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia {
    height: 310px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input {
    background-size: 18px;
    width: 95%;
    text-align: left;
    padding: 10px 20px 8px 5px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-webkit-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-moz-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-ms-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-moz-placeholder {
    color: #ccc;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .area-clienti {
    height: 155px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .area-clienti .image {
    margin-top: 20px;
    width: 55px;
    height: 52px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .area-clienti .title {
    margin-bottom: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .assistenza-incidenti .image {
    margin-top: 24px;
    width: 80px;
    height: 35px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .assistenza-incidenti .title {
    margin-bottom: 17px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login {
    height: 310px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login .content-user-icon {
    display: none;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login .dashboard-link-login {
    font-size: 11px;
    line-height: 14px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-user-logged {
    height: 320px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image .dashboard-user-image {
    width: 100px;
    height: 100px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006729;
    z-index: 9999;
    cursor: default;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat {
    margin-top: 65px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-numero-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button {
    text-align: center;
    margin-top: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button:hover {
    color: #006729;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .footer-main {
    margin-top: 80px;
  }
  .footer-main .footer-content-menu-prodotti {
    display: none;
  }
  .footer-main .footer-content-menu-prodotti {
    padding: 15px 0 0 0;
  }
  .footer-main .menu-footer {
    text-align: center;
    margin-bottom: 0;
  }
  .footer-main .menu-footer .title {
    padding: 20px;
    font-size: 16px;
  }
  .footer-main .menu-footer .title .nuova-linea {
    display: none;
  }
  .footer-main .menu-footer .sottovoce-footer {
    display: none;
  }
  .footer-main .menu-footer a:hover li,
  .footer-main .menu-footer a:hover li {
    color: #006729;
  }
  .footer-main .menu-footer.menu-footer-beni a li {
    padding-left: 0;
  }
  .footer-main .subfooter-content {
    margin-top: 0;
  }
  .footer-main .copyright-content .copyright {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-content-aree-ivass .link-aree-ivass {
    width: 100%;
    border: none;
  }
  .footer-main .footer-content-aree-ivass .link-aree-ivass.link-aree-ivass-sx {
    border: none;
    border-bottom: 1px solid #fff;
  }
  /*	.footer-main .subfooter-content .subfooter a {
  		display: block;
  		margin: 10px 0
  	}*/
}
@media (max-width: 991px) {
  .container .content-menu-secondo-liv {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria {
    display: block;
    opacity: 0;
    height: 7px;
  }
}
@media (max-width: 990px) {
  .specchietto-riassuntivo-categoria .content-main-title .main-title {
    font-size: 40px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-title-product {
    font-size: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top {
    padding: 0;
    margin: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti {
    padding: 35px 20px 20px 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-note-text .note-text {
    text-align: center;
    margin-bottom: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact {
    margin-bottom: 1px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact {
    margin: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-numero-verde-prodotti {
    float: none;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .testo-contatto-diretto {
    text-align: center;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde {
    float: none;
    text-align: center;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie {
    padding-bottom: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia {
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .title-form {
    margin-top: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .specchietto-riassuntivo-categoria {
    margin: 0 15px 80px 15px;
    /*everis*/
    width: auto;
  }
  .specchietto-riassuntivo-categoria > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione {
    padding: 30px 5px 0 5px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .title {
    padding-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti {
    padding: 35px 20px 20px 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact {
    margin-bottom: 1px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact {
    margin: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-numero-verde-prodotti {
    float: none;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .testo-contatto-diretto {
    text-align: center;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde {
    float: none;
    text-align: center;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .riga-specchietto-cap-agenzie {
    padding-left: 10px;
    padding-right: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .input-cap {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie {
    padding-bottom: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia {
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta {
    margin-top: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .subtitle-form {
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row {
    margin-top: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-label {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /*everis*/
  .specchietto-riassuntivo-categoria {
    margin: 0 15px 80px 15px;
  }
  .specchietto-riassuntivo-categoria .content-main-title {
    padding: 15px 15px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-title-product {
    font-size: 30px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-title {
    font-size: 30px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-subtitle {
    font-size: 20px;
    padding-top: 8px;
  }
  .specchietto-riassuntivo-categoria > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza .punto-lista {
    font-size: 18px;
    background-position: left 9px;
    background-size: 8px;
    line-height: 25px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione {
    padding-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon {
    width: 80px;
    height: 52px;
    margin-top: 30px;
    background-size: auto 104px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
    background-position: 0 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
    background-position: -80px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
    background-position: -160px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
    background-position: -240px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
    background-position: -320px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
    background-position: -400px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
    background-position: -480px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
    background-position: -560px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
    background-position: -640px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .title-sottocategoria {
    font-size: 16px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon {
    background-position: 0 -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
    background-position: 0 -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
    background-position: -80px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
    background-position: -160px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
    background-position: -240px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
    background-position: -320px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
    background-position: -400px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
    background-position: -480px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
    background-position: -560px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
    background-position: -640px -52px;
  }
}
@media (max-width: 990px) {
  .specchietto-macro-categorie .content-main-title .main-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .specchietto-macro-categorie {
    margin: 0 15px 80px 15px;
    /*everis*/
    width: auto;
  }
  .specchietto-macro-categorie > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .lunch-product-section {
    padding-bottom: 25px;
  }
  .lunch-product-section .anchor-content-lunch-product {
    margin-bottom: 40px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
  .lunch-product-section .anchor-content-lunch-product .content-lunch-product {
    min-height: auto;
    padding-bottom: 20px;
  }
  .lunch-product-section .anchor-content-lunch-product .content-lunch-product:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  }
  .lunch-product-section .anchor-content-lunch-product .content-lunch-product .title-lunch-product {
    font-size: 22px;
    padding: 20px 10% 20px 20px;
  }
}
@media (max-width: 990px) {
  .lunch-product-section {
    display: block;
  }
  .home-page .lunch-product-section {
    display: block;
  }
}
@media (max-width: 991px) {
  .lunch-news-section .content-lunch-product {
    max-width: 345px;
  }
  .lunch-news-section .content-lunch-product .content-text {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  }
  .lunch-news-section .content-lunch-product .content-text .content-etichetta {
    top: -18px;
  }
  .lunch-news-section .content-lunch-product .content-text .content-button-lunch-news {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lunch-news-section .content-lunch-product {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 990px) {
  .last-news-section .content-data {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .last-news-section .content-text {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore {
    padding: 0 40px 30px 40px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore {
    margin-bottom: 10px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .title {
    margin-bottom: 20px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label {
    margin-right: 150px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo {
    margin-top: 20px;
  }
  .content-specchietto-preventivatore .intro-preventivatore-globale-casa {
    padding: 0 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza {
    padding: 0 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .descrizione-scelta {
    min-height: auto;
  }
  .content-specchietto-preventivatore .content-cap-globale-casa {
    padding-bottom: 0;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa {
    padding: 20px;
    background: #eef1ef;
    margin: 0 40px;
    margin-bottom: 35px;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 40px;
  }
  .content-specchietto-preventivatore .content-nota-pip {
    padding: 20px;
    margin: 0 40px;
    margin-bottom: 60px;
  }
  .content-specchietto-preventivatore .content-nota-pip .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip {
    padding: 0 55px;
    margin-bottom: 50px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip {
    padding: 25px 0 30px 0;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 30px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip b,
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip a {
    font-weight: 400;
    color: #002346;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 0;
    padding: 0 30px;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip b {
    font-weight: 400;
    color: #002346;
  }
  .content-specchietto-preventivatore.content-specchietto-preventivatore-preventivatore-auto .content-specchietto-riga-preventivatore .title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore {
    padding: 0 25px 30px 25px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore {
    margin-bottom: 10px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore.output-preventivatore-rca {
    margin-top: 10px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label {
    margin-right: 90px;
  }
  .content-specchietto-preventivatore .intro-preventivatore-globale-casa {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .descrizione-scelta {
    min-height: auto;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa {
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione1 {
    cursor: pointer;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-sezione-accordion {
    display: none;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
    background: transparent url(../images/public/preventivatore-infortuni-arrow-down.png) 95% center no-repeat;
    background-size: 20px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione1 {
    cursor: pointer;
  }
  .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-sezione-accordion {
    display: none;
  }
  .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
    background: transparent url(../images/public/preventivatore-infortuni-arrow-down.png) 95% center no-repeat;
    background-size: 20px;
  }
  .content-specchietto-preventivatore .content-nota-pip {
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 60px;
  }
  .content-specchietto-preventivatore .content-nota-pip .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip {
    padding: 15px 0 20px 0;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 30px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip b,
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip a {
    font-weight: 400;
    color: #002346;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip b {
    font-weight: 400;
    color: #002346;
  }
}
@media (max-width: 1225px) {
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .nota {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 991px) {
  .contatti-form .content-campo-form .form-label-input.form-label-input-error {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mappa .content-filtri-mappa {
    margin-bottom: 0;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content {
    width: 76px;
    height: 76px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    margin-top: -25px;
    margin-left: -26px;
    width: 52px;
    height: 50px;
    background-size: 52px;
    background-position: 0 -50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
    background-size: 50px;
    background-position: 0 -50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    margin-top: -25px;
    margin-left: -17px;
    width: 34px;
    height: 50px;
    background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
    background-size: 34px;
    background-position: 0 -50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-label {
    font-size: 14px;
    text-align: center;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    background-size: 52px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    background-size: 50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    background-size: 34px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    background-size: 52px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    background-size: 50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    background-size: 34px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-label {
    font-size: 15px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    background-size: 52px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    background-size: 50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    background-size: 34px;
  }
}
@media (max-width: 1200px) {
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
    width: 29%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step1 {
    left: 8%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step2 {
    left: 37%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step3 {
    left: 64%;
  }
}
@media (max-width: 991px) {
  .specchietto-registrazione .content-registrazione-main-section .title-section.title-section-login {
    margin-bottom: 30px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-login {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-login .content-login-error {
    margin-top: 10px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-login .content-main-button {
    margin-top: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione {
    padding-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
    width: 23%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step1 {
    left: 20%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step2 {
    left: 40%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step3 {
    left: 60%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step {
    margin-right: 10%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .label-input {
    text-align: center;
    padding-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .input-cf {
    margin-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .input-email {
    margin-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .button-cf {
    width: 100%;
  }
  .specchietto-registrazione .content-registrazione-main-section .titolo-normal {
    padding: 0 15px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text {
    padding-bottom: 20px;
    text-align: center;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text.normal-text-label {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 0;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .numero-telefono-trovato {
    font-size: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .input-codice {
    margin-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .text {
    padding: 0 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti {
    padding: 0 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero {
    padding: 0 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .label-inserimento-numero-quando {
    padding: 40px 0 20px 0;
    text-align: center;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-vantaggi {
    padding-left: 5px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
    display: none;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step {
    display: none;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-active {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 990px) {
  .container-area-riservata-partner .main-title-content {
    overflow: hidden;
  }
  .container-area-riservata-partner .main-title-content .content-img-partner {
    float: none;
    margin-top: 30px;
  }
  .container-area-riservata-partner .main-title-content .content-img-partner .img-partner {
    margin: 0 auto;
  }
  .container-area-riservata-partner .main-title-content .main-title {
    float: none;
    text-align: center;
  }
  .container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni {
    padding-left: 15px;
  }
  .container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni {
    margin-top: 30px;
  }
  .container-area-riservata-partner .contatto-diretto-content .label-contatto {
    display: block;
    text-align: center;
  }
  .container-area-riservata-partner .contatto-diretto-content .img-contatto {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  body #lhc_status_container {
    display: none !important;
  }
}
/*start everis*/
.nav.navbar-nav.main-menu-nav {
  display: block;
}

.breadcrumb-text-truncate {
  color: #666;
}

.jumbotron {
  /*padding-top: 103px;*/
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 50px;
  padding: 103px 0px 0px 0px;
}

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0px 0px 0px;
}

.navbar {
  padding: 0px 0px;
}

.portlet-decorate .portlet-content {
  border-width: 0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) {
  .portlet > .portlet-topper {
    display: none;
  }
}
.portlet-layout.row {
  margin-right: 0px;
  margin-left: 0px;
}

.col-md-12.portlet-column.portlet-column-only {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.dashboard-contattaci-icon-esploso {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.footer-row {
  display: block;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a {
  word-break: normal;
}

@media (max-width: 768px) {
  .specchietto-assistenza-home {
    width: auto;
  }
}
.row, .form-horizontal > .form-group {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .dropdown-header-sottocategoria {
    display: none !important;
  }
}
.dark-color {
  color: #333;
}

.overflow-wrap-initial {
  overflow-wrap: initial;
}

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

.autofit-float.autofit-row.portlet-header {
  margin-bottom: 0rem;
}

.navbar-block {
  display: block;
}

.flex-row {
  display: flex;
}

.map-icon-agenzie {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
  border: 0;
}

.map-icon-carrozzerie {
  width: 19px;
  margin-right: 10px;
  vertical-align: middle;
  border: 0;
}

.btn-tab-active {
  background-color: white;
  font-weight: 700;
  border: 0;
  border-radius: 5px 5px 0 0;
  color: #006729;
  font-size: 15px;
  height: 48px;
  box-shadow: 0px 0px 10px -2px #a6a4a4;
  z-index: 2;
  overflow: hidden;
  flex: 1;
}

.btn-tab-inactive {
  opacity: 90%;
  background-color: #e6ece8;
  border: 0;
  border-radius: 5px 5px 0 0;
  color: #006729;
  font-size: 15px;
  height: 48px;
  /*box-shadow: 0 10px 0 0 white, 0px 0px 10px -2px black;*/
  z-index: 2;
  overflow: hidden;
  flex: 1;
}

.btn-tab:focus {
  outline: 0px;
}

.map-tabs {
  padding-bottom: 15px;
  display: flex;
}

@media (min-width: 768px) {
  .map-tabs-agenzie {
    padding-right: 0px;
  }
  .map-tabs-carrozzerie {
    padding-left: 0px;
  }
  .btn-tab-agenzie {
    margin-right: 3px;
  }
  .btn-tab-carrozzerie {
    margin-left: 3px;
  }
}
.mappa-ac-input {
  height: 49px;
  padding: 0px !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 0px !important;
}

.show-map-loader {
  display: block;
}

.hidden-map-loader {
  display: none;
}

.map-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  z-index: 1;
}

.map-overlay.map-standard {
  background: #fff url(/o/hdi-theme/images/loading2.gif) no-repeat 50% 50%;
}

.map-clearable {
  background: url(/o/hdi-theme-sito-istituzionale/images/public/clear_input_map2.png) no-repeat right -15px center !important;
  padding-left: 20px !important;
  border: 1px solid #d2d2d2 !important;
}

.map-clearable.x {
  background-position: right 7px center !important;
}

.map-clearable.onX {
  cursor: pointer !important;
}

.btn-map-position {
  background-color: white;
  border: 1px solid #d2d2d2;
  position: absolute;
  width: 40px;
  height: 49px;
  color: #d2d2d2;
  left: auto;
  display: inline-block;
  font-size: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-map-position:focus {
  outline: 0px;
}

.img-map-position {
  height: 26px;
  width: 26px;
  opacity: 0.5;
  padding-left: 0px;
  padding-right: 0px;
}

.row .content-info-hdi-box {
  display: flex;
}

.map-mailto:focus {
  outline: 0px;
  /*text-decoration: none;*/
  /*color: #337ab7;*/
}

.map-infobox-icon {
  color: #006729;
  font-size: 12px;
}

button.gm-ui-hover-effect:focus {
  outline: none;
}

::-ms-clear {
  display: none;
}

/*end everis*/
.home-page .content-visual-claim {
  left: 15%;
  top: 24%;
}

/*.home-page .content-visual-claim.content-visual-claim-esploso{left:15%;top:24%}*/
.pagina-assistenza .content-visual-claim {
  left: 25%;
  top: 15%;
}

.pagina-assistenza .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  top: 15%;
}

.pagina-contatti .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-contatti .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-reclami .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-reclami .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-mappa .content-visual-claim {
  left: 20%;
  top: 30%;
}

.pagina-mappa .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: 30%;
}

.pagina-agenzie .content-visual-claim {
  left: 20%;
  top: 30%;
}

.pagina-agenzie .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: 30%;
}

.pagina-news .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-news .content-visual-claim .visual-claim {
  padding: 0 30px;
}

.pagina-news .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-registrazione .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-registrazione .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-chi-siamo .content-visual-claim {
  left: 10%;
  bottom: 25%;
}

.pagina-chi-siamo .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 25%;
}

.pagina-la-storia .content-visual-claim {
  left: 65%;
  top: 30%;
}

.pagina-la-storia .content-visual-claim.content-visual-claim-esploso {
  left: 65%;
  top: 30%;
}

.pagina-i-numeri .content-visual-claim {
  left: 30%;
  bottom: 10%;
}

.pagina-i-numeri .content-visual-claim.content-visual-claim-esploso {
  left: 30%;
  bottom: 10%;
}

.pagina-responsabilita-sociale .content-visual-claim {
  left: 5%;
  bottom: 15%;
}

.pagina-responsabilita-sociale .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  bottom: 15%;
}

.pagina-lavora-con-noi .content-visual-claim {
  left: 5%;
  bottom: 35%;
}

.pagina-lavora-con-noi .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  bottom: 35%;
}

.pagina-partner .content-visual-claim {
  left: 25%;
  top: 15%;
}

.pagina-partner .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  top: 15%;
}

.pagina-link-utili .content-visual-claim {
  left: 40%;
  bottom: 5%;
}

.pagina-link-utili .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  bottom: 5%;
}

.polizze-persona .content-visual-claim {
  left: 12%;
  bottom: 15%;
}

.polizze-persona .content-visual-claim.content-visual-claim-esploso {
  left: 12%;
  bottom: 15%;
}

.polizze-azienda .content-visual-claim {
  left: 10%;
  top: 15%;
}

.polizze-azienda .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 15%;
}

.polizze-professionista .content-visual-claim {
  right: 15%;
  top: 30%;
}

.polizze-professionista .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 10%;
  bottom: 20%;
}

.polizze-professionista .content-visual-claim.content-visual-claim-esploso .visual-claim {
  text-shadow: 0 -3px 20px #fff;
}

.persona-auto-valore-auto-autovettura .content-visual-claim {
  left: 10%;
  top: 10%;
}

/*.persona-auto-valore-auto-autovettura .content-visual-claim.content-visual-claim-esploso{left:10%;top:10%}*/
.persona-auto-valore-auto-camper .content-visual-claim {
  left: 10%;
  top: 30%;
}

.persona-auto-valore-auto-camper .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.persona-auto-valore-auto-altri-motori .content-visual-claim {
  left: 10%;
  top: 30%;
}

.persona-auto-valore-auto-altri-motori .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.persona-auto-unita-da-diporto .content-visual-claim {
  right: 10%;
  bottom: 15%;
}

.persona-auto-unita-da-diporto .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 10%;
}

.persona-auto-natanti .content-visual-claim {
  left: 10%;
  top: 15%;
}

.persona-auto-natanti .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 15%;
}

.persona-risparmio-programma-accumulo-protetto .content-visual-claim {
  left: 10%;
  top: 30%;
}

.persona-risparmio-programma-accumulo-protetto .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.persona-risparmio-obiettivo-futuro .content-visual-claim {
  left: 10%;
  bottom: 15%;
}

.persona-risparmio-obiettivo-futuro .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 15%;
}

.persona-risparmio-rendita-vitalizia-rivalutabile .content-visual-claim {
  right: 10%;
  bottom: 40%;
}

.persona-risparmio-rendita-vitalizia-rivalutabile .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 5%;
}

.persona-risparmio-crescita-sicura .content-visual-claim {
  right: 10%;
  bottom: 20%;
}

.persona-risparmio-crescita-sicura .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 15%;
}

.azienda-beni-globale-piccola-media-impresa .content-visual-claim {
  right: 65%;
  bottom: 35%;
}

.azienda-beni-globale-piccola-media-impresa .content-visual-claim.content-visual-claim-esploso {
  right: 65%;
  bottom: 35%;
}

.persona-risparmio-valore-protetto .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-risparmio-valore-protetto .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.persona-risparmio-vita-intera-valore .content-visual-claim {
  left: 10%;
  top: 35%;
}

.persona-risparmio-vita-intera-valore .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 35%;
}

.persona-previdenza-azioni-di-previdenza .content-visual-claim {
  left: 10%;
  top: 20%;
}

.persona-previdenza-azioni-di-previdenza .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 20%;
}

.persona-previdenza-previdenza-hdi .content-visual-claim {
  left: 10%;
  top: 25%;
}

.persona-previdenza-previdenza-hdi .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 25%;
}

.persona-casa-globale-casa .content-visual-claim {
  left: 65%;
  bottom: 30%;
}

/*.persona-casa-globale-casa .content-visual-claim.content-visual-claim-esploso{left:65%;bottom:30%}*/
.persona-casa-globale-fotovoltaico .content-visual-claim {
  left: 10%;
  bottom: 30%;
}

.persona-casa-globale-fotovoltaico .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 30%;
}

.persona-casa-rc-proprieta-beni-immobili .content-visual-claim {
  right: 10%;
  top: 30%;
}

.persona-casa-rc-proprieta-beni-immobili .content-visual-claim.content-visual-claim-esploso {
  top: auto;
  right: auto;
  left: 5%;
  bottom: 10%;
}

.persona-casa-rc-proprieta-animali .content-visual-claim {
  left: 10%;
  bottom: 15%;
}

.persona-casa-rc-proprieta-animali .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 15%;
}

.persona-casa-copertura-incendio .content-visual-claim {
  right: 10%;
  top: 25%;
}

.persona-casa-copertura-incendio .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 15%;
  bottom: 3%;
}

.persona-protezione-temporanea-puro-rischio .content-visual-claim {
  right: 10%;
  top: 20%;
}

.persona-protezione-temporanea-puro-rischio .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 25%;
  bottom: 10%;
}

.persona-protezione-vita-intera-fondo-futuro .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-vita-intera-fondo-futuro .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-globale-salute .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-globale-salute .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.globale-infortuni-ipm .content-visual-claim {
  left: 73%;
  top: 53%;
}

.globale-infortuni-ipm .content-visual-claim.content-visual-claim-esploso {
  left: 73%;
  top: 53%;
}

.persona-protezione-infortuni .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-infortuni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-infortuni-della-famiglia .content-visual-claim {
  right: 20%;
  bottom: 15%;
}

.persona-protezione-infortuni-della-famiglia .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 15%;
  bottom: 5%;
}

.persona-protezione-protezione-mutui .content-visual-claim {
  right: 13%;
  bottom: 15%;
}

.persona-protezione-protezione-mutui .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 8%;
}

.professionista-auto-valore-auto-autovettura .content-visual-claim {
  left: 10%;
  top: 30%;
}

.professionista-auto-valore-auto-autovettura .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.professionista-previdenza-azioni-di-previdenza .content-visual-claim {
  left: 10%;
  top: 15%;
}

.professionista-previdenza-azioni-di-previdenza .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 15%;
}

.professionista-previdenza-previdenza-hdi .content-visual-claim {
  right: 10%;
  top: 20%;
}

.professionista-previdenza-previdenza-hdi .content-visual-claim.content-visual-claim-esploso {
  top: auto;
  right: auto;
  left: 5%;
  bottom: 5%;
}

.professionista-beni-leasing-beni-strumentali .content-visual-claim {
  left: 9%;
  top: 32%;
}

.professionista-beni-leasing-beni-strumentali .content-visual-claim.content-visual-claim-esploso {
  left: 9%;
  top: 32%;
}

.professionista-beni-leasing-immobiliare .content-visual-claim {
  right: 10%;
  bottom: 20%;
}

.professionista-beni-leasing-immobiliare .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 5%;
  bottom: 5%;
}

.professionista-beni-globale-uffici .content-visual-claim {
  left: 20%;
  top: 20%;
}

.professionista-beni-globale-uffici .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: 20%;
}

.professionista-beni-rc-professionale .content-visual-claim {
  right: 10%;
  bottom: 20%;
}

/*.professionista-beni-rc-professionale .content-visual-claim.content-visual-claim-esploso{right:auto;left:5%;bottom:5%}*/
.professionista-beni-rc-insegnanti .content-visual-claim {
  right: 4%;
  bottom: 10%;
}

.professionista-beni-rc-insegnanti .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 4%;
  bottom: 16%;
}

.professionista-beni-rc-studi-professionali .content-visual-claim {
  left: 14%;
  bottom: 25%;
}

.professionista-beni-rc-studi-professionali .content-visual-claim.content-visual-claim-esploso {
  left: 14%;
  bottom: 25%;
}

.professionista-protezione-globale-salute .content-visual-claim {
  right: 5%;
  top: 10%;
}

.professionista-protezione-globale-salute .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 5%;
  bottom: 10%;
}

.professionista-protezione-infortuni .content-visual-claim {
  left: 10%;
  bottom: 35%;
}

.professionista-protezione-infortuni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 35%;
}

.professionista-protezione-protezione-mutui .content-visual-claim {
  right: 10%;
  top: 25%;
}

.professionista-protezione-protezione-mutui .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 17%;
  bottom: 4%;
}

.azienda-auto-valore-auto-autovettura .content-visual-claim {
  right: 10%;
  bottom: 10%;
}

.azienda-auto-valore-auto-autovettura .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 10%;
}

.azienda-previdenza-valore-protetto .content-visual-claim {
  right: 10%;
  top: 40%;
}

.azienda-previdenza-valore-protetto .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 10%;
  bottom: 10%;
}

.azienda-previdenza-azione-di-previdenza .content-visual-claim {
  left: 10%;
  top: 20%;
}

.azienda-previdenza-azione-di-previdenza .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 20%;
}

.azienda-beni-globale-fabbricati .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-globale-fabbricati .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-globale-fotovoltaico .content-visual-claim {
  left: 10%;
  top: 27%;
}

.azienda-beni-globale-fotovoltaico .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 27%;
}

.azienda-beni-leasing-beni-strumentali .content-visual-claim {
  left: 10%;
  bottom: 30%;
}

.azienda-beni-leasing-beni-strumentali .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 30%;
}

.azienda-beni-car-merloni .content-visual-claim {
  left: 10%;
  top: 10%;
}

.azienda-beni-car-merloni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 10%;
}

.azienda-beni-globale-agricoltura .content-visual-claim {
  left: 10%;
  bottom: 19%;
}

.azienda-beni-globale-agricoltura .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 19%;
}

.azienda-beni-globale-impresa .content-visual-claim {
  right: 15%;
  bottom: 10%;
}

/*.azienda-beni-globale-impresa .content-visual-claim.content-visual-claim-esploso{right:auto;left:5%;bottom:10%}*/
.azienda-beni-globale-uffici .content-visual-claim {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-globale-uffici .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-invitalia .content-visual-claim {
  left: 10%;
  top: 40%;
}

.azienda-beni-invitalia .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 40%;
}

.azienda-beni-rc-proprieta-beni-immobili .content-visual-claim {
  left: 10%;
  bottom: 15%;
}

.azienda-beni-rc-proprieta-beni-immobili .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 15%;
}

.azienda-beni-rc-alberghi .content-visual-claim {
  left: 5%;
  top: 30%;
}

.azienda-beni-rc-alberghi .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  top: 30%;
}

.azienda-beni-rc-proprieta-animali .content-visual-claim {
  right: 10%;
  top: 30%;
}

.azienda-beni-rc-proprieta-animali .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 25%;
  bottom: 10%;
}

.azienda-beni-rc-insegne .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-rc-insegne .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-rc-commercio .content-visual-claim {
  left: 30%;
  bottom: 10%;
}

.azienda-beni-rc-commercio .content-visual-claim.content-visual-claim-esploso {
  left: 30%;
  bottom: 10%;
}

.azienda-beni-rc-stazioni .content-visual-claim {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-rc-stazioni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-rc-proprieta-macchinari .content-visual-claim {
  left: 7%;
  top: 10%;
}

.azienda-beni-rc-proprieta-macchinari .content-visual-claim.content-visual-claim-esploso {
  left: 7%;
  top: 10%;
}

.persona-risparmio-easy-pir .content-visual-claim {
  left: 35%;
  top: 10%;
}

.persona-risparmio-easy-pir .content-visual-claim.content-visual-claim-esploso {
  left: 35%;
  top: 10%;
}

.persona-risparmio-progetto-investimento-flex .content-visual-claim {
  left: 10%;
  top: 45%;
}

.persona-risparmio-progetto-investimento-flex .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 45%;
}

.persona-risparmio-progetto-investimento .content-visual-claim {
  left: 25%;
  top: 25%;
}

.persona-risparmio-progetto-investimento .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  top: 25%;
}

.azienda-beni-rc-imprese-edili .content-visual-claim {
  right: 5%;
  bottom: 10%;
}

.azienda-beni-rc-imprese-edili .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 5%;
  bottom: 5%;
}

.azienda-protezione-vita-intera-fondo-futuro .content-visual-claim {
  left: 10%;
  bottom: 25%;
}

.azienda-protezione-vita-intera-fondo-futuro .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 25%;
}

.azienda-protezione-protezione-mutui .content-visual-claim {
  left: 10%;
  top: 25%;
}

.azienda-protezione-protezione-mutui .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 25%;
}

.altri-prodotti-rc-esposizioni .content-visual-claim {
  left: 35%;
  top: 30%;
}

.altri-prodotti-rc-esposizioni .content-visual-claim.content-visual-claim-esploso {
  left: 35%;
  top: 30%;
}

.altri-prodotti-rc-assicurazioni-sportive .content-visual-claim {
  left: 10%;
  top: 30%;
}

.altri-prodotti-rc-assicurazioni-sportive .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.altri-prodotti-scuole-e-parrocchie .content-visual-claim {
  left: 35%;
  bottom: 15%;
}

.altri-prodotti-scuole-e-parrocchie .content-visual-claim.content-visual-claim-esploso {
  left: 35%;
  bottom: 15%;
}

.azienda-risparmio-tfr-attivo .content-visual-claim {
  left: 5%;
  top: 62%;
}

.azienda-risparmio-tfr-attivo .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  top: 62%;
}

.hdi-insieme .content-visual-claim {
  left: 7%;
  top: 20%;
}

.hdi-insieme .content-visual-claim.content-visual-claim-esploso {
  left: 7%;
  top: 20%;
}

@media (max-width: 480px) {
  .pagina-assistenza .visual,
  .pagina-agenzie .visual,
  .pagina-link-utili .visual {
    display: none;
  }
}
.cta-lunch-product {
  height: 57px;
}

.content-icon-categoria-column {
  cursor: pointer;
}

.anchor-content-lunch-product {
  cursor: pointer;
}

@media (min-width: 768px) {
  .breadcrumb {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .breadcrumb {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    width: 1170px;
  }
}
.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

.breadcrumb > li + li::before {
  padding: 0px 5px;
  color: #666;
  content: "> ";
}

.breadcrumb .divider {
  display: none;
}

.breadcrumb > li > a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
}

/*.footer-main .subfooter-content .subfooter a{*/
.footer-main .subfooter-content .subfooter li {
  margin: 0 5%;
  display: table-cell;
  width: 312px;
}

@media (max-width: 768px) {
  /*	.footer-main .subfooter-content .subfooter a {*/
  .footer-main .subfooter-content .subfooter li {
    display: block;
    margin: auto auto;
  }
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.boldrosso {
  color: red;
  font-weight: bold;
}

.linknero {
  color: #333;
}

.titoloverde {
  color: #006729;
}

.mappa-inline-block {
  display: inline-block;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass {
  color: #006729;
  font-weight: bold;
  width: 33%;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product {
  display: block;
  width: 150px;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  position: absolute;
  top: 85%;
  left: 85%;
}

@media (max-width: 991px) {
  .jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 5px;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .content-slider .content-visual-claim-background-video {
    height: 180px;
  }
}
.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product:hover {
  background: #006729;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px 17px 20px;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product:hover .button-title {
  color: #fff;
}

.assistenza {
  text-align: center;
}

.assistenza .numero {
  font-size: 30px;
  color: #009436;
  margin-top: 5px;
}

.container.area-clienti {
  margin-top: 10px;
}

.specchietto-assistenza-home {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #dae2dd;
  display: block;
}

.specchietto-assistenza-home .content-text {
  padding: 25px 10px;
  border: solid 6px #006729;
}

.specchietto-assistenza-home .content-text .text {
  font-size: 24px;
  font-weight: 400;
  color: #006729;
  text-align: center;
}

@media (max-width: 1024px) {
  .specchietto-assistenza-home {
    display: block;
  }
}
@media (max-width: 768px) {
  .specchietto-assistenza-home {
    margin: 0 15px 80px 15px;
    display: block;
  }
}
.private-profilo-dato-utente .link-documenti-details {
  display: block;
  width: 100%;
  background: transparent url("../images/private/private-link-documenti-icon.png") 95% center no-repeat;
  background-size: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #505050;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 18px;
  padding-right: 40px;
}

.private-profilo-dato-utente .link-documenti-details:hover {
  color: #006729;
  background: transparent url("../images/private/private-link-documenti-icon-hover.png") 95% center no-repeat;
  background-size: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
  background-position: -480px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
  background-position: -480px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
  background-position: -720px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
  background-position: -720px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
  background-position: -1080px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
  background-position: -1080px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
  background-position: -1200px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
  background-position: -1200px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
  background-position: -1200px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
  background-position: -1200px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
  background-position: -1200px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
  background-position: -1200px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
  background-position: -1320px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
  background-position: -1320px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
  background-position: -1320px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
  background-position: -1320px -78px;
}

@media (max-width: 480px) {
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
    background-position: -320px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
    background-position: -320px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
    background-position: -480px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
    background-position: -480px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
    background-position: -720px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
    background-position: -720px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
    background-position: -800px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
    background-position: -800px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
    background-position: -800px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
    background-position: -800px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
    background-position: -800px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
    background-position: -800px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
    background-position: -880px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
    background-position: -880px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
    background-position: -880px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
    background-position: -880px -52px;
  }
}
.contatti-form .content-campo-form .form-label-input.form-label-input-error-value {
  color: #df162c;
  font-size: 14px;
  font-weight: 300;
  padding-top: 14px;
  text-align: left;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo .button-icon-wait-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: transparent url("../images/public/loading-image-green.gif") center center no-repeat;
  background-size: 21px;
  display: none;
}

.mappa .content-mappa-ricerca .mappa-button2 {
  background: #006729 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.mappa .content-mappa-ricerca .input-regione {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url("../images/public/select-background.png") no-repeat scroll right center/26px auto;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3%;
  margin-top: -6px;
  padding: 11px 30px 11px 7px;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: uppercase;
  vertical-align: middle;
  width: 90%;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .input-provincia {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url("../images/public/select-background.png") no-repeat scroll right center/26px auto;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3%;
  margin-top: -6px;
  padding: 11px 30px 11px 7px;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: uppercase;
  vertical-align: middle;
  width: 90%;
  margin-bottom: 20px;
}

.altri-prodotti-cauzioni .content-visual-claim {
  left: 6%;
  top: 16%;
}

.persona-hashtag-auto .content-visual-claim {
  left: 10%;
  top: 30%;
}

.hashtag-viaggio-singolo .content-visual-claim {
  left: 6%;
  top: 32%;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-cauzioni .menu-secondo-liv .title {
  background: #3a556f;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-cauzioni .menu-secondo-liv .voce:hover,
.container .content-menu-secondo-liv.content-menu-secondo-liv-cauzioni .menu-secondo-liv .voce.active {
  color: #3a556f;
  background: #e2e6ea url(../images/public/menu-right-arrow-active.png) 90% center no-repeat;
  background-size: 10px;
}

.container .content-page section .panel-group .panel.panel-default .panel-heading .panel-title.voce {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
  background-size: 10px;
  padding: 10px 35px 10px 15px;
  width: 100%;
}

.container .content-page section .panel-group .panel.panel-default .panel-heading .panel-title.voce:hover {
  color: #006729;
  background-size: 10px;
}

/* 
http://iamceege.github.io/tooltipster/
*/
.tooltip_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: #fff;
  border: 2px solid #006729;
  color: #222;
  border-radius: 6px;
  /*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  /*color: blue;*/
  padding: 8px;
}

.tooltipster-default .tooltipster-content {
  padding: 1em 1em 1em 1em;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #006729;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #006729;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #006729;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #006729;
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #006729;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #006729;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #006729;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #006729;
}

.lunch-news-section .content-lunch-product .content-text .text-article {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.lunch-news-section .content-lunch-product .content-text .title-article {
  padding-bottom: 0px;
  height: 91px;
  overflow: hidden;
}

.subagenzielink {
  color: #006729;
  font-weight: bold;
  padding: 3px 0 0 0;
}

.tooltipster-subagenzie-customized {
  font: 12px/20px "Georgia", serif;
  padding: 1em 1em 1em 1em;
  overflow: hidden;
}

.main-menu .main-menu-nav {
  padding-top: 42px;
  padding-bottom: 42px;
}

.main-menu .main-menu-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu .main-menu-nav .menu-large .megamenu .container {
  padding-top: 35px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a {
  padding: 17px;
  font-size: 13px;
}

.persona-casa-hcasa .content-visual-claim {
  right: 5%;
  bottom: 7%;
}

.persona-casa-hcasa .content-visual-claim.content-visual-claim-esploso {
  left: 2%;
  bottom: 25%;
}

.persona-casa-rischi-catastrofali .content-visual-claim {
  right: 58%;
  bottom: 38%;
}

.persona-casa-rischi-catastrofali .content-visual-claim.content-visual-claim-esploso {
  left: 2%;
  bottom: 25%;
}

.persona-protezione-hpersona .content-visual-claim {
  right: 15%;
  top: 10%;
}

.persona-protezione-hpersona .content-visual-claim.content-visual-claim-esploso {
  left: 1%;
  top: 10%;
}

.persona-protezione-hfamiglia .content-visual-claim {
  left: 5%;
  top: 20%;
}

.persona-protezione-hfamiglia .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  top: 20%;
}

.persona-protezione-tcm-vita-facile .content-visual-claim {
  right: 7%;
  bottom: 10%;
}

.persona-protezione-tcm-vita-facile .content-visual-claim.content-visual-claim-esploso {
  left: 41%;
  top: 5%;
}

.beneficiari-form .form-button {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
}

.beneficiari-form .content-campo-form .form-label-input {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-input-error {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  border: 1px solid #df162c;
}

.beneficiari-form .content-campo-form .form-label-input-error {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-label-input-error-value {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-label-input-error-value-bis {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-label.privacy-label-error {
  color: #df162c;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: auto auto;
  background-size: 20px;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url("../images/public/privacy-check-checked.png") left center no-repeat;
  background-size: 20px;
}

.beneficiari-form .content-campo-form .form-select {
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 13px 33px 12px 11px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #ffffff url("../images/public/select-background.png") right center no-repeat;
  background-size: 30px;
}

.beneficiari-form .content-campo-form .form-select.form-select-error {
  border: 1px solid #df162c;
  color: #df162c;
}

/******/
/**** Area Clienti customization ***/
/******/
.container.area-clienti .navigator {
  margin: 22px 0px;
  padding-left: 15px;
}

/*menu items*/
.container.area-clienti .content-menu-secondo-liv .menu-secondo-liv .voce {
  font-size: 17px;
}

.container.area-clienti .content-menu-secondo-liv .menu-secondo-liv .voce.active {
  font-weight: 500;
}

.container.area-clienti .navigator > .currentLocation {
  font-weight: bold;
}

.container.area-clienti .private-messaggi-title {
  color: #006729;
  font-size: 27px;
  margin-bottom: 18px;
}

/*Social general style*/
.container.area-clienti .socialButton {
  border-radius: 4px;
  cursor: pointer;
}

.container.area-clienti .socialButton.google {
  background-color: #DD4B39;
}

.container.area-clienti .socialButton.google:hover {
  background-color: #e05d4c;
}

.container.area-clienti .socialButton.facebook {
  background-color: #3B5998;
}

.container.area-clienti .socialButton.facebook:hover {
  background-color: #4e69a2;
}

/*Social Section*/
.container.area-clienti .socialLoginSection .socialButton {
  margin: 5px 5px;
  padding: 0px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  height: 48px;
  width: 308px;
  line-height: 48px;
  vertical-align: middle;
}

.container.area-clienti .socialLoginSection .socialButton > .imageWraper {
  width: 60px;
  height: 100%;
  border-right: 1px;
  float: left;
  border-right: 1px solid #ed705b;
  text-align: center;
}

.container.area-clienti .socialLoginSection .socialButton > .imageWraper > img {
  height: 31px;
  vertical-align: middle;
}

.container.area-clienti .socialLoginSection .socialButton > .labelWraper {
  color: white;
  position: relative;
  top: 1px;
  float: left;
  padding-left: 29px;
  font-size: 15px;
}

.container.area-clienti .socialLoginSection .socialButton > .labelWraper strong {
  color: white;
  font-weight: bold;
}

.container.area-clienti .socialLoginSection .socialButton.facebook > .imageWraper {
  border-right: 1px solid #6488c5;
}

.container.area-clienti .socialLoginSection .socialButton.facebook > .imageWraper > img {
  margin-top: 7px;
  margin-left: 9px;
}

.container.area-clienti .socialLoginSection .socialButton.google > .imageWraper {
  border-right: 1px solid #ed705b;
}

.container.area-clienti .socialLoginSection .socialButton.google > .imageWraper > img {
  margin-top: 6px;
  margin-left: 7px;
}

.container.area-clienti .socialLoginSection .socialButton > i {
  margin-right: 10px;
}

.container.area-clienti .socialLoginSection .socailFormSubmitButton {
  display: none;
}

/*Profile section*/
.container.area-clienti .profileSection .private-profilo-subtitle {
  font-size: 14px;
  font-weight: 700;
}

.container.area-clienti .profileSection .contactAgnetButtonWrapper {
  text-align: left;
  margin-top: 50px;
}

/*Social part*/
.container.area-clienti .profileSection .colonna-social-login .alert {
  font-size: 14px;
  padding: 12px;
}

.container.area-clienti .profileSection .colonna-social-login > .description {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  font-size: 15px;
}

.container.area-clienti .profileSection .colonna-social-login > .controls {
  text-align: left;
}

.container.area-clienti .profileSection .colonna-social-login > .controls > .socialButton {
  border-radius: 4px;
  cursor: pointer;
  padding: 0px;
  color: #fff;
  font-size: 12px;
  border: 0;
  line-height: 34px;
  vertical-align: middle;
  padding: 0px 17px;
  font-weight: 500;
  margin-right: 6px;
  width: 153px;
  margin-bottom: 6px;
}

.container.area-clienti .profileSection .colonna-social-login > .controls > .socialButton > img {
  vertical-align: middle;
  margin-left: 0px;
  height: 20px;
  position: relative;
  left: 8px;
}

.container.area-clienti .profileSection .contactAgnetButtonWrapper > .description {
  margin-bottom: 25px;
}

.container.area-clienti .profileSection .contactAgnetButtonWrapper .button-cambia-dati-profilo {
  margin-top: 0;
  padding: 0px 22px;
  line-height: 50px;
}

.container.area-clienti .profileSection .button-cambia-dati-profilo > .agentIcon {
  margin-right: 10px;
  vertical-align: middle;
  height: 33px;
}

.container.area-clienti .profileSection .button-cambia-dati-profilo > .agentLabel {
  font-weight: 500;
  color: white;
}

.overlay-privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #e6ece8;
  background: rgba(230, 236, 232, 0.8);
}

.overlay-privacy .box-overlay-privacy {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ccc;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-title {
  font-size: 23px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 27px;
  margin-bottom: 20px;
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: justify;
  line-height: 19px;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-text UL, .overlay-privacy .box-overlay-privacy .overlay-privacy-text OL {
  padding-left: 20px;
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-text P, .overlay-privacy .box-overlay-privacy .overlay-privacy-text LI {
  margin-top: 10px;
}

.button-close-privacy {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  background: #006729;
  border: none;
  text-align: center;
  padding: 20px 30px;
  cursor: pointer;
}

.button-close-privacy:disabled {
  color: #c1c1c1;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritire {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-peritire.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritire {
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritiauto {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-peritiauto.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritiauto {
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-accertatore {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-accertatore.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-accertatore {
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-medico {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-medico.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-medico {
  background-position: 0 0;
}

.arag-logo-div {
  float: left;
  width: 20%;
}

.arag-text-div {
  float: right;
  width: 80%;
}

.arag-description {
  line-height: 22px;
  text-align: justify;
}

.arag-image {
  width: 100%;
}

.dropdown-menu {
  max-height: none;
  max-width: none;
}

.navbar .container {
  flex-wrap: nowrap;
  display: block;
}

.control-menu {
  top: 105px !important;
}

.sidenav-fixed.sidenav-menu-slider {
  top: 105px;
}

.dashboard-row {
  display: block !important;
}

/*gestione contenuti footer*/
section#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_footercontentinstance {
  margin-bottom: 0px;
}

section#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_footercontentlightinstance {
  margin-bottom: 0px;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

[role=button] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

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

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.show {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.show {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.2s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: 0 0;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

a.waves-effect .waves-ripple {
  z-index: -1;
}

* {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

body {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.link-no-style,
.link-no-style:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.link-no-hand {
  cursor: default !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

b {
  font-weight: 500;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

strong.strong-no-style {
  font-weight: inherit;
}

nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.tendina-cookie {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
}

.tendina-cookie .cookie-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  width: 90%;
  float: left;
}

.tendina-cookie .cookie-text .cookie-link {
  color: #006729;
  text-decoration: none;
  cursor: pointer;
}

.tendina-cookie .button-cookie {
  width: 10%;
  display: block;
  float: right;
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
  background: #006729;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

@media (max-width: 768px) {
  .tendina-cookie .cookie-text {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .tendina-cookie .button-cookie {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
}
.main-menu {
  background: #fff;
  border: none;
  height: 104px;
  transition: box-shadow 1s ease;
}

.main-menu .navbar-header {
  margin-left: 0;
}

.main-menu .navbar-header .navbar-toggle {
  border: none;
  background-color: transparent;
  margin: 0;
  position: absolute;
  top: 34px;
  right: 120px;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background-color: #333;
  width: 50px;
  height: 3px;
}

.main-menu .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.main-menu .pulsante-dashboard {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #006729 url(../images/public/dashboard-collapsed-icon.png) center center no-repeat;
  background-size: 64px;
  width: 104px;
  cursor: pointer;
}

.main-menu .pulsante-dashboard span {
  display: none;
}

.main-menu .content-logo-main {
  margin: 11px 0;
  float: left;
}

.main-menu .content-logo-main span {
  display: none;
}

.main-menu .content-logo-main img {
  width: 160px;
  height: 79px;
}

.main-menu .main-menu-nav {
  float: right;
  margin: 0;
}

.main-menu .main-menu-nav > li > a {
  padding: 42px 6px;
  color: #666;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s ease-out;
}

.main-menu .main-menu-nav > li > a:hover {
  color: #006729;
}

.main-menu .main-menu-nav > li > a.active {
  font-weight: 700;
  color: #006729;
}

.main-menu .main-menu-nav .menu-large {
  position: static !important;
}

.main-menu .main-menu-nav .menu-large .megamenu {
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #e6ece8;
}

.main-menu .main-menu-nav .menu-large .megamenu .container {
  margin: 0 auto;
  padding: 70px 0 86px 0;
  background: #e6ece8;
  height: 516px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul {
  padding: 0;
  margin: 0;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li {
  list-style: none;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a {
  display: block;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  clear: both;
  font-weight: 400;
  color: #666;
  white-space: normal;
  border-bottom: 1px solid #cacdcb;
  background: transparent url(../images/public/main-menu-right-arrow.png) 97% center no-repeat;
  background-size: 10px;
  transition: all 0.5s ease-out;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a.main-menu-voce-partner {
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 500;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a:hover,
.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a:focus {
  text-decoration: none;
  background-color: #d7e7dd;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a.due-righe {
  padding: 11px 20px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  background: #39b8c1 url(../images/public/main-menu-persona-icon.png) 20px center no-repeat;
  background-size: 32px;
  padding: 17px 7px 17px 50px;
  text-align: center;
  text-decoration: none;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-persona {
  background: #39b8c1 url(../images/public/main-menu-persona-icon.png) 20px center no-repeat;
  background-size: 32px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-professionisti {
  background: #94acf5 url(../images/public/main-menu-professionisti-icon.png) 20px center no-repeat;
  background-size: 32px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-imprese {
  background: #e8a238 url(../images/public/main-menu-imprese-icon.png) 20px center no-repeat;
  background-size: 43px;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-altri-prodotti {
  background: #006729;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-assistenza {
  background: #3a556f;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-hdi-vicino-a-te {
  background: #006729;
  padding: 17px 17px 17px 17px;
}

.main-menu .main-menu-nav .menu-large .megamenu.disabled > a,
.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:hover,
.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:focus {
  color: #999;
}

.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:hover,
.main-menu .main-menu-nav .menu-large .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.main-menu.main-menu-scroll {
  transition: box-shadow 1s ease;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.jumbotron .content-visual-dashboard {
  position: relative;
  margin: 0;
}

.jumbotron .content-visual-dashboard .visual {
  padding: 0;
  overflow: hidden;
  margin-bottom: -3px;
}

.jumbotron .content-visual-dashboard .visual .visual-image {
  min-width: 100%;
  min-height: 516px;
  margin: 0;
  padding: 0;
  display: block;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim {
  position: absolute;
  margin-bottom: 0;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim-square {
  width: 41px;
  width: 2.6vw;
  display: inline-block;
  vertical-align: middle;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  font-size: 2.4vw;
  line-height: 45px;
  line-height: 2.8vw;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim.visual-claim-dark {
  color: #002346;
}

.jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim.visual-claim-white {
  color: #fff;
  text-shadow: 0 -3px 20px #000;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider {
  position: relative;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .content-visual-claim-background-video {
  opacity: 0;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jumbotron .content-visual-dashboard .visual.visual-home .visual-home-video {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 100%;
  min-height: 516px;
  background: #fff;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-visual-claim-video {
  display: none;
}

.dashboard {
  display: none;
  background: #006729;
  position: fixed;
  z-index: 999;
  right: 0;
}

.dashboard .dashboard-row1 {
  background-color: #eef1ef;
  height: 416px;
}

.dashboard .dashboard-row1 .cerca-agenzia {
  background-color: #e6ece8;
  text-align: center;
  height: 416px;
}

.dashboard .dashboard-row1 .cerca-agenzia .title {
  font-weight: 700;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dashboard .dashboard-row1 .cerca-agenzia .image {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

.dashboard .dashboard-row1 .cerca-agenzia .content-input {
  display: inline-block;
  width: 80%;
  background: #fff;
  text-align: left;
  margin-bottom: 29px;
}

.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input {
  background: #fff url(../images/public/dashboard-icon-search.png) right center no-repeat;
  background-size: 18px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  width: 95%;
  padding: 15px 20px 15px 15px;
  outline: 0;
}

.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-webkit-input-placeholder,
.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-moz-placeholder,
.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-ms-input-placeholder,
.dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-moz-placeholder {
  color: #ccc;
}

.dashboard .dashboard-row1 .area-clienti {
  background-color: #eef1ef;
  text-align: center;
  border-bottom: 2px solid #e6ece8;
}

.dashboard .dashboard-row1 .area-clienti .image {
  width: 63px;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.dashboard .dashboard-row1 .area-clienti .title {
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 60px;
}

.dashboard .dashboard-row1 .area-clienti:hover {
  background-color: #d7d9d7;
}

.dashboard .dashboard-row1 .assistenza-incidenti {
  background-color: #eef1ef;
  text-align: center;
}

.dashboard .dashboard-row1 .assistenza-incidenti .image {
  width: 100px;
  height: 44px;
  margin-top: 69px;
  margin-bottom: 10px;
}

.dashboard .dashboard-row1 .assistenza-incidenti .title {
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 33px;
}

.dashboard .dashboard-row1 .assistenza-incidenti:hover {
  background-color: #d7d9d7;
}

.dashboard .dashboard-row1 .content-mappa-agenzia {
  padding: 0;
  position: relative;
}

.dashboard .dashboard-row1 .content-mappa-agenzia .mappa-agenzia {
  background: #006729 url(../images/public/locator-icon-white.png) center center no-repeat;
  background-size: 60px;
  height: 332px;
  width: 100%;
}

.dashboard .dashboard-row1 .content-mappa-agenzia .close-map {
  width: 26px;
  height: 26px;
  border: none;
  background: transparent url(../images/public/close-map-icon.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

.dashboard .dashboard-row1 .column-login {
  background: #e6ece8;
}

.dashboard .dashboard-row1 .content-login {
  width: 100%;
  height: 416px;
}

.dashboard .dashboard-row1 .content-login .content-user-icon {
  text-align: center;
  padding-top: 15px;
}

.dashboard .dashboard-row1 .content-login .content-user-icon .dashboard-user-icon {
  display: inline-block;
  text-align: center;
  width: 66px;
  height: 66px;
}

.dashboard .dashboard-row1 .content-login .dashboard-link-login {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.dashboard .dashboard-row1 .content-login .dashboard-link-login:hover {
  text-decoration: underline;
}

.dashboard .dashboard-row1 .content-login .dashboard-text-login {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding-top: 15px;
  padding-bottom: 7px;
  display: block;
  width: 100%;
  text-align: center;
}

.dashboard .dashboard-row1 .content-login .dashboard-login-input {
  background: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  width: 100%;
  margin-bottom: 2px;
  padding: 12px 0 10px 0;
}

.dashboard .dashboard-row1 .content-login .dashboard-login-button {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
  display: block;
  width: 100%;
  background: #b6c5bb;
  margin-top: 10px;
  border: none;
}

.dashboard .dashboard-row1 .content-login .dashboard-login-button:hover {
  background: #006729;
}

.dashboard .dashboard-row1 .column-user-logged {
  background: #e6ece8;
}

.dashboard .dashboard-row1 .content-user-logged {
  height: 416px;
  width: 100%;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image-no-image {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image-no-image .dashboard-user-image-no-image {
  display: inline-block;
  text-align: center;
  width: 115px;
  height: 111px;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image .dashboard-user-image {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
}

.dashboard .dashboard-row1 .content-user-logged .welcome-message {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #006729;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.dashboard .dashboard-row1 .content-user-logged .welcome-message .nome-utente {
  color: #006729;
  font-weight: 700;
}

.dashboard .dashboard-row1 .content-user-logged .link-utente {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
  text-align: center;
  text-decoration: none;
}

.dashboard .dashboard-row1 .content-user-logged .link-utente:hover {
  text-decoration: underline;
}

.dashboard .dashboard-row2 {
  background-color: #006729;
  position: relative;
}

.dashboard .dashboard-row2 .title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.dashboard .dashboard-row2 .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  height: 34px;
}

.dashboard .dashboard-row2 .content-contact {
  margin: 0;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon {
  text-align: center;
  padding: 15px 0;
  background-color: #006729;
  height: 100px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon .image-phone {
  width: 60px;
  height: 66px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon .image-conversation {
  width: 66px;
  height: 51px;
  margin-top: 7px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon .image-mail {
  width: 60px;
  height: 40px;
  margin-top: 13px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon:hover {
  background-color: #00822b;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006729;
  z-index: 9999;
  cursor: default;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono b {
  font-weight: 600;
  color: #fff;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat {
  margin-top: 55px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat b {
  font-weight: 600;
  color: #fff;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-numero-telefono {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button {
  text-align: center;
  margin-top: 20px;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button:hover {
  color: #006729;
  background: #fff;
}

.dashboard .cerca-agenzia,
.dashboard .column-user-logged,
.dashboard .logged,
.dashboard .column-login {
  display: none;
}

.dashboard.not-logged .cerca-agenzia {
  display: block;
}

.dashboard.logging .column-login {
  display: block;
}

.dashboard.logged .column-user-logged,
.dashboard.logged .logged {
  display: block;
}

.dashboard.logged .not-logged {
  display: none;
}

.footer-main {
  background: #e6ece8;
  margin-top: 100px;
}

.footer-main .footer-content-aree-ivass {
  background: #dae2dd;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass {
  display: block;
  width: 50%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  border-right: 1px solid #fff;
  background: url(../images/public/footer-aree-ivass-arrow-right.png) 95% center no-repeat;
  background-size: 8px;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass:hover {
  background-color: #ced6d1;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass.link-aree-ivass-sx {
  border-left: 1px solid #fff;
}

.footer-main .footer-content-menu-prodotti {
  padding: 40px 0 0 0;
  position: relative;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria {
  width: 100%;
  height: 100%;
  background: rgba(230, 236, 232, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: rgba(255, 255, 255, 0.5);
  width: 640px;
  margin-top: 38px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-main-title {
  margin-bottom: 30px;
  padding: 20px 10px;
  background: #37536c;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-main-title .main-title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column {
  padding: 0 40px 0 40px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column {
  text-align: center;
  margin-bottom: 20px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .nome-categoria a {
  font-size: 16px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria {
  padding: 100px 0 6px 0;
  background: #006729;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 100%;
  max-width: 130px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria .icon-categoria {
  width: 68px;
  height: 74px;
  margin-bottom: 15px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria .nome-categoria {
  color: #fff;
  margin-bottom: 0;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-persona {
  background: #39b8c1 url(../images/public/categoria-persona-icon.png) center 30px no-repeat;
  background-size: 48px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-professionisti {
  background: #94acf5 url(../images/public/categoria-professionisti-icon.png) center 30px no-repeat;
  background-size: 43px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-imprese {
  background: #e8a238 url(../images/public/categoria-imprese-icon.png) center 30px no-repeat;
  background-size: 63px;
}

.footer-main .footer-content-menu-prodotti .overlay-footer-scelta-categoria .specchietto-scelta-categoria .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-altri-prodotti {
  background: #006729;
}

.footer-main .menu-footer {
  margin-bottom: 30px;
}

.footer-main .menu-footer .title {
  font-size: 12px;
  line-height: 15px;
  color: #002346;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 17px;
  cursor: default;
}

.footer-main .menu-footer .title .nuova-linea {
  display: block;
}

.footer-main .menu-footer .voce {
  font-size: 11px;
  line-height: 15px;
  color: #002346;
  font-weight: 400;
  padding-bottom: 10px;
  cursor: pointer;
}

.footer-main .menu-footer .voce:hover,
.footer-main .menu-footer .voce.active {
  color: #006729;
}

.footer-main .menu-footer a:last-child li {
  padding-bottom: 0;
}

.footer-main .menu-footer.menu-footer-beni a li {
  padding-left: 30px;
}

.footer-main .subfooter-content {
  text-align: center;
  padding: 17px 0;
  background: #eef1ef;
}

.footer-main .subfooter-content .subfooter {
  text-align: center;
}

/*
.footer-main .subfooter-content .subfooter a {
	margin: 0 5%
}*/
.footer-main .subfooter-content .subfooter li {
  list-style-type: none;
  display: inline-block;
}

.footer-main .subfooter-content .subfooter li.image img {
  width: 20px;
  height: 20px;
}

.footer-main .subfooter-content .subfooter li.text a {
  font-size: 12px;
  color: #006729 !important;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 7px;
}

.footer-main .copyright-content {
  background: #fafafa;
  text-align: center;
  padding: 20px 0;
}

.footer-main .copyright-content .copyright {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: grigioTesto;
  font-weight: 400;
}

.container .content-menu-secondo-liv .menu-secondo-liv {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
}

.container .content-menu-secondo-liv .menu-secondo-liv li {
  list-style-type: none;
}

.container .content-menu-secondo-liv .menu-secondo-liv .title {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: #b6c5bb;
  padding: 20px 25px;
}

.container .content-menu-secondo-liv .menu-secondo-liv .voce {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
  background: #fff url(../images/public/menu-right-arrow.png) 90% center no-repeat;
  background-size: 10px;
  padding: 20px 35px 20px 15px;
  border-bottom: 1px solid #e6ece8;
  width: 100%;
}

.container .content-menu-secondo-liv .menu-secondo-liv .voce:hover,
.container .content-menu-secondo-liv .menu-secondo-liv .voce.active {
  color: #006729;
  background: #eef1ef url(../images/public/menu-right-arrow-active.png) 90% center no-repeat;
  background-size: 10px;
}

.container .content-menu-secondo-liv .menu-secondo-liv a:last-child li {
  border-bottom: none;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-assistenza .menu-secondo-liv .title {
  background: #3a556f;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-assistenza .menu-secondo-liv .voce:hover,
.container .content-menu-secondo-liv.content-menu-secondo-liv-assistenza .menu-secondo-liv .voce.active {
  color: #3a556f;
  background: #e2e6ea url(../images/public/menu-right-arrow-active.png) 90% center no-repeat;
  background-size: 10px;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria {
  background: 0 0;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce {
  font-size: 22px;
  color: #002346;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #b6c5bb;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #006729;
  border-bottom: 2px solid #006729;
  padding-bottom: 14px;
}

.specchietto-riassuntivo-categoria .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria a:first-child li {
  border-top: 1px solid #b6c5bb;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-persona .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #39b8c1;
  border-bottom: 2px solid #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-professionisti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #94acf5;
  border-bottom: 2px solid #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-imprese .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #e8a238;
  border-bottom: 2px solid #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce:hover,
.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-menu-secondo-liv-categoria .menu-secondo-liv-categoria .voce.active {
  color: #006729;
  border-bottom: 2px solid #006729;
}

.content-menu-terzo-liv-categoria {
  background: #fff;
  padding: 0;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria {
  background: 0 0;
  padding-bottom: 0;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria a {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce {
  font-size: 20px;
  color: #002346;
  font-weight: 300;
  padding: 15px 41px 15px 30px;
  background: #fff;
  width: 100%;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .title {
  font-weight: 500;
  color: #002346;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria {
  color: #006729;
  font-weight: 700;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active {
  color: #fff;
  background: #006729;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .title,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .title,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce-separatore-data {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding: 7px 30px 7px 30px;
  background: #405a75;
  width: 100%;
  transition: all 0.2s ease-out;
}

.content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
  z-index: 15;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce .divisoria {
  color: #39b8c1;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce:hover,
.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce.active {
  background: #39b8c1;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-persona .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-persona .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #39b8c1 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce .divisoria {
  color: #94acf5;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce:hover,
.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce.active {
  background: #94acf5;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-professionisti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-professionisti .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #94acf5 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce .divisoria {
  color: #e8a238;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce:hover,
.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce.active {
  background: #e8a238;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-imprese .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-imprese .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #e8a238 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce .divisoria {
  color: #006729;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce:hover,
.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce.active {
  background: #006729;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce:hover .divisoria,
.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.categoria-altri-prodotti .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-altri-prodotti .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce .divisoria {
  color: #3a556f;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce:hover,
.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce.active {
  background: #3a556f;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce:hover .divisoria,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce:hover .divisoria,
.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce.active .divisoria,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .voce.active .divisoria {
  color: #fff;
}

.specchietto-assistenza .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow,
.content-menu-terzo-liv-categoria.categoria-assistenza .menu-terzo-liv-categoria .menu-terzo-liv-categoria-right-arrow {
  background: #3a556f url(../images/public/categoria-menu-terzo-liv-right-arrow.png) center center no-repeat;
  background-size: 10px;
}

.container .content-page .main-title-content {
  margin-bottom: 40px;
}

.container .content-page .main-title-content .main-title {
  font-weight: 400;
  color: #505050;
  font-size: 36px;
  margin-bottom: 20px;
}

.container .content-page .main-title-content .main-title.main-title-agenzie {
  text-align: center;
  color: #006729;
}

.container .content-page .main-title-content .main-subtitle {
  font-weight: 300;
  color: #333;
  font-size: 20px;
  line-height: 25px;
}

.container .content-page .main-title-content .main-subtitle.main-subtitle-agenzie {
  text-align: center;
}

.container .content-page section {
  margin-bottom: 55px;
}

.container .content-page section .section-title {
  font-weight: 500;
  color: #006729;
  font-size: 20px;
  margin-bottom: 15px;
}

.container .content-page section .section-title.section-title-half {
  margin-top: 30px;
  margin-bottom: 15px;
}

.container .content-page section .section-title.section-title-assistenza {
  color: #3a556f;
}

.container .content-page section .content-button-carta-hdi {
  text-align: center;
}

.container .content-page section .content-button-carta-hdi .button-carta-hdi {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  margin-bottom: 50px;
}

.container .content-page section .normal-text {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.container .content-page section .normal-text.note {
  font-size: 11px;
  line-height: 17px;
}

.container .content-page section .normal-text .link-documenti {
  color: inherit;
  text-decoration: underline;
}

.container .content-page section .normal-text .link-documenti:hover {
  color: #006729;
}

.container .content-page section .normal-text .elenco-puntato {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
}

.container .content-page section .normal-text .elenco-puntato-doppio {
  padding-left: 60px;
  display: inline-block;
  width: 100%;
}

.container .content-page section .normal-text b {
  font-weight: 500;
}

.container .content-page section .normal-text strong {
  font-weight: 700;
}

.container .content-page section .content-carta-hdi {
  text-align: center;
  margin-bottom: 10px;
}

.container .content-page section .content-carta-hdi .carta-hdi {
  display: inline-block;
  width: 100%;
  max-width: 272px;
}

.container .content-page section .agos-logo {
  width: 200px;
  display: block;
  margin-top: 40px;
}

.container .popover {
  min-width: 280px;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .main-title-news {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  padding: 51px 40px 40px 40px;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: #002346;
  padding: 0 40px 55px 40px;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text a {
  font-weight: 500;
  color: #006729;
  text-decoration: none;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text b,
.specchietto-riassuntivo-categoria.specchietto-riassuntivo-news .news-text strong {
  font-weight: 700;
}

.specchietto-riassuntivo-categoria {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #fff;
}

.specchietto-riassuntivo-categoria.specchietto-scelta {
  background: #e6ece8;
}

.specchietto-riassuntivo-categoria .content-main-title {
  margin-bottom: 40px;
  padding: 25px 10px;
  background: #006729;
}

.specchietto-riassuntivo-categoria .content-main-title .main-title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-main-title .main-title-product {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.specchietto-riassuntivo-categoria .content-main-title .main-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #002346;
  padding-top: 15px;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-main-title .main-subtitle-only {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-main-title.content-main-title-preventivatore {
  margin-bottom: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top {
  display: block;
  padding: 0 40px 0 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column {
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .nome-categoria {
  font-size: 26px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  text-transform: uppercase;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .nome-categoria.nome-categoria-professionista {
  font-size: 19px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  padding: 119px 0 6px 0;
  background: #006729;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 100%;
  max-width: 160px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .content-icon-categoria .icon-categoria {
  width: 68px;
  height: 74px;
  margin-bottom: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column .content-icon-categoria .nome-categoria {
  color: #fff;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione {
  padding-top: 0;
  padding-bottom: 45px;
  padding-left: 10px;
  color: #002346;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione b {
  font-weight: 400;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza {
  list-style-type: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza .punto-lista {
  margin-top: 2px;
  padding-left: 25px;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  color: #002346;
  text-align: left;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  background: transparent url(../images/public/punto-lista.jpg) left 13px no-repeat;
  background-size: 10px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza .punto-lista strong {
  font: inherit;
  color: inherit;
}

.specchietto-riassuntivo-categoria .content-specchietto-top hr {
  display: block;
  height: 1px;
  border: 0;
  background: #b2b2b2;
  width: 100%;
  float: left;
  margin-top: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria {
  display: block;
  text-decoration: none;
  color: #002346;
  cursor: pointer;
  text-align: center;
  margin-bottom: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon {
  margin: 0 auto;
  margin-top: 41px;
  width: 120px;
  height: 78px;
  background-image: url(../images/public/sprite-sottocategorie.png);
  background-size: auto 156px;
  background-position: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
  background-position: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
  background-position: -120px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
  background-position: -240px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
  background-position: -360px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
  background-position: -480px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
  background-position: -600px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
  background-position: -720px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
  background-position: -840px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
  background-position: -960px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .title-sottocategoria {
  font-size: 23px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  transition: all 0.2s ease-out;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #006729;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon {
  background-position: 0 -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
  background-position: 0 -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
  background-position: -120px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
  background-position: -240px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
  background-position: -360px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
  background-position: -480px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
  background-position: -600px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
  background-position: -720px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
  background-position: -840px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
  background-position: -960px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-bottom {
  padding: 10px 0 0 0;
  margin: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione {
  padding: 30px 40px 0 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .title {
  font-weight: 700;
  color: #002346;
  font-size: 20px;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text b,
.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text strong {
  font-weight: 700;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text b.no-style,
.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .normal-text strong.no-style {
  font-weight: 400;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .note-text {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .note-legali-text {
  font-weight: 300;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 40px;
  font-style: italic;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .note-legali-text .bold {
  font-weight: 600;
  font-style: italic;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .read-more {
  font-weight: 500;
  color: #006729;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 15px;
  text-decoration: underline;
  display: block;
  font-style: italic;
  cursor: pointer;
}

.specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione #continua-a-leggere {
  display: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie {
  background: #eef1ef;
  padding: 50px 0 80px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .title {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .subtitle {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia {
  margin-top: 40px;
  padding: 0 30px;
  margin-bottom: 60px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
  height: 300px;
  overflow-y: scroll;
  background: 0 0;
  padding: 0 25px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia {
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  background: #fff;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
  width: 100%;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia .nome-agenzia {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
  display: block;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia .indirizzo-agenzia {
  padding-top: 7px;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  font-weight: 300;
  text-align: left;
  display: block;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active,
.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover {
  color: #fff;
  background: #b6c6bb;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active .nome-agenzia,
.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover .nome-agenzia {
  color: #fff;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active .indirizzo-agenzia,
.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover .indirizzo-agenzia {
  color: #fff;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa {
  padding: 0 25px;
  height: 300px;
  background: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa .mappa {
  background: 0 0;
  height: 300px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .title-form {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .subtitle-form {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .subtitle-form strong {
  font-weight: 500;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row {
  padding: 0 15px;
  margin-top: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
  padding: 0 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-label {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-textarea {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
  height: 130px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-button {
  background: #006729;
  display: block;
  width: 100%;
  border: 1px solid #006729;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel {
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  padding: 12px 0 0 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel .tel {
  color: #006729;
  font-size: 17px;
  font-weight: 700;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link:hover {
  color: #006729;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url(../images/public/privacy-check-checked.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie {
  background: #fff;
  padding: 45px 0 60px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .riga-specchietto-cap-agenzie {
  padding: 0 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie {
  padding: 0 25px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .title-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #002346;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .text-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #002346;
  text-align: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .input-cap {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  background: 0 0;
  margin-top: 5px;
}

.specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .button-cap {
  background: #006729;
  display: block;
  width: 100%;
  border: 1px solid #006729;
  padding: 15px 8px 12px 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
}

.specchietto-riassuntivo-categoria .content-title-contatta-assistenza {
  width: 100%;
}

.specchietto-riassuntivo-categoria .content-title-contatta-assistenza .title-contatta-assistenza {
  padding: 30px 10px;
  background: #405a75;
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-title-contatta-assistenza .title-contatta-assistenza strong {
  color: #fff;
  font-weight: 700;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti {
  background: #fff;
  padding: 55px 40px 20px 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-note-text .note-text {
  font-weight: 300;
  font-size: 15px;
  color: #002346;
  text-align: left;
  line-height: 18px;
  margin-bottom: 20px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto {
  margin: 0;
  margin-bottom: 40px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto > div {
  padding: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  height: 70px;
  background-color: #006729;
  border-right: 1px solid #4dba71;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact .image-phone {
  width: 43px;
  height: 47px;
  display: inline-block;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact .image-conversation {
  width: 49px;
  height: 38px;
  margin-top: 4px;
  display: inline-block;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact .image-mail {
  width: 42px;
  height: 28px;
  margin-top: 9px;
  display: inline-block;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  padding-left: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact:hover {
  background-color: #00822b;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact.link-contact-last {
  border-right: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #e6ece8;
  padding: 15px 10px;
  border-radius: 0;
  margin: 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .normal-text-dropdown {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #002346;
  padding: 0 15px 15px 15px;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .normal-text-dropdown b {
  font-weight: 600;
  color: #002346;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .normal-text-dropdown b.numero-telefono {
  display: inline-block;
  margin-top: 15px;
  font-size: 17px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .button-telefona {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #006729;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  text-decoration: none;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .button-telefona.button-telefona-disabled {
  color: #9ca19d;
  background: #cdd4cf;
  cursor: default;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact {
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element {
  width: 80%;
  margin: 0 auto;
  margin-top: 2px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element input {
  background: #fff;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px 10px;
  vertical-align: middle;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element select {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px 10px 10px 60px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element select option {
  color: #333;
  text-align: center;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element button {
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #b6c5bb;
  padding: 14px 10px;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .dropdown-menu-normal .content-form-contact .content-element button:hover {
  background: #006729;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-numero-verde-prodotti {
  float: right;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .testo-contatto-diretto {
  font-size: 14px;
  font-weight: 500;
  color: #002346;
  padding-top: 19px;
  margin-right: 15px;
  float: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde {
  display: block;
  float: left;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde img {
  width: 137;
  height: 49px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon {
  width: 140px;
  float: right;
  margin-top: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button {
  display: block;
  float: right;
  margin-left: 30px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button.button-print {
  width: 25px;
  height: 22px;
  background: transparent url(../images/public/contact-print-icon.png) center center no-repeat;
  background-size: 100%;
  margin-left: 0;
  margin-top: 5px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button.button-download {
  width: 31px;
  height: 31px;
  background: transparent url(../images/public/contact-download-icon.png) center center no-repeat;
  background-size: 100%;
  margin-top: 1px;
}

.specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-button-icon .button.button-send {
  width: 22px;
  height: 29px;
  background: transparent url(../images/public/contact-send-icon.png) center center no-repeat;
  background-size: 100%;
}

.specchietto-riassuntivo-categoria.specchietto-riassuntivo-categoria-archivio .content-specchietto-bottom {
  padding-top: 0;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-main-title {
  background: #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #39b8c1 url(../images/public/categoria-persona-icon.png) center 30px no-repeat;
  background-size: 68px;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-persona .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #39b8c1;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-main-title {
  background: #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #94acf5 url(../images/public/categoria-professionisti-icon.png) center 30px no-repeat;
  background-size: 61px;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-professionisti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #94acf5;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-main-title {
  background: #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #e8a238 url(../images/public/categoria-imprese-icon.png) center 30px no-repeat;
  background-size: 89px;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-imprese .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #e8a238;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-main-title {
  background: #006729;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #006729;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #006729;
}

.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.categoria-altri-prodotti .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #006729;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza {
  background: #e2e6ea;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-main-title {
  background: #3a556f;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-main-title .main-subtitle {
  font-weight: 300;
  color: #fff;
  font-weight: bold;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-icon-categoria-column .content-icon-categoria {
  background: #3a556f;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon,
.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon {
  background-color: #3a556f;
}

.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .title-sottocategoria,
.specchietto-riassuntivo-categoria.specchietto-assistenza .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .title-sottocategoria {
  color: #3a556f;
}

.specchietto-macro-categorie {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #dae2dd;
}

.specchietto-macro-categorie .content-main-title {
  margin-bottom: 60px;
  padding: 25px 10px;
  background: #37536c;
}

.specchietto-macro-categorie .content-main-title .main-title {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.specchietto-macro-categorie .content-main-title .main-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #68dd11;
  padding-top: 15px;
  text-align: center;
}

.specchietto-macro-categorie .content-main-title .main-subtitle-only {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  text-align: center;
}

.specchietto-macro-categorie .content-macro-column {
  padding: 0 40px 0 40px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column {
  text-align: center;
  margin-bottom: 40px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .nome-categoria {
  font-size: 26px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria {
  padding: 119px 0 6px 0;
  background: #006729;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 100%;
  max-width: 160px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria .icon-categoria {
  width: 68px;
  height: 74px;
  margin-bottom: 15px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria .nome-categoria {
  color: #fff;
  margin-bottom: 0;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-persona {
  background: #39b8c1 url(../images/public/categoria-persona-icon.png) center 30px no-repeat;
  background-size: 68px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-professionisti {
  background: #94acf5 url(../images/public/categoria-professionisti-icon.png) center 30px no-repeat;
  background-size: 61px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-imprese {
  background: #e8a238 url(../images/public/categoria-imprese-icon.png) center 30px no-repeat;
  background-size: 89px;
}

.specchietto-macro-categorie .content-macro-column .content-icon-categoria-column .content-icon-categoria.categoria-altri-prodotti {
  background: #006729;
}

.lunch-product-section {
  background: #e6ece8;
  padding: 80px 0 65px 0;
}

.lunch-product-section .anchor-content-lunch-product {
  text-decoration: none;
  color: inherit;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product {
  width: 100%;
  text-align: center;
  background: #fff;
  min-height: 501px;
  transition: box-shadow 0.5s ease;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .image-lunch-product {
  width: 100%;
  margin: 0;
  display: block;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .title-lunch-product {
  font-size: 19px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 10% 20px 20px;
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
  margin: 0;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .subtitle-lunch-product {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: bluHDI;
  padding: 25px 0;
  margin: 0 20px;
  border-bottom: 1px solid #b2b2b2;
  min-height: 87px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .cta-lunch-product {
  font-size: 16px;
  font-weight: 700;
  color: #006729;
  text-align: center;
  padding: 15px 20px 10px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .cta2-lunch-product {
  font-size: 16px;
  font-weight: 700;
  color: #002346;
  text-align: center;
  padding: 0 20px 2px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .cta-big-lunch-product {
  font-size: 55px;
  font-weight: 700;
  color: #006729;
  text-align: center;
  padding: 0 20px 0 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product {
  padding: 15px 20px 0 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 50px 17px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product .button-icon-preventivo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #006729 url(../images/public/calcola-preventivo-icon.png) center center no-repeat;
  background-size: 21px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product:hover {
  background: #006729;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-preventivo-lunch-product:hover .button-title {
  color: #fff;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px 17px 20px;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product:hover {
  background: #006729;
}

.lunch-product-section .anchor-content-lunch-product .content-lunch-product .content-button-preventivo-lunch-product .button-main-lunch-product:hover .button-title {
  color: #fff;
}

.lunch-product-section .anchor-content-lunch-product.categoria-persona .content-lunch-product .title-lunch-product {
  background: #39b8c1 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-persona .content-lunch-product .cta-lunch-product {
  color: #39b8c1;
}

.lunch-product-section .anchor-content-lunch-product.categoria-persona .content-lunch-product .cta-big-lunch-product {
  color: #39b8c1;
}

.lunch-product-section .anchor-content-lunch-product.categoria-professionisti .content-lunch-product .title-lunch-product {
  background: #94acf5 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-professionisti .content-lunch-product .cta-lunch-product {
  color: #94acf5;
}

.lunch-product-section .anchor-content-lunch-product.categoria-professionisti .content-lunch-product .cta-big-lunch-product {
  color: #94acf5;
}

.lunch-product-section .anchor-content-lunch-product.categoria-imprese .content-lunch-product .title-lunch-product {
  background: #e8a238 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-imprese .content-lunch-product .cta-lunch-product {
  color: #e8a238;
}

.lunch-product-section .anchor-content-lunch-product.categoria-imprese .content-lunch-product .cta-big-lunch-product {
  color: #e8a238;
}

.lunch-product-section .anchor-content-lunch-product.categoria-altri-prodotti .content-lunch-product .title-lunch-product {
  background: #006729 url(../images/public/categoria-menu-terzo-liv-right-arrow.png) 95% center no-repeat;
  background-size: 11px;
}

.lunch-product-section .anchor-content-lunch-product.categoria-altri-prodotti .content-lunch-product .cta-lunch-product {
  color: #006729;
}

.lunch-product-section .anchor-content-lunch-product.categoria-altri-prodotti .content-lunch-product .cta-big-lunch-product {
  color: #006729;
}

.lunch-news-section {
  background: 0 0;
  padding: 0;
}

.lunch-news-section .content-lunch-product {
  text-align: center;
  background: #fff;
  position: relative;
}

.lunch-news-section .content-lunch-product .image-lunch-product {
  width: 100%;
  margin: 0;
  display: block;
}

.lunch-news-section .content-lunch-product .content-text {
  position: relative;
  z-index: 5;
  width: 93%;
  margin: 0 auto;
  margin-top: -15px;
  background: 0 0;
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  background: 0 0;
  text-align: center;
  transition: all 0.1s ease-in;
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta .etichetta {
  display: inline-block;
  background: #006729;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 14px;
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta .etichetta.etichetta-hdi {
  background: rgba(0, 156, 51, 0.9);
}

.lunch-news-section .content-lunch-product .content-text .content-etichetta .etichetta.etichetta-grigia {
  background: rgba(102, 102, 102, 0.9);
}

.lunch-news-section .content-lunch-product .content-text .title-article {
  font-size: 20px;
  line-height: 23px;
  color: #002346;
  font-weight: 500;
  text-align: center;
  padding: 45px 15px 20px 15px;
}

.lunch-news-section .content-lunch-product .content-text .text-article {
  font-size: 13px;
  line-height: 16px;
  color: #002346;
  font-weight: 400;
  text-align: center;
  padding: 0 15px;
}

.lunch-news-section .content-lunch-product .content-text .content-button-lunch-news {
  padding: 35px 15px;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.lunch-news-section .content-lunch-product .content-text .content-button-lunch-news .button-lunch-news {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background: #b6c5bb;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
}

.lunch-news-section .content-lunch-product .content-text .content-button-lunch-news .button-lunch-news:hover {
  background: #006729;
}

.lunch-news-section .content-lunch-product:hover .content-text {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.lunch-news-section .content-lunch-product:hover .content-text .content-etichetta {
  top: -18px;
}

.lunch-news-section .content-lunch-product:hover .content-text .content-button-lunch-news {
  opacity: 1;
}

.last-news-section {
  background: 0 0;
  margin-top: 80px;
}

.last-news-section .container {
  padding: 24px 15px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.last-news-section .content-data {
  float: left;
  width: 140px;
  padding: 0 15px;
}

.last-news-section .content-data .data {
  padding: 10px 12px;
  background: #193958;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  text-align: center;
  min-width: 100px;
}

.last-news-section .content-text {
  padding: 0 15px;
  margin-left: 140px;
}

.last-news-section .content-text .text {
  padding: 0;
  background: 0 0;
  font-weight: 400;
  color: #002346;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
}

.last-news-section .content-text .text .link {
  text-decoration: underline;
  color: #002346;
  font-weight: 500;
}

.final-button-section {
  width: 100%;
  background: #e6ece8;
  padding: 60px 0;
  margin-bottom: 80px;
}

.final-button-section .container > div {
  padding: 0 1px;
}

.final-button-section .button {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 10px;
  text-decoration: none;
  margin-bottom: 1px;
}

.final-button-section .button:hover {
  background: #006729;
  color: #fff;
}

.final-button-section .dropdown-menu-normal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e6ece8;
  margin: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.final-button-section .dropdown-menu-normal .nome-fascicolo {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #e6ece8;
  padding: 20px 40px 20px 20px;
  background: transparent url(../images/public/download-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section .dropdown-menu-normal .nome-fascicolo.nome-fascicolo-link {
  background: transparent url(../images/public/link-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section .dropdown-menu-normal .nome-fascicolo:hover {
  color: #fff;
  background-color: #006729;
}

.final-button-section-wk {
  width: 100%;
  background: #e6ece8;
  padding: 60px 0;
  margin-bottom: 80px;
}

.final-button-section-wk .container > div {
  padding: 0 1px;
}

.final-button-section-wk .button {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 10px;
  text-decoration: none;
  margin-bottom: 1px;
}

.final-button-section-wk .button:hover {
  background: #006729;
  color: #fff;
}

.final-button-section-wk .dropdown-menu-normal {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e6ece8;
  margin: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.final-button-section-wk .dropdown-menu-normal .nome-fascicolo {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #e6ece8;
  padding: 20px 40px 20px 20px;
  background: transparent url(../images/public/download-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section-wk .dropdown-menu-normal .nome-fascicolo.nome-fascicolo-link {
  background: transparent url(../images/public/link-document-icon.png) right center no-repeat;
  background-size: 37px;
}

.final-button-section-wk .dropdown-menu-normal .nome-fascicolo:hover {
  color: #fff;
  background-color: #006729;
}

.breadcrumbs {
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 2px;
}

.breadcrumbs .breadcrumbs-paragrafo {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  float: left;
}

.breadcrumbs .breadcrumbs-paragrafo .breadcrumbs-no-anchor {
  text-decoration: none;
  color: #666;
  font-weight: 400;
}

.breadcrumbs .breadcrumbs-paragrafo .breadcrumbs-anchor {
  text-decoration: none;
  color: #666;
  font-weight: 500;
}

.breadcrumbs .breadcrumbs-paragrafo .breadcrumbs-anchor:hover {
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs-title {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  float: right;
  text-align: right;
}

.content-specchietto-preventivatore {
  margin-top: 40px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore {
  padding: 0 40px 25px 40px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.content-specchietto-riga-preventivatore-eta-minima {
  padding-bottom: 15px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.riga-output-preventivatore {
  padding-bottom: 0 !important;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.riga-output-preventivatore .output-preventivatore-testo-lungo {
  margin: 10px 0 !important;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .intro-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .title {
  line-height: 24px;
  margin-bottom: 20px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .title span {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  background: #eef1ef;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #002346;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-select {
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 11px 40px 11px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
  margin-top: -6px;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-select option {
  color: #333;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .input-data-nascita {
  border: 1px solid #333;
  width: 31%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 11px 30px 11px 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 26px;
  margin-top: -6px;
  margin-right: 3%;
  display: block;
  float: left;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .input-data-nascita option {
  color: #333;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .input-data-nascita.input-data-nascita-last {
  margin-right: 0;
  width: 32%;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-top: -8px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-top: -8px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly::-webkit-input-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly::-moz-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly:-ms-input-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .preventivatore-input-readonly:-moz-placeholder {
  font-weight: 300;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container {
  padding: 11px 60px 0 60px;
  position: relative;
  line-height: 24px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container label {
  position: absolute;
  top: 0;
  font-weight: 400;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .min {
  left: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .max {
  right: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container input {
  position: absolute;
  width: 100px;
  text-align: center;
  top: -25px;
  left: -38px;
  border: none;
  background-color: transparent;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-slider {
  position: relative;
  height: 2px;
  background-color: #eef1ef;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-slider-range {
  position: absolute;
  top: -1px;
  height: 4px;
  z-index: 1;
  display: block;
  border: 0 none;
  background-position: 0 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #39b8c1;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  top: -12px;
  margin-left: -12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #39b8c1;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #39b8c1;
  outline: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #39b8c1;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-disabled .ui-slider-handle {
  background-color: #eef1ef;
  cursor: default;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container {
  line-height: 24px;
  text-align: left;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label {
  font-weight: 400;
  position: relative;
  margin-right: 150px;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  bottom: -8px;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio] {
  display: none;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  content: "✓";
  color: #39b8c1;
  font-size: 20px;
  border: 2px solid #39b8c1;
  text-align: center;
  line-height: 40px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 50px 17px 20px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo .button-icon-preventivo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #006729 url(../images/public/calcola-preventivo-icon.png) center center no-repeat;
  background-size: 21px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo:hover {
  background: #006729;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo:hover .button-title {
  color: #fff;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo-maggiori-info {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #006729;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-top: 0 !important;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo-maggiori-info .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 10px 17px 10px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.disabled {
  opacity: 0.5;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore.disabled .title span {
  display: none;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore {
  width: 100%;
  text-align: center;
  border: 1px solid #002346;
  margin: 30px 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore.output-preventivatore-testo-lungo {
  margin: 5px 0;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  font-weight: 700;
  color: #39b8c1;
  font-size: 36px;
  padding: 10px 5px;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  font-weight: 700;
  color: #39b8c1;
  font-size: 36px;
  padding-top: 5px;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  font-weight: 700;
  color: #39b8c1;
  font-size: 36px;
  padding-top: 5px;
  text-align: center;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .nota {
  font-weight: 400;
  color: #002346;
  font-size: 16px;
  display: block;
  padding-left: 0;
  margin-top: 10px;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .nota.nota-no-capo {
  display: inline-block;
  padding-left: 8px;
  margin-top: 0;
}

.content-specchietto-preventivatore .intro-preventivatore-globale-casa {
  font-size: 18px;
  font-weight: 400;
  color: #002346;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 40px;
}

.content-specchietto-preventivatore .intro-preventivatore-infortuni {
  font-size: 18px;
  font-weight: 400;
  color: #002346;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 40px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa {
  margin: 0;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza {
  padding: 0 40px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
  padding-right: 20px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
  padding-left: 20px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza {
  background: #eef1ef;
  padding: 40px 30px;
  cursor: pointer;
  margin-bottom: 40px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .content-titolo-scelta {
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  text-transform: uppercase;
  padding-left: 60px;
  background: transparent url(../images/public/preventivatore-check-icon.png) left center no-repeat;
  background-size: 40px;
  display: inline-block;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .descrizione-scelta {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #002346;
  margin: 30px 0;
  text-align: left;
  min-height: 57px;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .select-scelta {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  padding: 15px 33px 14px 11px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
  text-align-last: center;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .select-scelta option {
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked.png) left center no-repeat;
  background-size: 40px;
}

.content-specchietto-preventivatore .content-cap-globale-casa {
  padding-top: 0;
  padding-bottom: 40px;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa {
  padding: 30px;
  background: #eef1ef;
  margin: 0 40px;
  margin-bottom: 35px;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa .titolo-garanzia {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  margin-bottom: 20px;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  color: #002346;
}

.content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia b {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-scelte-infortuni {
  margin: 0;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza {
  padding: 0 40px;
  margin-bottom: 30px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
  padding-left: 15px;
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
  padding-left: 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione1 {
  background: #eef1ef;
  padding: 30px 0 10px 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-sezione-accordion .sezione-accordion {
  padding: 20px 0;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione2,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione4,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni {
  background: #e6ece8;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione3,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione5 {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-titolo-scelta {
  text-align: center;
  padding: 0 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria {
  margin: 25px 0;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  height: 5px;
  width: 15%;
  background: #006729;
  margin: 0 auto;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #006729;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #006729;
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione-titolo {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #002346;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione-prezzo {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #002346;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni {
  padding: 30px 15px;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: transparent url(../images/public/preventivatore-infortuni-radio-button.png) center center no-repeat;
  background-size: 40px;
  background-position: 0 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni:hover,
.content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni.radio-button-infortuni-active {
  background-position: 0 -40px;
}

.content-specchietto-preventivatore .content-scelte-pip {
  margin: 0;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza {
  padding: 0 40px;
  margin-bottom: 30px;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
  padding-left: 15px;
  padding-right: 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
  padding-left: 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione1 {
  background: #eef1ef;
  padding: 30px 0 10px 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-sezione-accordion .sezione-accordion {
  padding: 20px 0;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione2,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione4,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni {
  background: #e6ece8;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione3,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione5 {
  background: #eef1ef;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-titolo-scelta {
  text-align: center;
  padding: 0 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria {
  margin: 25px 0;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  height: 5px;
  width: 15%;
  background: #006729;
  margin: 0 auto;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #006729;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #006729;
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione-titolo {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #002346;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione-prezzo {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #002346;
  padding: 0 15px;
  text-align: center;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni {
  padding: 30px 15px;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: transparent url(../images/public/preventivatore-infortuni-radio-button.png) center center no-repeat;
  background-size: 40px;
  background-position: 0 0;
  cursor: pointer;
}

.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni:hover,
.content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-radio-button-infortuni .radio-button-infortuni.radio-button-infortuni-active {
  background-position: 0 -40px;
}

.content-specchietto-preventivatore .content-nota-pip {
  padding: 20px;
  background: #eef1ef;
  margin: 0 40px;
  margin-bottom: 60px;
}

.content-specchietto-preventivatore .content-nota-pip .titolo-garanzia {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  margin-bottom: 20px;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #002346;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia .nota {
  padding-top: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  color: #002346;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia .nota .link {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-nota-pip .testo-garanzia b {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-riga-calcola-pip {
  padding: 0 55px;
  margin-bottom: 50px;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip {
  padding: 40px 0 40px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  overflow: hidden;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #002346;
  margin-bottom: 30px;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip b,
.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip a {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .button-calcola-preventivo .button-title {
  padding-right: 20px;
}

.content-specchietto-preventivatore .nota-pre-cap-pip {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #002346;
  margin-bottom: 0;
  padding: 0 55px;
}

.content-specchietto-preventivatore .nota-pre-cap-pip b {
  font-weight: 400;
  color: #002346;
}

.content-specchietto-preventivatore.content-specchietto-preventivatore-preventivatore-auto .content-specchietto-riga-preventivatore .title {
  text-align: right;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #39b8c1;
  border: 2px solid #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-persona.png) left center no-repeat;
  background-size: 40px;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #39b8c1;
}

.categoria-persona .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #39b8c1;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #e8a238;
  border: 2px solid #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-imprese.png) left center no-repeat;
  background-size: 40px;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #e8a238;
}

.categoria-imprese .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #e8a238;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #94acf5;
  border: 2px solid #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-professionisti.png) left center no-repeat;
  background-size: 40px;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #94acf5;
}

.categoria-professionisti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #94acf5;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-widget-header {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-default {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-hover,
.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-focus {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-slider-container .ui-state-active {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container input[type=radio]:checked + label:after {
  color: #006729;
  border: 2px solid #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo #premio {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .value {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza.box-scelta-polizza-active .content-titolo-scelta .titolo-scelta {
  background: transparent url(../images/public/preventivatore-check-icon-checked-altri-prodotti.png) left center no-repeat;
  background-size: 40px;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-divisoria .divisoria {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-text {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .premio-number {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-divisoria .divisoria {
  background: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-text {
  color: #006729;
}

.categoria-altri-prodotti .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .premio-number {
  color: #006729;
}

.main-title-content-contatti {
  margin-bottom: 30px !important;
}

.main-title-content-contatti.main-title-content-contatti-second {
  margin-top: 70px;
}

.main-title-content-contatti .main-title {
  margin-bottom: 5px !important;
}

.main-title-content-contatti .main-subtitle {
  padding-bottom: 10px !important;
}

.contatti-form .riga-radio-button {
  margin-bottom: 25px;
}

.contatti-form .riga-radio-button .radio-button-label {
  color: #333;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  cursor: pointer;
  padding-left: 33px;
  background: transparent url(../images/public/mappa-check-button-black.png) left center no-repeat;
  background-size: 23px;
}

.contatti-form .riga-radio-button .radio-button-label .title {
  font-weight: 400;
}

.contatti-form .riga-radio-button .radio-button {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.contatti-form .riga-radio-button .radio-button:checked + label.radio-button-label {
  background: transparent url(../images/public/mappa-check-button-checked.png) left center no-repeat;
  background-size: 23px;
}

.contatti-form .content-campo-form {
  margin-bottom: 30px;
  text-align: center;
}

.contatti-form .content-campo-form .form-label-input {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: left;
}

.contatti-form .content-campo-form .form-label-input.form-label-input-double {
  padding-top: 3px;
}

.contatti-form .content-campo-form .form-label-input.form-label-input-error {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.contatti-form .content-campo-form .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.contatti-form .content-campo-form .form-input.form-input-error {
  border: 1px solid #df162c;
}

.contatti-form .content-campo-form .form-select {
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 13px 33px 12px 11px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/select-background.png) right center no-repeat;
  background-size: 30px;
}

.contatti-form .content-campo-form .form-select option {
  color: #333;
  text-align: center;
}

.contatti-form .content-campo-form .form-select.form-select-error {
  border: 1px solid #df162c;
  color: #df162c;
}

.contatti-form .content-campo-form .form-textarea {
  display: block;
  width: 100%;
  height: 175px;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.contatti-form .content-campo-form .form-textarea.form-textarea-error {
  border: 1px solid #df162c;
}

.contatti-form .content-campo-form .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: 20px;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label .privacy-link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label .privacy-link:hover {
  color: #006729;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-label.privacy-label-error {
  color: #df162c;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.contatti-form .content-campo-form .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url(../images/public/privacy-check-checked.png) left center no-repeat;
  background-size: 20px;
}

.contatti-form .content-campo-form.content-campo-form-button {
  margin-bottom: 0;
}

.contatti-form .content-campo-form .form-button {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
}

.mappa .content-filtri-mappa {
  margin-bottom: 20px;
}

.mappa .content-filtri-mappa .content-filtro-mappa {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content {
  background: #e6ece8;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  margin-top: -30px;
  margin-left: -31px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  margin-top: -30px;
  margin-left: -30px;
  width: 61px;
  height: 61px;
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 -61px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  margin-top: -30px;
  margin-left: -20px;
  width: 41px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  vertical-align: top;
  padding-top: 4px;
  width: 100%;
  transition: all 0.2s ease-out;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content {
  background: #006729;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-label {
  font-weight: 700;
  color: #006729;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content {
  background: #e2e6ea;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  margin-top: -30px;
  margin-left: -31px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  margin-top: -30px;
  margin-left: -30px;
  width: 61px;
  height: 61px;
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 -61px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  margin-top: -30px;
  margin-left: -20px;
  width: 41px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  vertical-align: top;
  padding-top: 4px;
  width: 100%;
  transition: all 0.2s ease-out;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content {
  background: #3a556f;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
  background: transparent url(../images/public/filtro-mappa-icon-agenzie.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
  background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
  background-size: 61px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
  background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
  background-size: 41px;
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-label {
  font-weight: 700;
  color: #3a556f;
}

.mappa .mappa-testo-intro {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mappa .content-mappa-ricerca {
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-label-input {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 17px;
  text-align: left;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-input {
  width: 100%;
  padding: 14px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #333;
  background: #fff;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-button {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #006729;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  border: none;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .mappa-button.mappa-button-assistenza {
  background: #3a556f;
}

.mappa .content-google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  margin-bottom: 30px;
}

.mappa .mappa-numero-risultati {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-bottom: 40px;
}

.mappa .content-info-hdi-box .info-hdi-box {
  background: #eef1ef;
  padding: 20px 0;
  margin-bottom: 5px;
  height: 100%;
}

.mappa .content-info-hdi-box .info-hdi-box .row {
  margin: 0;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon {
  width: 62px;
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon.info-hdi-box-icon-agenzie {
  width: 62px;
  height: 60px;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon.info-hdi-box-icon-centri-assistenza {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-icon.info-hdi-box-icon-carrozzerie-convenzionate {
  width: 41px;
  height: 60px;
  margin-top: 10px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-text .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
}

.mappa .content-info-hdi-box .info-hdi-box .info-hdi-box-text .text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #333;
  text-align: left;
}

.specchietto-registrazione {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #fff;
}

.specchietto-registrazione .content-main-title {
  margin-bottom: 40px;
  padding: 40px 20px;
  background: #37536c;
}

.specchietto-registrazione .content-main-title .main-title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.specchietto-registrazione .content-main-title .main-title .light {
  font-weight: 300;
  color: #fff;
}

.specchietto-registrazione .content-main-title .main-subtitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}

.specchietto-registrazione .content-main-title .main-subtitle .bold {
  font-weight: 500;
  color: #fff;
}

.specchietto-registrazione .content-registrazione-main-section {
  margin: 0;
  padding-bottom: 60px;
}

.specchietto-registrazione .content-registrazione-main-section .title-section {
  font-size: 26px;
  font-weight: 500;
  color: #002346;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 10px;
}

.specchietto-registrazione .content-registrazione-main-section .title-section.title-section-login {
  margin-bottom: 5px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login {
  border-right: 1px solid #eef1ef;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 1px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input {
  display: block;
  width: 100%;
  border: none;
  padding: 18px 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background: #eef1ef;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input::-webkit-input-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input::-moz-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input:-ms-input-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-input .login-input:-moz-placeholder {
  color: #a2a4a2;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-dimenticanze {
  margin: 25px 0 0 0;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-dimenticanze .link-dimenticanza {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 10px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-login-error {
  margin: 35px 0 0 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-login-error .login-error {
  font-size: 15px;
  text-align: center;
  color: #df162c;
  font-weight: 400;
  font-style: italic;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-main-button {
  text-align: center;
  margin: 29px 0 45px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-main-button .main-button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  width: 250px;
  padding: 17px;
  background: #006729;
  display: inline-block;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree {
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .title-altre-aree {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .riga-link {
  margin-bottom: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .link-altre-aree {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  text-align: center;
  display: inline-block;
  padding-right: 15px;
  background: transparent url(../images/public/registrazione-altre-aree-arrow.png) right center no-repeat;
  background-size: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-login .content-link-altre-aree .link-altre-aree:hover {
  color: #006729;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .domanda-cta {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .domanda-cta .bold {
  font-weight: 500;
  color: #333;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .sottotitolo-cta {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .titoletto-vantaggi {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 35px;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-vantaggi {
  margin: 20px 0;
  padding-left: 80px;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-vantaggi .vantaggio {
  background: transparent url(../images/public/punto-lista.jpg) left 3px no-repeat;
  background-size: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-main-button {
  text-align: center;
  margin: 45px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-main-button .main-button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  width: 250px;
  padding: 17px;
  background: #37536c;
  display: inline-block;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione {
  padding: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 70px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
  height: 10px;
  width: 24%;
  position: absolute;
  top: 61px;
  background: #f0f9f3;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step1 {
  left: 15%;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step2 {
  left: 38%;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step3 {
  left: 61%;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step-active {
  background: #ccebd6;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step {
  width: 60px;
  height: 60px;
  border: 6px solid #ccebd6;
  background: #66c385;
  position: relative;
  margin-right: 200px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  display: inline-block;
  vertical-align: middle;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step .link-step {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step .number-step {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step4 {
  margin-right: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-active {
  width: 90px;
  height: 90px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-active .number-step {
  font-size: 50px;
  padding-top: 11px;
}

.specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-deactive {
  background: #c9d4cc;
  border-color: #e4ebe6;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf {
  margin: 0;
  padding: 0 10px;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .label-input {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #333;
  padding-top: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .label-input .bold {
  font-weight: 400;
  color: #333;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .input-cf {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  padding: 12px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  display: block;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .input-email {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 12px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  display: block;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .button-cf {
  display: block;
  width: 80%;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 16px;
}

.specchietto-registrazione .content-registrazione-main-section .content-cf .error-cf {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #df162c;
  text-align: center;
  margin-top: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie {
  padding: 25px;
  padding-top: 50px;
  border-top: 1px solid #eef1ef;
  margin-top: 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .titolo-risultato-agenzie {
  font-size: 26px;
  font-weight: 500;
  color: #002346;
  text-align: center;
  margin-bottom: 8px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .sottotitolo-risultato-agenzie {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box:hover,
.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box-selected {
  background: #37536c;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box:hover .title,
.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box-selected .title {
  color: #fff;
}

.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box:hover .text,
.specchietto-registrazione .content-registrazione-main-section .content-risultato-agenzie .content-info-hdi-box .info-hdi-box-selected .text {
  color: #fff;
}

.specchietto-registrazione .content-registrazione-main-section .titolo-normal {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #002346;
  margin-bottom: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga {
  margin: 0;
  margin-bottom: 35px;
  padding: 0 60px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 300;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text.normal-text-label {
  padding-top: 14px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text.bold {
  font-weight: 500;
  color: #333;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .numero-telefono-trovato {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  text-align: center;
  padding: 18px 10px;
  background: #eef1ef;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .input-codice {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 12px;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  display: block;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .button-codice {
  display: block;
  width: 100%;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px;
}

.specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .codice-error {
  font-size: 15px;
  text-align: center;
  color: #df162c;
  font-weight: 400;
  font-style: italic;
  padding-top: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice {
  margin-top: 45px;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .text {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .content-button {
  margin-top: 30px;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .content-button .main-button {
  display: inline-block;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px 60px;
  text-decoration: none;
}

.specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .content-button .main-button.main-button-big {
  padding: 17px 100px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti {
  margin: 0;
  margin-bottom: 35px;
  padding: 0 60px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .testo-piu-recapiti {
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: 300;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .testo-piu-recapiti.testo-piu-recapiti-regular {
  font-weight: 400;
  padding-bottom: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione {
  text-align: center;
  margin-top: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione .radio-button-label {
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 50px;
  background: transparent url(../images/public/registrazione-radio-background.png) left center no-repeat;
  background-size: 24px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione .radio-button {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-riga-radio-registrazione .radio-button:checked + label.radio-button-label {
  background: transparent url(../images/public/registrazione-radio-background-active.png) left center no-repeat;
  background-size: 24px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-button {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti .content-button .main-button {
  display: inline-block;
  background: #37536c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px 60px;
  text-decoration: none;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero {
  margin: 0;
  margin-top: 60px;
  padding: 0 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .label-inserimento-numero {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: left;
  padding-right: 15px;
  padding-top: 15px;
  width: 30%;
  float: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .label-inserimento-numero-quando {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: right;
  padding-top: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .input-numero {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  padding: 11px;
  border: 1px solid #333;
  background: #fff;
  display: inline-block;
  width: 65%;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background: 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
  border: 1px solid #333;
  box-shadow: none;
  position: relative;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield * {
  display: inline-block;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input {
  width: 33px;
  padding: 0;
  border: none;
  font-size: 16px;
  background: #fff;
  color: #333;
  text-align: center;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input.bf-year {
  width: 46px;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input:focus {
  outline: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input::-webkit-input-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input::-moz-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input:-ms-input-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield input:-moz-placeholder {
  padding: 3px;
  color: #333;
  opacity: 1;
}

.specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .select-orario {
  display: block;
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  padding: 13px 20px 14px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff url(../images/public/registrazione-select-background.png) right center no-repeat;
  background-size: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie {
  background: #eef1ef;
  padding: 50px 0 80px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .title {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .subtitle {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia {
  margin-top: 40px;
  padding: 0 30px;
  margin-bottom: 60px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
  height: 300px;
  overflow-y: scroll;
  background: 0 0;
  padding: 0 25px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia {
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  background: #fff;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  padding: 22px 30px;
  cursor: pointer;
  width: 100%;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia.active,
.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie .button-agenzia:hover {
  color: #fff;
  background: #37536c;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa {
  padding: 0 25px;
  height: 300px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-scelta-agenzia .content-mappa .mappa {
  background: 0 0;
  height: 300px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .title-form {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .subtitle-form {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .subtitle-form strong {
  font-weight: 500;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row {
  padding: 0 15px;
  margin-top: 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
  padding: 0 40px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-label {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-textarea {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background: 0 0;
  height: 130px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-button {
  background: #37536c;
  display: block;
  width: 100%;
  border: 1px solid #37536c;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel {
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  padding: 12px 0 0 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .form-cta-tel .tel {
  color: #37536c;
  font-size: 17px;
  font-weight: 700;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label .privacy-link:hover {
  color: #37536c;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url(../images/public/privacy-check-checked.png) left center no-repeat;
  background-size: 20px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie {
  background: #fff;
  padding: 60px 0;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .riga-specchietto-cap-agenzie {
  padding: 0 30px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie {
  padding: 0 25px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .title-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #002346;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .text-cap {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #002346;
  text-align: left;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .input-cap {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
  background: 0 0;
  margin-top: 5px;
}

.specchietto-registrazione .content-registrazione-main-section .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .button-cap {
  background: #37536c;
  display: block;
  width: 100%;
  border: 1px solid #37536c;
  padding: 15px 8px 12px 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
}

.container-area-riservata-partner .main-title-content {
  overflow: hidden;
}

.container-area-riservata-partner .main-title-content .content-img-partner {
  display: block;
  float: right;
}

.container-area-riservata-partner .main-title-content .content-img-partner .img-partner {
  display: block;
}

.container-area-riservata-partner .main-title-content .main-title-partner {
  float: left;
}

.container-area-riservata-partner .main-title-area-riservata-partner {
  margin-top: 40px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner {
  background: #eef1ef;
  margin-bottom: 20px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .main-title {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 50px 0 40px 0;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .input {
  display: block;
  width: 70%;
  border: none;
  padding: 15px 10px 12px 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .main-button {
  background: #b6c5bb;
  font-size: 18px;
  padding: 17px 10px 17px 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: none;
  text-transform: uppercase;
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
  text-decoration: none;
  cursor: pointer;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .main-button.main-button-codice-accesso {
  margin-top: 20px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .titolo-riepilogo-dati {
  font-size: 20px;
  margin: 30px 0 20px 0;
  color: #006729;
  font-weight: 400;
  text-align: left;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo {
  padding-bottom: 30px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo .dato {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #505050;
  text-align: left;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo .dato strong,
.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .colonna-dati-riepilogo .dato b {
  font-weight: 500;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .content-risultato {
  background: #006729;
  overflow: hidden;
  width: 100%;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .content-risultato .label-premio {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: left;
  float: left;
}

.container-area-riservata-partner .content-section-area-riservata-partner .main-section-partner .content-dati-riepilogo .content-risultato .premio {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: right;
  float: right;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni {
  padding-left: 30px;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  background: #fff;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni .istruzioni-title {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #b6c5bb;
}

.container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni .istruzioni-testo {
  font-size: 15px;
  line-height: 22px;
  color: #666;
  padding: 30px 25px;
  text-align: left;
}

.container-area-riservata-partner .area-riservata-partner-loghi {
  text-align: center;
  margin-top: 50px;
}

.container-area-riservata-partner .area-riservata-partner-loghi .loghi {
  width: 100%;
  display: block;
}

.container-area-riservata-partner .contatto-diretto-content {
  text-align: center;
  margin-top: 40px;
}

.container-area-riservata-partner .contatto-diretto-content .label-contatto {
  padding-top: 24px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

.container-area-riservata-partner .contatto-diretto-content .img-contatto {
  width: 177px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
}

.overlay-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #e6ece8;
  background: rgba(230, 236, 232, 0.8);
}

.overlay-notice .box-overlay-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ccc;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.overlay-notice .box-overlay-notice .overlay-content-icon {
  padding-bottom: 20px;
  text-align: center;
}

.overlay-notice .box-overlay-notice .overlay-content-icon .overlay-icon {
  display: none;
  width: 43px;
  height: 43px;
  display: block;
  margin: 0 auto;
}

.overlay-notice .box-overlay-notice .overlay-title {
  font-size: 23px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 27px;
}

.overlay-notice .box-overlay-notice .overlay-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 19px;
  padding-top: 20px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-error .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-error.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-error .overlay-title {
  color: #df162c;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-success .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-success.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-success .overlay-title {
  color: #006729;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-info .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-info.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-info .overlay-title {
  color: #3a556f;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-warning .overlay-content-icon .overlay-icon {
  display: block;
  background: transparent url(../images/public/overlay-notice-warning.png) center center no-repeat;
  background-size: 43px;
}

.overlay-notice .box-overlay-notice.box-overlay-notice-warning .overlay-title {
  color: #f3880a;
}

body #lhc_status_container {
  border-top-left-radius: 0 !important;
  border: none !important;
  border-right: 0;
  border-bottom: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #006729 !important;
  width: 98px !important;
  display: none;
  z-index: 999;
}

body #lhc_status_container .status-icon {
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-decoration: none !important;
  font-size: 13px !important;
  padding: 10px !important;
  text-align: center !important;
}

body #lhc_need_help_container {
  display: none !important;
}

body #lhc_container {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}

body #lhc_container #lhc_header {
  background: #006729 !important;
}

body #lhc_container #lhc_header #lhc_title {
  display: none !important;
}

body #lhc_container #lhc_header #lhc_remote_window {
  display: none !important;
}

body #lhc_container #lhc_iframe_container {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.portlet-login form.socialLoginForm .buttonRow {
  width: 70%;
  margin: 0px auto;
}

.portlet-login form.socialLoginForm .socialButton {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 8px;
  cursor: pointer;
  border: none;
  width: 49%;
  float: left;
  line-height: 41px;
  height: 41px;
}

.portlet-login form.socialLoginForm .socialButton > img {
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 0px;
  padding-left: 0px;
}

.portlet-login form.socialLoginForm .socialButton > span {
  color: white;
  position: relative;
  top: 1px;
  font-weight: bold;
}

.portlet-login form.socialLoginForm .socialButton.facebook {
  background-color: #428bca;
  border-color: #357ebd;
  margin-right: 2%;
}

.portlet-login form.socialLoginForm .socialButton.facebook > img {
  width: 25px;
  margin-right: 7px;
}

.portlet-login form.socialLoginForm .socialButton.google {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.portlet-login form.socialLoginForm > .separetor {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid gainsboro;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.portlet-login form.socialLoginForm > .separetor > span {
  font-size: 18px;
  background-color: #ffffff;
  padding: 0px 10px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .buttonRow {
  margin: 0 auto;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: 0;
  width: 49%;
  float: left;
  line-height: 36px;
  height: 37px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton > img {
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 0px;
  padding-left: 0px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton > span {
  top: 1px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton span {
  color: white;
  position: relative;
  font-weight: 500;
  font-size: 11px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton.facebook {
  background-color: #428bca;
  border-color: #357ebd;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton.facebook > img {
  width: 21px;
  margin-right: 8px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm .socialButton.google {
  background-color: #d9534f;
  border-color: #d43f3a;
  margin-left: 2%;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm > .separetor {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid gainsboro;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hdi-portlet-jumbotron-portlet form.socialLoginForm > .separetor > span {
  font-size: 14px;
  background-color: #e6ece8;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header {
    font-size: 13px;
    padding: 17px 10px 17px 32px;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-imprese {
    padding: 17px 10px 17px 44px;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header.dropdown-header-professionisti {
    padding: 17px 10px 17px 54px;
  }
}
/*everis 990px*/
@media (max-width: 1200px) {
  .main-menu .main-menu-nav {
    float: none;
  }
  .main-menu .main-menu-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-menu .main-menu-nav .menu-large .megamenu {
    border: none;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container {
    padding: 10px 0;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container li {
    padding: 0;
  }
  .main-menu .megamenu {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .main-menu .megamenu > li {
    margin-bottom: 30px;
  }
  .main-menu .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .main-menu .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .main-menu .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .main-menu .navbar-nav > li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
  }
  .navbar-collapse.collapse .navbar-nav {
    max-height: 340px;
    overflow-y: scroll;
    background: #e6ece8;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: none;
    background: #e6ece8;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-menu-nav {
    margin-right: 7% !important;
  }
}
@media (min-width: 1095px) and (max-width: 1200px) {
  .main-menu-nav {
    margin-right: 4% !important;
  }
}
@media (min-width: 990px) and (max-width: 1095px) {
  .main-menu-nav {
    margin-right: 9% !important;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .main-menu .main-menu-nav .menu-large .megamenu .container {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 990px) {
  .main-menu .main-menu-nav .menu-large .megamenu .container .hidden-smartphone {
    display: none;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container {
    height: auto !important;
  }
  .main-menu .main-menu-nav .menu-large .megamenu .container .dropdown-header {
    padding: 17px 50px 17px 50px;
  }
}
@media (max-width: 480px) {
  .navbar-header {
    height: 104px !important;
  }
  .main-menu .content-logo-main {
    margin-top: 23px;
  }
  .main-menu .content-logo-main img {
    width: 120px;
    height: 59px;
  }
}
@media (min-width: 991px) and (max-width: 1439px) {
  .jumbotron {
    padding-top: 104px;
  }
  .jumbotron .content-visual-dashboard {
    margin-bottom: 25px;
  }
  .jumbotron .content-visual-dashboard .visual {
    margin-bottom: 0;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .visual-home-video {
    width: auto;
    min-width: 100%;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .jumbotron {
    padding-top: 104px;
  }
  .jumbotron .content-visual-dashboard {
    margin-bottom: 25px;
  }
  .jumbotron .content-visual-dashboard .visual {
    margin-bottom: 0;
  }
  .jumbotron .content-visual-dashboard .visual .visual-image {
    float: left;
    min-height: inherit;
    width: 100%;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim {
    position: relative;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 25px;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim-square {
    width: 22px;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim {
    color: #002346;
    text-shadow: none;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    margin: 0 5px;
    max-width: 75%;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim.content-visual-claim-esploso {
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .visual-home-video {
    width: 100%;
    top: 0;
    min-width: 100%;
    min-height: inherit;
    background: #fff;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .content-visual-claim-video {
    display: block;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim-square {
    width: 28px;
  }
  .jumbotron .content-visual-dashboard .visual .content-visual-claim .visual-claim {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .jumbotron .content-visual-dashboard .visual .visual-image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .jumbotron .content-visual-dashboard .dashboard {
    height: auto;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia {
    height: 420px;
    padding-top: 50px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .image {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input {
    width: 90%;
    text-align: center;
    margin-bottom: 0;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input {
    background: #fff url(../images/public/dashboard-icon-search.png) right center no-repeat;
    background-size: 25px;
    text-align: center;
    width: 90%;
    padding: 15px 30px 13px 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-webkit-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-moz-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-ms-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-moz-placeholder {
    color: #ccc;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login {
    height: 332px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 {
    background-color: #006729;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .content-contact {
    margin: 0;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon {
    text-align: center;
    padding: 15px 0;
    background-color: #006729;
    height: 100px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon .image-phone {
    width: 60px;
    height: 66px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon .image-conversation {
    width: 66px;
    height: 51px;
    margin-top: 7px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon .image-mail {
    width: 60px;
    height: 40px;
    margin-top: 13px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon:hover {
    background-color: #00822b;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006729;
    z-index: 9999;
    cursor: default;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat {
    margin-top: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-numero-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button {
    text-align: center;
    margin-top: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button:hover {
    color: #006729;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 {
    height: 310px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia {
    height: 310px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input {
    background-size: 18px;
    width: 95%;
    text-align: left;
    padding: 10px 20px 8px 5px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-webkit-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input::-moz-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-ms-input-placeholder,
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .cerca-agenzia .content-input .cerca-agenzia-input:-moz-placeholder {
    color: #ccc;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .area-clienti {
    height: 155px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .area-clienti .image {
    margin-top: 20px;
    width: 55px;
    height: 52px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .area-clienti .title {
    margin-bottom: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .assistenza-incidenti .image {
    margin-top: 24px;
    width: 80px;
    height: 35px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .assistenza-incidenti .title {
    margin-bottom: 17px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login {
    height: 310px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login .content-user-icon {
    display: none;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-login .dashboard-link-login {
    font-size: 11px;
    line-height: 14px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-user-logged {
    height: 320px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row1 .content-user-logged .content-dashboard-user-image .dashboard-user-image {
    width: 100px;
    height: 100px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006729;
    z-index: 9999;
    cursor: default;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-telefono b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat {
    margin-top: 65px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-orario-chat b {
    font-weight: 600;
    color: #fff;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .frase-numero-telefono {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button {
    text-align: center;
    margin-top: 20px;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .jumbotron .content-visual-dashboard .dashboard .dashboard-row2 .dashboard-contattaci-icon.dashboard-contattaci-icon-esploso .content-tel-button .tel-button:hover {
    color: #006729;
    background: #fff;
  }
}
@media (max-width: 991px) {
  .footer-main {
    margin-top: 80px;
  }
  .footer-main .footer-content-menu-prodotti {
    display: none;
  }
  .footer-main .footer-content-menu-prodotti {
    padding: 15px 0 0 0;
  }
  .footer-main .menu-footer {
    text-align: center;
    margin-bottom: 0;
  }
  .footer-main .menu-footer .title {
    padding: 20px;
    font-size: 16px;
  }
  .footer-main .menu-footer .title .nuova-linea {
    display: none;
  }
  .footer-main .menu-footer .sottovoce-footer {
    display: none;
  }
  .footer-main .menu-footer a:hover li,
  .footer-main .menu-footer a:hover li {
    color: #006729;
  }
  .footer-main .menu-footer.menu-footer-beni a li {
    padding-left: 0;
  }
  .footer-main .subfooter-content {
    margin-top: 0;
  }
  .footer-main .copyright-content .copyright {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-content-aree-ivass .link-aree-ivass {
    width: 100%;
    border: none;
  }
  .footer-main .footer-content-aree-ivass .link-aree-ivass.link-aree-ivass-sx {
    border: none;
    border-bottom: 1px solid #fff;
  }
  /*	.footer-main .subfooter-content .subfooter a {
  		display: block;
  		margin: 10px 0
  	}*/
}
@media (max-width: 991px) {
  .container .content-menu-secondo-liv {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .content-menu-terzo-liv-categoria .menu-terzo-liv-categoria .voce .divisoria {
    display: block;
    opacity: 0;
    height: 7px;
  }
}
@media (max-width: 990px) {
  .specchietto-riassuntivo-categoria .content-main-title .main-title {
    font-size: 40px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-title-product {
    font-size: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top {
    padding: 0;
    margin: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-icon-categoria-column {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti {
    padding: 35px 20px 20px 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-note-text .note-text {
    text-align: center;
    margin-bottom: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact {
    margin-bottom: 1px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact {
    margin: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-numero-verde-prodotti {
    float: none;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .testo-contatto-diretto {
    text-align: center;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde {
    float: none;
    text-align: center;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie {
    padding-bottom: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia {
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .title-form {
    margin-top: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .specchietto-riassuntivo-categoria {
    margin: 0 15px 80px 15px;
    /*everis*/
    width: auto;
  }
  .specchietto-riassuntivo-categoria > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione {
    padding: 30px 5px 0 5px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-riga-presentazione .title {
    padding-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti {
    padding: 35px 20px 20px 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto {
    margin-bottom: 30px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-pulsanti-contatto .link-contact {
    margin-bottom: 1px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact {
    margin: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .content-numero-verde-prodotti {
    float: none;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .testo-contatto-diretto {
    text-align: center;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-contatti .content-direct-contact .img-tel-verde {
    float: none;
    text-align: center;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .riga-specchietto-cap-agenzie {
    padding-left: 10px;
    padding-right: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cap-agenzie .colonna-specchietto-cap-agenzie .input-cap {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie {
    padding-bottom: 40px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia {
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-scelta-agenzia .content-elenco-agenzie {
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta {
    margin-top: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .subtitle-form {
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row {
    margin-top: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .form-label {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-cta-agenzie .content-form-cta .form-row .content-informativa-privacy-check .privacy-label {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /*everis*/
  .specchietto-riassuntivo-categoria {
    margin: 0 15px 80px 15px;
  }
  .specchietto-riassuntivo-categoria .content-main-title {
    padding: 15px 15px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-title-product {
    font-size: 30px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-title {
    font-size: 30px;
  }
  .specchietto-riassuntivo-categoria .content-main-title .main-subtitle {
    font-size: 20px;
    padding-top: 8px;
  }
  .specchietto-riassuntivo-categoria > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .specchietto-lista-evidenza .punto-lista {
    font-size: 18px;
    background-position: left 9px;
    background-size: 8px;
    line-height: 25px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .categoria-descrizione {
    padding-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon {
    width: 80px;
    height: 52px;
    margin-top: 30px;
    background-size: auto 104px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
    background-position: 0 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
    background-position: -80px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
    background-position: -160px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
    background-position: -240px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
    background-position: -320px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
    background-position: -400px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
    background-position: -480px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
    background-position: -560px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
    background-position: -640px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .title-sottocategoria {
    font-size: 16px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon {
    background-position: 0 -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-casa-e-beni {
    background-position: 0 -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-e-salute {
    background-position: -80px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-previdenza-complementare {
    background-position: -160px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-auto-e-motori {
    background-position: -240px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-e-investimento {
    background-position: -320px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-altri-prodotti {
    background-position: -400px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-tutela-legale {
    background-position: -480px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-beni-e-attivita {
    background-position: -560px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-persona {
    background-position: -640px -52px;
  }
}
@media (max-width: 990px) {
  .specchietto-macro-categorie .content-main-title .main-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .specchietto-macro-categorie {
    margin: 0 15px 80px 15px;
    /*everis*/
    width: auto;
  }
  .specchietto-macro-categorie > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .lunch-product-section {
    padding-bottom: 25px;
  }
  .lunch-product-section .anchor-content-lunch-product {
    margin-bottom: 40px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
  .lunch-product-section .anchor-content-lunch-product .content-lunch-product {
    min-height: auto;
    padding-bottom: 20px;
  }
  .lunch-product-section .anchor-content-lunch-product .content-lunch-product:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  }
  .lunch-product-section .anchor-content-lunch-product .content-lunch-product .title-lunch-product {
    font-size: 22px;
    padding: 20px 10% 20px 20px;
  }
}
@media (max-width: 990px) {
  .lunch-product-section {
    display: block;
  }
  .home-page .lunch-product-section {
    display: block;
  }
}
@media (max-width: 991px) {
  .lunch-news-section .content-lunch-product {
    max-width: 345px;
  }
  .lunch-news-section .content-lunch-product .content-text {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  }
  .lunch-news-section .content-lunch-product .content-text .content-etichetta {
    top: -18px;
  }
  .lunch-news-section .content-lunch-product .content-text .content-button-lunch-news {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lunch-news-section .content-lunch-product {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 990px) {
  .last-news-section .content-data {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .last-news-section .content-text {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore {
    padding: 0 40px 30px 40px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore {
    margin-bottom: 10px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .title {
    margin-bottom: 20px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label {
    margin-right: 150px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo {
    margin-top: 20px;
  }
  .content-specchietto-preventivatore .intro-preventivatore-globale-casa {
    padding: 0 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza {
    padding: 0 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .descrizione-scelta {
    min-height: auto;
  }
  .content-specchietto-preventivatore .content-cap-globale-casa {
    padding-bottom: 0;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa {
    padding: 20px;
    background: #eef1ef;
    margin: 0 40px;
    margin-bottom: 35px;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 40px;
  }
  .content-specchietto-preventivatore .content-nota-pip {
    padding: 20px;
    margin: 0 40px;
    margin-bottom: 60px;
  }
  .content-specchietto-preventivatore .content-nota-pip .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip {
    padding: 0 55px;
    margin-bottom: 50px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip {
    padding: 25px 0 30px 0;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 30px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip b,
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip a {
    font-weight: 400;
    color: #002346;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 0;
    padding: 0 30px;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip b {
    font-weight: 400;
    color: #002346;
  }
  .content-specchietto-preventivatore.content-specchietto-preventivatore-preventivatore-auto .content-specchietto-riga-preventivatore .title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore {
    padding: 0 25px 30px 25px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore {
    margin-bottom: 10px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore.output-preventivatore-rca {
    margin-top: 10px;
  }
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .component-preventivatore-radio-container label {
    margin-right: 90px;
  }
  .content-specchietto-preventivatore .intro-preventivatore-globale-casa {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .content-specchietto-preventivatore .content-scelte-globale-casa .box-scelta-polizza .descrizione-scelta {
    min-height: auto;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa {
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .content-specchietto-preventivatore .content-garanzia-globale-casa .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .sezione1 {
    cursor: pointer;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-sezione-accordion {
    display: none;
  }
  .content-specchietto-preventivatore .content-scelte-infortuni .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
    background: transparent url(../images/public/preventivatore-infortuni-arrow-down.png) 95% center no-repeat;
    background-size: 20px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza {
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-sx {
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .colonna-box-scelta-polizza.colonna-box-scelta-polizza-dx {
    padding-left: 15px;
  }
  .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .sezione1 {
    cursor: pointer;
  }
  .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-sezione-accordion {
    display: none;
  }
  .content-specchietto-preventivatore .content-scelte-pip .box-scelta-polizza .content-titolo-scelta .titolo-scelta {
    background: transparent url(../images/public/preventivatore-infortuni-arrow-down.png) 95% center no-repeat;
    background-size: 20px;
  }
  .content-specchietto-preventivatore .content-nota-pip {
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 60px;
  }
  .content-specchietto-preventivatore .content-nota-pip .testo-garanzia {
    text-align: center;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip {
    padding: 15px 0 20px 0;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 30px;
  }
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip b,
  .content-specchietto-preventivatore .content-riga-calcola-pip .content-section-calcola-pip .nota-calcola-pip a {
    font-weight: 400;
    color: #002346;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    color: #002346;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .content-specchietto-preventivatore .nota-pre-cap-pip b {
    font-weight: 400;
    color: #002346;
  }
}
@media (max-width: 1225px) {
  .content-specchietto-preventivatore .content-specchietto-riga-preventivatore .output-preventivatore .prezzo .nota {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 991px) {
  .contatti-form .content-campo-form .form-label-input.form-label-input-error {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mappa .content-filtri-mappa {
    margin-bottom: 0;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content {
    width: 76px;
    height: 76px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    margin-top: -25px;
    margin-left: -26px;
    width: 52px;
    height: 50px;
    background-size: 52px;
    background-position: 0 -50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: transparent url(../images/public/filtro-mappa-icon-centri-assistenza.png) center center no-repeat;
    background-size: 50px;
    background-position: 0 -50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    margin-top: -25px;
    margin-left: -17px;
    width: 34px;
    height: 50px;
    background: transparent url(../images/public/filtro-mappa-icon-carrozzerie-convenzionate.png) center center no-repeat;
    background-size: 34px;
    background-position: 0 -50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-label {
    font-size: 14px;
    text-align: center;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    background-size: 52px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    background-size: 50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    background-size: 34px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    background-size: 52px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    background-size: 50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    background-size: 34px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza .filtro-mappa-label {
    font-size: 15px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-agenzie {
    background-size: 52px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-centri-assistenza {
    background-size: 50px;
  }
  .mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-assistenza.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-carrozzerie-convenzionate {
    background-size: 34px;
  }
}
@media (max-width: 1200px) {
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
    width: 29%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step1 {
    left: 8%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step2 {
    left: 37%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step3 {
    left: 64%;
  }
}
@media (max-width: 991px) {
  .specchietto-registrazione .content-registrazione-main-section .title-section.title-section-login {
    margin-bottom: 30px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-login {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-login .content-login-error {
    margin-top: 10px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-login .content-main-button {
    margin-top: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione {
    padding-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
    width: 23%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step1 {
    left: 20%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step2 {
    left: 40%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step.linea-step3 {
    left: 60%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step {
    margin-right: 10%;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .label-input {
    text-align: center;
    padding-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .input-cf {
    margin-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .input-email {
    margin-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-cf .button-cf {
    width: 100%;
  }
  .specchietto-registrazione .content-registrazione-main-section .titolo-normal {
    padding: 0 15px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text {
    padding-bottom: 20px;
    text-align: center;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .normal-text.normal-text-label {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 0;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .numero-telefono-trovato {
    font-size: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-conferma-numero-riga .input-codice {
    margin-bottom: 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-contatti-mancato-invio-codice .text {
    padding: 0 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-piu-recapiti {
    padding: 0 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero {
    padding: 0 20px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .label-inserimento-numero-quando {
    padding: 40px 0 20px 0;
    text-align: center;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-inserimento-numero .bf-datefield {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .specchietto-registrazione .content-registrazione-main-section .content-registrazione-first .content-vantaggi {
    padding-left: 5px;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .linea-step {
    display: none;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step {
    display: none;
  }
  .specchietto-registrazione .content-registrazione-main-section .content-stepper-registrazione .step.step-active {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 990px) {
  .container-area-riservata-partner .main-title-content {
    overflow: hidden;
  }
  .container-area-riservata-partner .main-title-content .content-img-partner {
    float: none;
    margin-top: 30px;
  }
  .container-area-riservata-partner .main-title-content .content-img-partner .img-partner {
    margin: 0 auto;
  }
  .container-area-riservata-partner .main-title-content .main-title {
    float: none;
    text-align: center;
  }
  .container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni {
    padding-left: 15px;
  }
  .container-area-riservata-partner .content-section-area-riservata-partner .section-istruzioni .content-istruzioni {
    margin-top: 30px;
  }
  .container-area-riservata-partner .contatto-diretto-content .label-contatto {
    display: block;
    text-align: center;
  }
  .container-area-riservata-partner .contatto-diretto-content .img-contatto {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  body #lhc_status_container {
    display: none !important;
  }
}
/*start everis*/
.nav.navbar-nav.main-menu-nav {
  display: block;
}

.breadcrumb-text-truncate {
  color: #666;
}

.jumbotron {
  /*padding-top: 103px;*/
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 50px;
  padding: 103px 0px 0px 0px;
}

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0px 0px 0px;
}

.navbar {
  padding: 0px 0px;
}

.portlet-decorate .portlet-content {
  border-width: 0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) {
  .portlet > .portlet-topper {
    display: none;
  }
}
.portlet-layout.row {
  margin-right: 0px;
  margin-left: 0px;
}

.col-md-12.portlet-column.portlet-column-only {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.dashboard-contattaci-icon-esploso {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.footer-row {
  display: block;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a {
  word-break: normal;
}

@media (max-width: 768px) {
  .specchietto-assistenza-home {
    width: auto;
  }
}
.row, .form-horizontal > .form-group {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .dropdown-header-sottocategoria {
    display: none !important;
  }
}
.dark-color {
  color: #333;
}

.overflow-wrap-initial {
  overflow-wrap: initial;
}

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

.autofit-float.autofit-row.portlet-header {
  margin-bottom: 0rem;
}

.navbar-block {
  display: block;
}

.flex-row {
  display: flex;
}

.map-icon-agenzie {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
  border: 0;
}

.map-icon-carrozzerie {
  width: 19px;
  margin-right: 10px;
  vertical-align: middle;
  border: 0;
}

.btn-tab-active {
  background-color: white;
  font-weight: 700;
  border: 0;
  border-radius: 5px 5px 0 0;
  color: #006729;
  font-size: 15px;
  height: 48px;
  box-shadow: 0px 0px 10px -2px #a6a4a4;
  z-index: 2;
  overflow: hidden;
  flex: 1;
}

.btn-tab-inactive {
  opacity: 90%;
  background-color: #e6ece8;
  border: 0;
  border-radius: 5px 5px 0 0;
  color: #006729;
  font-size: 15px;
  height: 48px;
  /*box-shadow: 0 10px 0 0 white, 0px 0px 10px -2px black;*/
  z-index: 2;
  overflow: hidden;
  flex: 1;
}

.btn-tab:focus {
  outline: 0px;
}

.map-tabs {
  padding-bottom: 15px;
  display: flex;
}

@media (min-width: 768px) {
  .map-tabs-agenzie {
    padding-right: 0px;
  }
  .map-tabs-carrozzerie {
    padding-left: 0px;
  }
  .btn-tab-agenzie {
    margin-right: 3px;
  }
  .btn-tab-carrozzerie {
    margin-left: 3px;
  }
}
.mappa-ac-input {
  height: 49px;
  padding: 0px !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 0px !important;
}

.show-map-loader {
  display: block;
}

.hidden-map-loader {
  display: none;
}

.map-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  z-index: 1;
}

.map-overlay.map-standard {
  background: #fff url(/o/hdi-theme/images/loading2.gif) no-repeat 50% 50%;
}

.map-clearable {
  background: url(/o/hdi-theme-sito-istituzionale/images/public/clear_input_map2.png) no-repeat right -15px center !important;
  padding-left: 20px !important;
  border: 1px solid #d2d2d2 !important;
}

.map-clearable.x {
  background-position: right 7px center !important;
}

.map-clearable.onX {
  cursor: pointer !important;
}

.btn-map-position {
  background-color: white;
  border: 1px solid #d2d2d2;
  position: absolute;
  width: 40px;
  height: 49px;
  color: #d2d2d2;
  left: auto;
  display: inline-block;
  font-size: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.btn-map-position:focus {
  outline: 0px;
}

.img-map-position {
  height: 26px;
  width: 26px;
  opacity: 0.5;
  padding-left: 0px;
  padding-right: 0px;
}

.row .content-info-hdi-box {
  display: flex;
}

.map-mailto:focus {
  outline: 0px;
  /*text-decoration: none;*/
  /*color: #337ab7;*/
}

.map-infobox-icon {
  color: #006729;
  font-size: 12px;
}

button.gm-ui-hover-effect:focus {
  outline: none;
}

::-ms-clear {
  display: none;
}

/*end everis*/
.home-page .content-visual-claim {
  left: 15%;
  top: 24%;
}

/*.home-page .content-visual-claim.content-visual-claim-esploso{left:15%;top:24%}*/
.pagina-assistenza .content-visual-claim {
  left: 25%;
  top: 15%;
}

.pagina-assistenza .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  top: 15%;
}

.pagina-contatti .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-contatti .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-reclami .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-reclami .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-mappa .content-visual-claim {
  left: 20%;
  top: 30%;
}

.pagina-mappa .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: 30%;
}

.pagina-agenzie .content-visual-claim {
  left: 20%;
  top: 30%;
}

.pagina-agenzie .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: 30%;
}

.pagina-news .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-news .content-visual-claim .visual-claim {
  padding: 0 30px;
}

.pagina-news .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-registrazione .content-visual-claim {
  right: 10%;
  top: 15%;
}

.pagina-registrazione .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: auto;
  bottom: 10%;
}

.pagina-chi-siamo .content-visual-claim {
  left: 10%;
  bottom: 25%;
}

.pagina-chi-siamo .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 25%;
}

.pagina-la-storia .content-visual-claim {
  left: 65%;
  top: 30%;
}

.pagina-la-storia .content-visual-claim.content-visual-claim-esploso {
  left: 65%;
  top: 30%;
}

.pagina-i-numeri .content-visual-claim {
  left: 30%;
  bottom: 10%;
}

.pagina-i-numeri .content-visual-claim.content-visual-claim-esploso {
  left: 30%;
  bottom: 10%;
}

.pagina-responsabilita-sociale .content-visual-claim {
  left: 5%;
  bottom: 15%;
}

.pagina-responsabilita-sociale .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  bottom: 15%;
}

.pagina-lavora-con-noi .content-visual-claim {
  left: 5%;
  bottom: 35%;
}

.pagina-lavora-con-noi .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  bottom: 35%;
}

.pagina-partner .content-visual-claim {
  left: 25%;
  top: 15%;
}

.pagina-partner .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  top: 15%;
}

.pagina-link-utili .content-visual-claim {
  left: 40%;
  bottom: 5%;
}

.pagina-link-utili .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  bottom: 5%;
}

.polizze-persona .content-visual-claim {
  left: 12%;
  bottom: 15%;
}

.polizze-persona .content-visual-claim.content-visual-claim-esploso {
  left: 12%;
  bottom: 15%;
}

.polizze-azienda .content-visual-claim {
  left: 10%;
  top: 15%;
}

.polizze-azienda .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 15%;
}

.polizze-professionista .content-visual-claim {
  right: 15%;
  top: 30%;
}

.polizze-professionista .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 10%;
  bottom: 20%;
}

.polizze-professionista .content-visual-claim.content-visual-claim-esploso .visual-claim {
  text-shadow: 0 -3px 20px #fff;
}

.persona-auto-valore-auto-autovettura .content-visual-claim {
  left: 10%;
  top: 10%;
}

/*.persona-auto-valore-auto-autovettura .content-visual-claim.content-visual-claim-esploso{left:10%;top:10%}*/
.persona-auto-valore-auto-camper .content-visual-claim {
  left: 10%;
  top: 30%;
}

.persona-auto-valore-auto-camper .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.persona-auto-valore-auto-altri-motori .content-visual-claim {
  left: 10%;
  top: 30%;
}

.persona-auto-valore-auto-altri-motori .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.persona-auto-unita-da-diporto .content-visual-claim {
  right: 10%;
  bottom: 15%;
}

.persona-auto-unita-da-diporto .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 10%;
}

.persona-auto-natanti .content-visual-claim {
  left: 10%;
  top: 15%;
}

.persona-auto-natanti .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 15%;
}

.persona-risparmio-programma-accumulo-protetto .content-visual-claim {
  left: 10%;
  top: 30%;
}

.persona-risparmio-programma-accumulo-protetto .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.persona-risparmio-obiettivo-futuro .content-visual-claim {
  left: 10%;
  bottom: 15%;
}

.persona-risparmio-obiettivo-futuro .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 15%;
}

.persona-risparmio-rendita-vitalizia-rivalutabile .content-visual-claim {
  right: 10%;
  bottom: 40%;
}

.persona-risparmio-rendita-vitalizia-rivalutabile .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 5%;
}

.persona-risparmio-crescita-sicura .content-visual-claim {
  right: 10%;
  bottom: 20%;
}

.persona-risparmio-crescita-sicura .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 15%;
}

.azienda-beni-globale-piccola-media-impresa .content-visual-claim {
  right: 65%;
  bottom: 35%;
}

.azienda-beni-globale-piccola-media-impresa .content-visual-claim.content-visual-claim-esploso {
  right: 65%;
  bottom: 35%;
}

.persona-risparmio-valore-protetto .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-risparmio-valore-protetto .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.persona-risparmio-vita-intera-valore .content-visual-claim {
  left: 10%;
  top: 35%;
}

.persona-risparmio-vita-intera-valore .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 35%;
}

.persona-previdenza-azioni-di-previdenza .content-visual-claim {
  left: 10%;
  top: 20%;
}

.persona-previdenza-azioni-di-previdenza .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 20%;
}

.persona-previdenza-previdenza-hdi .content-visual-claim {
  left: 10%;
  top: 25%;
}

.persona-previdenza-previdenza-hdi .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 25%;
}

.persona-casa-globale-casa .content-visual-claim {
  left: 65%;
  bottom: 30%;
}

/*.persona-casa-globale-casa .content-visual-claim.content-visual-claim-esploso{left:65%;bottom:30%}*/
.persona-casa-globale-fotovoltaico .content-visual-claim {
  left: 10%;
  bottom: 30%;
}

.persona-casa-globale-fotovoltaico .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 30%;
}

.persona-casa-rc-proprieta-beni-immobili .content-visual-claim {
  right: 10%;
  top: 30%;
}

.persona-casa-rc-proprieta-beni-immobili .content-visual-claim.content-visual-claim-esploso {
  top: auto;
  right: auto;
  left: 5%;
  bottom: 10%;
}

.persona-casa-rc-proprieta-animali .content-visual-claim {
  left: 10%;
  bottom: 15%;
}

.persona-casa-rc-proprieta-animali .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 15%;
}

.persona-casa-copertura-incendio .content-visual-claim {
  right: 10%;
  top: 25%;
}

.persona-casa-copertura-incendio .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 15%;
  bottom: 3%;
}

.persona-protezione-temporanea-puro-rischio .content-visual-claim {
  right: 10%;
  top: 20%;
}

.persona-protezione-temporanea-puro-rischio .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 25%;
  bottom: 10%;
}

.persona-protezione-vita-intera-fondo-futuro .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-vita-intera-fondo-futuro .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-globale-salute .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-globale-salute .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.globale-infortuni-ipm .content-visual-claim {
  left: 73%;
  top: 53%;
}

.globale-infortuni-ipm .content-visual-claim.content-visual-claim-esploso {
  left: 73%;
  top: 53%;
}

.persona-protezione-infortuni .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-infortuni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.persona-protezione-infortuni-della-famiglia .content-visual-claim {
  right: 20%;
  bottom: 15%;
}

.persona-protezione-infortuni-della-famiglia .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 15%;
  bottom: 5%;
}

.persona-protezione-protezione-mutui .content-visual-claim {
  right: 13%;
  bottom: 15%;
}

.persona-protezione-protezione-mutui .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 8%;
}

.professionista-auto-valore-auto-autovettura .content-visual-claim {
  left: 10%;
  top: 30%;
}

.professionista-auto-valore-auto-autovettura .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.professionista-previdenza-azioni-di-previdenza .content-visual-claim {
  left: 10%;
  top: 15%;
}

.professionista-previdenza-azioni-di-previdenza .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 15%;
}

.professionista-previdenza-previdenza-hdi .content-visual-claim {
  right: 10%;
  top: 20%;
}

.professionista-previdenza-previdenza-hdi .content-visual-claim.content-visual-claim-esploso {
  top: auto;
  right: auto;
  left: 5%;
  bottom: 5%;
}

.professionista-beni-leasing-beni-strumentali .content-visual-claim {
  left: 9%;
  top: 32%;
}

.professionista-beni-leasing-beni-strumentali .content-visual-claim.content-visual-claim-esploso {
  left: 9%;
  top: 32%;
}

.professionista-beni-leasing-immobiliare .content-visual-claim {
  right: 10%;
  bottom: 20%;
}

.professionista-beni-leasing-immobiliare .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 5%;
  bottom: 5%;
}

.professionista-beni-globale-uffici .content-visual-claim {
  left: 20%;
  top: 20%;
}

.professionista-beni-globale-uffici .content-visual-claim.content-visual-claim-esploso {
  left: 20%;
  top: 20%;
}

.professionista-beni-rc-professionale .content-visual-claim {
  right: 10%;
  bottom: 20%;
}

/*.professionista-beni-rc-professionale .content-visual-claim.content-visual-claim-esploso{right:auto;left:5%;bottom:5%}*/
.professionista-beni-rc-insegnanti .content-visual-claim {
  right: 4%;
  bottom: 10%;
}

.professionista-beni-rc-insegnanti .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 4%;
  bottom: 16%;
}

.professionista-beni-rc-studi-professionali .content-visual-claim {
  left: 14%;
  bottom: 25%;
}

.professionista-beni-rc-studi-professionali .content-visual-claim.content-visual-claim-esploso {
  left: 14%;
  bottom: 25%;
}

.professionista-protezione-globale-salute .content-visual-claim {
  right: 5%;
  top: 10%;
}

.professionista-protezione-globale-salute .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 5%;
  bottom: 10%;
}

.professionista-protezione-infortuni .content-visual-claim {
  left: 10%;
  bottom: 35%;
}

.professionista-protezione-infortuni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 35%;
}

.professionista-protezione-protezione-mutui .content-visual-claim {
  right: 10%;
  top: 25%;
}

.professionista-protezione-protezione-mutui .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 17%;
  bottom: 4%;
}

.azienda-auto-valore-auto-autovettura .content-visual-claim {
  right: 10%;
  bottom: 10%;
}

.azienda-auto-valore-auto-autovettura .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 10%;
  bottom: 10%;
}

.azienda-previdenza-valore-protetto .content-visual-claim {
  right: 10%;
  top: 40%;
}

.azienda-previdenza-valore-protetto .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 10%;
  bottom: 10%;
}

.azienda-previdenza-azione-di-previdenza .content-visual-claim {
  left: 10%;
  top: 20%;
}

.azienda-previdenza-azione-di-previdenza .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 20%;
}

.azienda-beni-globale-fabbricati .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-globale-fabbricati .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-globale-fotovoltaico .content-visual-claim {
  left: 10%;
  top: 27%;
}

.azienda-beni-globale-fotovoltaico .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 27%;
}

.azienda-beni-leasing-beni-strumentali .content-visual-claim {
  left: 10%;
  bottom: 30%;
}

.azienda-beni-leasing-beni-strumentali .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 30%;
}

.azienda-beni-car-merloni .content-visual-claim {
  left: 10%;
  top: 10%;
}

.azienda-beni-car-merloni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 10%;
}

.azienda-beni-globale-agricoltura .content-visual-claim {
  left: 10%;
  bottom: 19%;
}

.azienda-beni-globale-agricoltura .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 19%;
}

.azienda-beni-globale-impresa .content-visual-claim {
  right: 15%;
  bottom: 10%;
}

/*.azienda-beni-globale-impresa .content-visual-claim.content-visual-claim-esploso{right:auto;left:5%;bottom:10%}*/
.azienda-beni-globale-uffici .content-visual-claim {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-globale-uffici .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-invitalia .content-visual-claim {
  left: 10%;
  top: 40%;
}

.azienda-beni-invitalia .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 40%;
}

.azienda-beni-rc-proprieta-beni-immobili .content-visual-claim {
  left: 10%;
  bottom: 15%;
}

.azienda-beni-rc-proprieta-beni-immobili .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 15%;
}

.azienda-beni-rc-alberghi .content-visual-claim {
  left: 5%;
  top: 30%;
}

.azienda-beni-rc-alberghi .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  top: 30%;
}

.azienda-beni-rc-proprieta-animali .content-visual-claim {
  right: 10%;
  top: 30%;
}

.azienda-beni-rc-proprieta-animali .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  top: auto;
  left: 25%;
  bottom: 10%;
}

.azienda-beni-rc-insegne .content-visual-claim {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-rc-insegne .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 20%;
}

.azienda-beni-rc-commercio .content-visual-claim {
  left: 30%;
  bottom: 10%;
}

.azienda-beni-rc-commercio .content-visual-claim.content-visual-claim-esploso {
  left: 30%;
  bottom: 10%;
}

.azienda-beni-rc-stazioni .content-visual-claim {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-rc-stazioni .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 10%;
}

.azienda-beni-rc-proprieta-macchinari .content-visual-claim {
  left: 7%;
  top: 10%;
}

.azienda-beni-rc-proprieta-macchinari .content-visual-claim.content-visual-claim-esploso {
  left: 7%;
  top: 10%;
}

.persona-risparmio-easy-pir .content-visual-claim {
  left: 35%;
  top: 10%;
}

.persona-risparmio-easy-pir .content-visual-claim.content-visual-claim-esploso {
  left: 35%;
  top: 10%;
}

.persona-risparmio-progetto-investimento-flex .content-visual-claim {
  left: 10%;
  top: 45%;
}

.persona-risparmio-progetto-investimento-flex .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 45%;
}

.persona-risparmio-progetto-investimento .content-visual-claim {
  left: 25%;
  top: 25%;
}

.persona-risparmio-progetto-investimento .content-visual-claim.content-visual-claim-esploso {
  left: 25%;
  top: 25%;
}

.azienda-beni-rc-imprese-edili .content-visual-claim {
  right: 5%;
  bottom: 10%;
}

.azienda-beni-rc-imprese-edili .content-visual-claim.content-visual-claim-esploso {
  right: auto;
  left: 5%;
  bottom: 5%;
}

.azienda-protezione-vita-intera-fondo-futuro .content-visual-claim {
  left: 10%;
  bottom: 25%;
}

.azienda-protezione-vita-intera-fondo-futuro .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  bottom: 25%;
}

.azienda-protezione-protezione-mutui .content-visual-claim {
  left: 10%;
  top: 25%;
}

.azienda-protezione-protezione-mutui .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 25%;
}

.altri-prodotti-rc-esposizioni .content-visual-claim {
  left: 35%;
  top: 30%;
}

.altri-prodotti-rc-esposizioni .content-visual-claim.content-visual-claim-esploso {
  left: 35%;
  top: 30%;
}

.altri-prodotti-rc-assicurazioni-sportive .content-visual-claim {
  left: 10%;
  top: 30%;
}

.altri-prodotti-rc-assicurazioni-sportive .content-visual-claim.content-visual-claim-esploso {
  left: 10%;
  top: 30%;
}

.altri-prodotti-scuole-e-parrocchie .content-visual-claim {
  left: 35%;
  bottom: 15%;
}

.altri-prodotti-scuole-e-parrocchie .content-visual-claim.content-visual-claim-esploso {
  left: 35%;
  bottom: 15%;
}

.azienda-risparmio-tfr-attivo .content-visual-claim {
  left: 5%;
  top: 62%;
}

.azienda-risparmio-tfr-attivo .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  top: 62%;
}

.hdi-insieme .content-visual-claim {
  left: 7%;
  top: 20%;
}

.hdi-insieme .content-visual-claim.content-visual-claim-esploso {
  left: 7%;
  top: 20%;
}

@media (max-width: 480px) {
  .pagina-assistenza .visual,
  .pagina-agenzie .visual,
  .pagina-link-utili .visual {
    display: none;
  }
}
.cta-lunch-product {
  height: 57px;
}

.content-icon-categoria-column {
  cursor: pointer;
}

.anchor-content-lunch-product {
  cursor: pointer;
}

@media (min-width: 768px) {
  .breadcrumb {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .breadcrumb {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    width: 1170px;
  }
}
.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

.breadcrumb > li + li::before {
  padding: 0px 5px;
  color: #666;
  content: "> ";
}

.breadcrumb .divider {
  display: none;
}

.breadcrumb > li > a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
}

/*.footer-main .subfooter-content .subfooter a{*/
.footer-main .subfooter-content .subfooter li {
  margin: 0 5%;
  display: table-cell;
  width: 312px;
}

@media (max-width: 768px) {
  /*	.footer-main .subfooter-content .subfooter a {*/
  .footer-main .subfooter-content .subfooter li {
    display: block;
    margin: auto auto;
  }
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.boldrosso {
  color: red;
  font-weight: bold;
}

.linknero {
  color: #333;
}

.titoloverde {
  color: #006729;
}

.mappa-inline-block {
  display: inline-block;
}

.footer-main .footer-content-aree-ivass .link-aree-ivass {
  color: #006729;
  font-weight: bold;
  width: 33%;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product {
  display: block;
  width: 150px;
  text-decoration: none;
  color: inherit;
  background: #68dd11;
  border: none;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  position: absolute;
  top: 85%;
  left: 85%;
}

@media (max-width: 991px) {
  .jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 5px;
  }
  .jumbotron .content-visual-dashboard .visual.visual-home .content-slider .content-visual-claim-background-video {
    height: 180px;
  }
}
.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product:hover {
  background: #006729;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product .button-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 20px 17px 20px;
}

.jumbotron .content-visual-dashboard .visual.visual-home .content-slider .slide .button-lunch-product:hover .button-title {
  color: #fff;
}

.assistenza {
  text-align: center;
}

.assistenza .numero {
  font-size: 30px;
  color: #009436;
  margin-top: 5px;
}

.container.area-clienti {
  margin-top: 10px;
}

.specchietto-assistenza-home {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 0;
  margin-bottom: 80px;
  background: #dae2dd;
  display: block;
}

.specchietto-assistenza-home .content-text {
  padding: 25px 10px;
  border: solid 6px #006729;
}

.specchietto-assistenza-home .content-text .text {
  font-size: 24px;
  font-weight: 400;
  color: #006729;
  text-align: center;
}

@media (max-width: 1024px) {
  .specchietto-assistenza-home {
    display: block;
  }
}
@media (max-width: 768px) {
  .specchietto-assistenza-home {
    margin: 0 15px 80px 15px;
    display: block;
  }
}
.private-profilo-dato-utente .link-documenti-details {
  display: block;
  width: 100%;
  background: transparent url("../images/private/private-link-documenti-icon.png") 95% center no-repeat;
  background-size: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #505050;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 18px;
  padding-right: 40px;
}

.private-profilo-dato-utente .link-documenti-details:hover {
  color: #006729;
  background: transparent url("../images/private/private-link-documenti-icon-hover.png") 95% center no-repeat;
  background-size: 15px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
  background-position: -480px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
  background-position: -480px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
  background-position: -720px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
  background-position: -720px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
  background-position: -1080px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
  background-position: -1080px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
  background-position: -1200px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
  background-position: -1200px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
  background-position: -1200px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
  background-position: -1200px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
  background-position: -1200px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
  background-position: -1200px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
  background-position: -1320px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
  background-position: -1320px -78px;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
  background-position: -1320px 0;
}

.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro,
.specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
  background-position: -1320px -78px;
}

@media (max-width: 480px) {
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
    background-position: -320px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-investimento-gbs {
    background-position: -320px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
    background-position: -480px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-prodotti-bancari {
    background-position: -480px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
    background-position: -720px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-protezione-gbs {
    background-position: -720px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
    background-position: -800px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-gbs {
    background-position: -800px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
    background-position: -800px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bmp {
    background-position: -800px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
    background-position: -800px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-risparmio-bc {
    background-position: -800px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
    background-position: -880px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-veneto-banca {
    background-position: -880px -52px;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
    background-position: -880px 0;
  }
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria:hover .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro,
  .specchietto-riassuntivo-categoria .content-specchietto-top .content-sottocategoria .button-sottocategoria.button-sottocategoria-active .content-button-sottocategoria-icon .button-sottocategoria-icon.button-sottocategoria-linea-inchiaro {
    background-position: -880px -52px;
  }
}
.contatti-form .content-campo-form .form-label-input.form-label-input-error-value {
  color: #df162c;
  font-size: 14px;
  font-weight: 300;
  padding-top: 14px;
  text-align: left;
}

.content-specchietto-preventivatore .content-specchietto-riga-preventivatore .button-calcola-preventivo .button-icon-wait-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: transparent url("../images/public/loading-image-green.gif") center center no-repeat;
  background-size: 21px;
  display: none;
}

.mappa .content-mappa-ricerca .mappa-button2 {
  background: #006729 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.mappa .content-mappa-ricerca .input-regione {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url("../images/public/select-background.png") no-repeat scroll right center/26px auto;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3%;
  margin-top: -6px;
  padding: 11px 30px 11px 7px;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: uppercase;
  vertical-align: middle;
  width: 90%;
  margin-bottom: 20px;
}

.mappa .content-mappa-ricerca .input-provincia {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url("../images/public/select-background.png") no-repeat scroll right center/26px auto;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3%;
  margin-top: -6px;
  padding: 11px 30px 11px 7px;
  text-align: center;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: uppercase;
  vertical-align: middle;
  width: 90%;
  margin-bottom: 20px;
}

.altri-prodotti-cauzioni .content-visual-claim {
  left: 6%;
  top: 16%;
}

.persona-hashtag-auto .content-visual-claim {
  left: 10%;
  top: 30%;
}

.hashtag-viaggio-singolo .content-visual-claim {
  left: 6%;
  top: 32%;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-cauzioni .menu-secondo-liv .title {
  background: #3a556f;
}

.container .content-menu-secondo-liv.content-menu-secondo-liv-cauzioni .menu-secondo-liv .voce:hover,
.container .content-menu-secondo-liv.content-menu-secondo-liv-cauzioni .menu-secondo-liv .voce.active {
  color: #3a556f;
  background: #e2e6ea url(../images/public/menu-right-arrow-active.png) 90% center no-repeat;
  background-size: 10px;
}

.container .content-page section .panel-group .panel.panel-default .panel-heading .panel-title.voce {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
  background-size: 10px;
  padding: 10px 35px 10px 15px;
  width: 100%;
}

.container .content-page section .panel-group .panel.panel-default .panel-heading .panel-title.voce:hover {
  color: #006729;
  background-size: 10px;
}

/* 
http://iamceege.github.io/tooltipster/
*/
.tooltip_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  background: #fff;
  border: 2px solid #006729;
  color: #222;
  border-radius: 6px;
  /*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  /*color: blue;*/
  padding: 8px;
}

.tooltipster-default .tooltipster-content {
  padding: 1em 1em 1em 1em;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #006729;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #006729;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #006729;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #006729;
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #006729;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #006729;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #006729;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #006729;
}

.lunch-news-section .content-lunch-product .content-text .text-article {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.lunch-news-section .content-lunch-product .content-text .title-article {
  padding-bottom: 0px;
  height: 91px;
  overflow: hidden;
}

.subagenzielink {
  color: #006729;
  font-weight: bold;
  padding: 3px 0 0 0;
}

.tooltipster-subagenzie-customized {
  font: 12px/20px "Georgia", serif;
  padding: 1em 1em 1em 1em;
  overflow: hidden;
}

.main-menu .main-menu-nav {
  padding-top: 42px;
  padding-bottom: 42px;
}

.main-menu .main-menu-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu .main-menu-nav .menu-large .megamenu .container {
  padding-top: 35px;
}

.main-menu .main-menu-nav .menu-large .megamenu .container li > ul > li > a {
  padding: 17px;
  font-size: 13px;
}

.persona-casa-hcasa .content-visual-claim {
  right: 5%;
  bottom: 7%;
}

.persona-casa-hcasa .content-visual-claim.content-visual-claim-esploso {
  left: 2%;
  bottom: 25%;
}

.persona-casa-rischi-catastrofali .content-visual-claim {
  right: 58%;
  bottom: 38%;
}

.persona-casa-rischi-catastrofali .content-visual-claim.content-visual-claim-esploso {
  left: 2%;
  bottom: 25%;
}

.persona-protezione-hpersona .content-visual-claim {
  right: 15%;
  top: 10%;
}

.persona-protezione-hpersona .content-visual-claim.content-visual-claim-esploso {
  left: 1%;
  top: 10%;
}

.persona-protezione-hfamiglia .content-visual-claim {
  left: 5%;
  top: 20%;
}

.persona-protezione-hfamiglia .content-visual-claim.content-visual-claim-esploso {
  left: 5%;
  top: 20%;
}

.persona-protezione-tcm-vita-facile .content-visual-claim {
  right: 7%;
  bottom: 10%;
}

.persona-protezione-tcm-vita-facile .content-visual-claim.content-visual-claim-esploso {
  left: 41%;
  top: 5%;
}

.beneficiari-form .form-button {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #006729;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
}

.beneficiari-form .content-campo-form .form-label-input {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-input {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-input-error {
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  border: 1px solid #df162c;
}

.beneficiari-form .content-campo-form .form-label-input-error {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-label-input-error-value {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.beneficiari-form .content-campo-form .form-label-input-error-value-bis {
  color: #df162c;
  font-weight: 300;
  font-size: 14px;
  padding-top: 14px;
  text-align: left;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check {
  margin-bottom: 15px;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-check {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-label.privacy-label-error {
  color: #df162c;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-label {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 27px;
  background: transparent url(../images/public/privacy-check-uncheck.png) left center no-repeat;
  background-size: auto auto;
  background-size: 20px;
}

.beneficiari-form .content-campo-form .content-informativa-privacy-check .privacy-check:checked + label.privacy-label {
  background: transparent url("../images/public/privacy-check-checked.png") left center no-repeat;
  background-size: 20px;
}

.beneficiari-form .content-campo-form .form-select {
  border: 1px solid #333;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  padding: 13px 33px 12px 11px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  background: #ffffff url("../images/public/select-background.png") right center no-repeat;
  background-size: 30px;
}

.beneficiari-form .content-campo-form .form-select.form-select-error {
  border: 1px solid #df162c;
  color: #df162c;
}

/******/
/**** Area Clienti customization ***/
/******/
.container.area-clienti .navigator {
  margin: 22px 0px;
  padding-left: 15px;
}

/*menu items*/
.container.area-clienti .content-menu-secondo-liv .menu-secondo-liv .voce {
  font-size: 17px;
}

.container.area-clienti .content-menu-secondo-liv .menu-secondo-liv .voce.active {
  font-weight: 500;
}

.container.area-clienti .navigator > .currentLocation {
  font-weight: bold;
}

.container.area-clienti .private-messaggi-title {
  color: #006729;
  font-size: 27px;
  margin-bottom: 18px;
}

/*Social general style*/
.container.area-clienti .socialButton {
  border-radius: 4px;
  cursor: pointer;
}

.container.area-clienti .socialButton.google {
  background-color: #DD4B39;
}

.container.area-clienti .socialButton.google:hover {
  background-color: #e05d4c;
}

.container.area-clienti .socialButton.facebook {
  background-color: #3B5998;
}

.container.area-clienti .socialButton.facebook:hover {
  background-color: #4e69a2;
}

/*Social Section*/
.container.area-clienti .socialLoginSection .socialButton {
  margin: 5px 5px;
  padding: 0px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  height: 48px;
  width: 308px;
  line-height: 48px;
  vertical-align: middle;
}

.container.area-clienti .socialLoginSection .socialButton > .imageWraper {
  width: 60px;
  height: 100%;
  border-right: 1px;
  float: left;
  border-right: 1px solid #ed705b;
  text-align: center;
}

.container.area-clienti .socialLoginSection .socialButton > .imageWraper > img {
  height: 31px;
  vertical-align: middle;
}

.container.area-clienti .socialLoginSection .socialButton > .labelWraper {
  color: white;
  position: relative;
  top: 1px;
  float: left;
  padding-left: 29px;
  font-size: 15px;
}

.container.area-clienti .socialLoginSection .socialButton > .labelWraper strong {
  color: white;
  font-weight: bold;
}

.container.area-clienti .socialLoginSection .socialButton.facebook > .imageWraper {
  border-right: 1px solid #6488c5;
}

.container.area-clienti .socialLoginSection .socialButton.facebook > .imageWraper > img {
  margin-top: 7px;
  margin-left: 9px;
}

.container.area-clienti .socialLoginSection .socialButton.google > .imageWraper {
  border-right: 1px solid #ed705b;
}

.container.area-clienti .socialLoginSection .socialButton.google > .imageWraper > img {
  margin-top: 6px;
  margin-left: 7px;
}

.container.area-clienti .socialLoginSection .socialButton > i {
  margin-right: 10px;
}

.container.area-clienti .socialLoginSection .socailFormSubmitButton {
  display: none;
}

/*Profile section*/
.container.area-clienti .profileSection .private-profilo-subtitle {
  font-size: 14px;
  font-weight: 700;
}

.container.area-clienti .profileSection .contactAgnetButtonWrapper {
  text-align: left;
  margin-top: 50px;
}

/*Social part*/
.container.area-clienti .profileSection .colonna-social-login .alert {
  font-size: 14px;
  padding: 12px;
}

.container.area-clienti .profileSection .colonna-social-login > .description {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  font-size: 15px;
}

.container.area-clienti .profileSection .colonna-social-login > .controls {
  text-align: left;
}

.container.area-clienti .profileSection .colonna-social-login > .controls > .socialButton {
  border-radius: 4px;
  cursor: pointer;
  padding: 0px;
  color: #fff;
  font-size: 12px;
  border: 0;
  line-height: 34px;
  vertical-align: middle;
  padding: 0px 17px;
  font-weight: 500;
  margin-right: 6px;
  width: 153px;
  margin-bottom: 6px;
}

.container.area-clienti .profileSection .colonna-social-login > .controls > .socialButton > img {
  vertical-align: middle;
  margin-left: 0px;
  height: 20px;
  position: relative;
  left: 8px;
}

.container.area-clienti .profileSection .contactAgnetButtonWrapper > .description {
  margin-bottom: 25px;
}

.container.area-clienti .profileSection .contactAgnetButtonWrapper .button-cambia-dati-profilo {
  margin-top: 0;
  padding: 0px 22px;
  line-height: 50px;
}

.container.area-clienti .profileSection .button-cambia-dati-profilo > .agentIcon {
  margin-right: 10px;
  vertical-align: middle;
  height: 33px;
}

.container.area-clienti .profileSection .button-cambia-dati-profilo > .agentLabel {
  font-weight: 500;
  color: white;
}

.overlay-privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #e6ece8;
  background: rgba(230, 236, 232, 0.8);
}

.overlay-privacy .box-overlay-privacy {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ccc;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-title {
  font-size: 23px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 27px;
  margin-bottom: 20px;
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-text {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: justify;
  line-height: 19px;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-text UL, .overlay-privacy .box-overlay-privacy .overlay-privacy-text OL {
  padding-left: 20px;
}

.overlay-privacy .box-overlay-privacy .overlay-privacy-text P, .overlay-privacy .box-overlay-privacy .overlay-privacy-text LI {
  margin-top: 10px;
}

.button-close-privacy {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  background: #006729;
  border: none;
  text-align: center;
  padding: 20px 30px;
  cursor: pointer;
}

.button-close-privacy:disabled {
  color: #c1c1c1;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritire {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-peritire.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritire {
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritiauto {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-peritiauto.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-peritiauto {
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-accertatore {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-accertatore.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-accertatore {
  background-position: 0 0;
}

.mappa .content-filtri-mappa .content-filtro-mappa .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-medico {
  margin-top: -30px;
  margin-left: -26px;
  width: 62px;
  height: 60px;
  background: transparent url(../images/public/filtro-mappa-icon-medico.png) center center no-repeat;
  background-size: 62px;
  background-position: 0 -60px;
}

.mappa .content-filtri-mappa .content-filtro-mappa.content-filtro-mappa-active .filtro-mappa-icon-content .filtro-mappa-icon.filtro-mappa-icon-medico {
  background-position: 0 0;
}

.arag-logo-div {
  float: left;
  width: 20%;
}

.arag-text-div {
  float: right;
  width: 80%;
}

.arag-description {
  line-height: 22px;
  text-align: justify;
}

.arag-image {
  width: 100%;
}

.dropdown-menu {
  max-height: none;
  max-width: none;
}

.navbar .container {
  flex-wrap: nowrap;
  display: block;
}

.control-menu {
  top: 105px !important;
}

.sidenav-fixed.sidenav-menu-slider {
  top: 105px;
}

.dashboard-row {
  display: block !important;
}

/*gestione contenuti footer*/
section#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_footercontentinstance {
  margin-bottom: 0px;
}

section#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_footercontentlightinstance {
  margin-bottom: 0px;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* INSERITI PER LA MIGRAZIONE */
.autofit-float.autofit-row.portlet-header {
  display: none;
}

.separator {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.0625rem 0 0 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}