/** Scaffolding */
/** Fonts section */
/** Color Scheme */
/** Color font */
/** specific tableau */
/** color font eservices */
/** specific */
/** datepicker */
/**
 * Clay 3.116.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.116.1
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

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

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

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

.overlay {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-area {
  background: #ffc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "ciepp-icon";
  src: url("../fonts/ciepp-icon.ttf?s0bls1") format("truetype"), url("../fonts/ciepp-icon.woff?s0bls1") format("woff"), url("../fonts/ciepp-icon.svg?s0bls1#ciepp-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ciepp-icon-], [class*=" ciepp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
}
[class^=ciepp-icon-]:before, [class*=" ciepp-icon-"]:before {
  font-family: "ciepp-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=ciepp-icon-]:after, [class*=" ciepp-icon-"]:after {
  font-family: "ciepp-icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ciepp-icon-mains-ciepp:before {
  content: "\e90f";
}

.ciepp-icon-Croix:before {
  content: "\e93b";
}

.ciepp-icon-Search:before {
  content: "\e939";
}

.ciepp-icon-Menu:before {
  content: "\e93a";
}

.ciepp-icon-Annuaire:before {
  content: "\e900";
}

.ciepp-icon-Appartenance:before {
  content: "\e901";
}

.ciepp-icon-ASBL:before {
  content: "\e902";
}

.ciepp-icon-Assures:before {
  content: "\e903";
}

.ciepp-icon-BullesContact:before {
  content: "\e904";
}

.ciepp-icon-Changer:before {
  content: "\e905";
}

.ciepp-icon-Circulaires:before {
  content: "\e906";
}

.ciepp-icon-Comparer:before {
  content: "\e907";
}

.ciepp-icon-Conseille:before {
  content: "\e908";
}

.ciepp-icon-Deces:before {
  content: "\e909";
}

.ciepp-icon-E-Services:before {
  content: "\e90a";
}

.ciepp-icon-Email:before {
  content: "\e90b";
}

.ciepp-icon-Entreprises:before {
  content: "\e90c";
}

.ciepp-icon-Evenement:before {
  content: "\e90d";
}

.ciepp-icon-Experience:before {
  content: "\e90e";
}

.ciepp-icon-Fleche:before {
  content: "\e91f";
}

.ciepp-icon-HautSite:before {
  content: "\e920";
}

.ciepp-icon-Imprimer:before {
  content: "\e921";
}

.ciepp-icon-Inclus:before {
  content: "\e922";
}

.ciepp-icon-Info:before {
  content: "\e923";
}

.ciepp-icon-Inscription:before {
  content: "\e924";
}

.ciepp-icon-Invalide:before {
  content: "\e925";
}

.ciepp-icon-Liberation:before {
  content: "\e926";
}

.ciepp-icon-Lien-Externe:before {
  content: "\e927";
}

.ciepp-icon-LinkedIn:before {
  content: "\e928";
}

.ciepp-icon-New:before {
  content: "\e929";
}

.ciepp-icon-Orphelin:before {
  content: "\e92a";
}

.ciepp-icon-PDF:before {
  content: "\eadf";
}

.ciepp-icon-PDF2:before {
  content: "\e92b";
}

.ciepp-icon-Performance-Big:before {
  content: "\e92c";
}

.ciepp-icon-Performance:before {
  content: "\e92d";
}

.ciepp-icon-RapportAnnuel:before {
  content: "\e92e";
}

.ciepp-icon-Rentiers:before {
  content: "\e92f";
}

.ciepp-icon-Salaire:before {
  content: "\e930";
}

.ciepp-icon-TauxInterets:before {
  content: "\e931";
}

.ciepp-icon-Telecharger:before {
  content: "\e932";
}

.ciepp-icon-Telephone:before {
  content: "\e933";
}

.ciepp-icon-Transferer:before {
  content: "\e934";
}

.ciepp-icon-Twitter:before {
  content: "\e935";
}

.ciepp-icon-Veuf:before {
  content: "\e936";
}

.ciepp-icon-Video:before {
  content: "\e937";
}

.ciepp-icon-Vieillesse:before {
  content: "\e938";
}

.ciepp-icon-text2:before {
  content: "\e93c";
}

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

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

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

.ciepp-icon-file-zip:before {
  content: "\e940";
}

/* .ciepp-icon-file-pdf:before { */
/*   content: "\eadf"; */
/* } */
.ciepp-icon-file-openoffice:before {
  content: "\eae0";
}

.ciepp-icon-file-word:before {
  content: "\eae1";
}

.ciepp-icon-file-excel:before {
  content: "\eae2";
}

.theme {
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /**@import "bootstrap/variables";*/
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* form: input */
  /* Erreur et message */
  /** marge du haut de chaque section */
  /** affichage de l'actualité dans l'asset publisher par defaut*/
  /** ul style */
  /** style des liens et boutons */
  /** présence d'une icône avant le lien */
  /** marge de 25px si icone */
  /** couleur blanche */
  /** présence d'une flèche après le lien */
  /**
  * section-links
  */
  /** section-title-link */
  /**
  * download-link
  */
  /*     @import "components/table"; */
  /*
  * contenu pour le style tablo utilisé par le webmaster
  * version tablo-general
  */
  /*
  * contenu pour le style tablo utilisé par le webmaster
  * version tablo
  */
  /*
  * version div

  */
  /*
  * Global

  */
  /*
  * version div tabCreate

  */
}
.theme html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.theme body {
  margin: 0;
}
.theme article,
.theme aside,
.theme details,
.theme figcaption,
.theme figure,
.theme footer,
.theme header,
.theme hgroup,
.theme main,
.theme menu,
.theme nav,
.theme section,
.theme summary {
  display: block;
}
.theme audio,
.theme canvas,
.theme progress,
.theme video {
  display: inline-block;
  vertical-align: baseline;
}
.theme audio:not([controls]) {
  display: none;
  height: 0;
}
.theme [hidden],
.theme template {
  display: none;
}
.theme a {
  background-color: transparent;
}
.theme a:active,
.theme a:hover {
  outline: 0;
}
.theme abbr[title] {
  border-bottom: 1px dotted;
}
.theme b,
.theme strong {
  font-weight: bold;
}
.theme dfn {
  font-style: italic;
}
.theme h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.theme mark {
  background: #ff0;
  color: #000;
}
.theme small {
  font-size: 80%;
}
.theme sub,
.theme sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.theme sup {
  top: -0.5em;
}
.theme sub {
  bottom: -0.25em;
}
.theme img {
  border: 0;
}
.theme svg:not(:root) {
  overflow: hidden;
}
.theme figure {
  margin: 1em 40px;
}
.theme hr {
  box-sizing: content-box;
  height: 0;
}
.theme pre {
  overflow: auto;
}
.theme code,
.theme kbd,
.theme pre,
.theme samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.theme button,
.theme input,
.theme optgroup,
.theme select,
.theme textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.theme button {
  overflow: visible;
}
.theme button,
.theme select {
  text-transform: none;
}
.theme button,
.theme html input[type=button],
.theme input[type=reset],
.theme input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.theme button[disabled],
.theme html input[disabled] {
  cursor: default;
}
.theme button::-moz-focus-inner,
.theme input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.theme input {
  line-height: normal;
}
.theme input[type=checkbox],
.theme input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.theme input[type=number]::-webkit-inner-spin-button,
.theme input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.theme input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.theme input[type=search]::-webkit-search-cancel-button,
.theme input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.theme fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.theme legend {
  border: 0;
  padding: 0;
}
.theme textarea {
  overflow: auto;
}
.theme optgroup {
  font-weight: bold;
}
.theme table {
  border-collapse: collapse;
  border-spacing: 0;
}
.theme td,
.theme th {
  padding: 0;
}
@media print {
  .theme *,
  .theme *:before,
  .theme *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .theme a,
  .theme a:visited {
    text-decoration: underline;
  }
  .theme a[href]:after {
    content: " (" attr(href) ")";
  }
  .theme abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .theme a[href^="#"]:after,
  .theme a[href^="javascript:"]:after {
    content: "";
  }
  .theme pre,
  .theme blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .theme thead {
    display: table-header-group;
  }
  .theme tr,
  .theme img {
    page-break-inside: avoid;
  }
  .theme img {
    max-width: 100% !important;
  }
  .theme p,
  .theme h2,
  .theme h3 {
    orphans: 3;
    widows: 3;
  }
  .theme h2,
  .theme h3 {
    page-break-after: avoid;
  }
  .theme .navbar {
    display: none;
  }
  .theme .btn > .caret,
  .theme .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .theme .label {
    border: 1px solid #000;
  }
  .theme .table {
    border-collapse: collapse !important;
  }
  .theme .table td,
  .theme .table th {
    background-color: #fff !important;
  }
  .theme .table-bordered th,
  .theme .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.theme .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme .glyphicon-asterisk:before {
  content: "*";
}
.theme .glyphicon-plus:before {
  content: "+";
}
.theme .glyphicon-euro:before,
.theme .glyphicon-eur:before {
  content: "€";
}
.theme .glyphicon-minus:before {
  content: "−";
}
.theme .glyphicon-cloud:before {
  content: "☁";
}
.theme .glyphicon-envelope:before {
  content: "✉";
}
.theme .glyphicon-pencil:before {
  content: "✏";
}
.theme .glyphicon-glass:before {
  content: "\e001";
}
.theme .glyphicon-music:before {
  content: "\e002";
}
.theme .glyphicon-search:before {
  content: "\e003";
}
.theme .glyphicon-heart:before {
  content: "\e005";
}
.theme .glyphicon-star:before {
  content: "\e006";
}
.theme .glyphicon-star-empty:before {
  content: "\e007";
}
.theme .glyphicon-user:before {
  content: "\e008";
}
.theme .glyphicon-film:before {
  content: "\e009";
}
.theme .glyphicon-th-large:before {
  content: "\e010";
}
.theme .glyphicon-th:before {
  content: "\e011";
}
.theme .glyphicon-th-list:before {
  content: "\e012";
}
.theme .glyphicon-ok:before {
  content: "\e013";
}
.theme .glyphicon-remove:before {
  content: "\e014";
}
.theme .glyphicon-zoom-in:before {
  content: "\e015";
}
.theme .glyphicon-zoom-out:before {
  content: "\e016";
}
.theme .glyphicon-off:before {
  content: "\e017";
}
.theme .glyphicon-signal:before {
  content: "\e018";
}
.theme .glyphicon-cog:before {
  content: "\e019";
}
.theme .glyphicon-trash:before {
  content: "\e020";
}
.theme .glyphicon-home:before {
  content: "\e021";
}
.theme .glyphicon-file:before {
  content: "\e022";
}
.theme .glyphicon-time:before {
  content: "\e023";
}
.theme .glyphicon-road:before {
  content: "\e024";
}
.theme .glyphicon-download-alt:before {
  content: "\e025";
}
.theme .glyphicon-download:before {
  content: "\e026";
}
.theme .glyphicon-upload:before {
  content: "\e027";
}
.theme .glyphicon-inbox:before {
  content: "\e028";
}
.theme .glyphicon-play-circle:before {
  content: "\e029";
}
.theme .glyphicon-repeat:before {
  content: "\e030";
}
.theme .glyphicon-refresh:before {
  content: "\e031";
}
.theme .glyphicon-list-alt:before {
  content: "\e032";
}
.theme .glyphicon-lock:before {
  content: "\e033";
}
.theme .glyphicon-flag:before {
  content: "\e034";
}
.theme .glyphicon-headphones:before {
  content: "\e035";
}
.theme .glyphicon-volume-off:before {
  content: "\e036";
}
.theme .glyphicon-volume-down:before {
  content: "\e037";
}
.theme .glyphicon-volume-up:before {
  content: "\e038";
}
.theme .glyphicon-qrcode:before {
  content: "\e039";
}
.theme .glyphicon-barcode:before {
  content: "\e040";
}
.theme .glyphicon-tag:before {
  content: "\e041";
}
.theme .glyphicon-tags:before {
  content: "\e042";
}
.theme .glyphicon-book:before {
  content: "\e043";
}
.theme .glyphicon-bookmark:before {
  content: "\e044";
}
.theme .glyphicon-print:before {
  content: "\e045";
}
.theme .glyphicon-camera:before {
  content: "\e046";
}
.theme .glyphicon-font:before {
  content: "\e047";
}
.theme .glyphicon-bold:before {
  content: "\e048";
}
.theme .glyphicon-italic:before {
  content: "\e049";
}
.theme .glyphicon-text-height:before {
  content: "\e050";
}
.theme .glyphicon-text-width:before {
  content: "\e051";
}
.theme .glyphicon-align-left:before {
  content: "\e052";
}
.theme .glyphicon-align-center:before {
  content: "\e053";
}
.theme .glyphicon-align-right:before {
  content: "\e054";
}
.theme .glyphicon-align-justify:before {
  content: "\e055";
}
.theme .glyphicon-list:before {
  content: "\e056";
}
.theme .glyphicon-indent-left:before {
  content: "\e057";
}
.theme .glyphicon-indent-right:before {
  content: "\e058";
}
.theme .glyphicon-facetime-video:before {
  content: "\e059";
}
.theme .glyphicon-picture:before {
  content: "\e060";
}
.theme .glyphicon-map-marker:before {
  content: "\e062";
}
.theme .glyphicon-adjust:before {
  content: "\e063";
}
.theme .glyphicon-tint:before {
  content: "\e064";
}
.theme .glyphicon-edit:before {
  content: "\e065";
}
.theme .glyphicon-share:before {
  content: "\e066";
}
.theme .glyphicon-check:before {
  content: "\e067";
}
.theme .glyphicon-move:before {
  content: "\e068";
}
.theme .glyphicon-step-backward:before {
  content: "\e069";
}
.theme .glyphicon-fast-backward:before {
  content: "\e070";
}
.theme .glyphicon-backward:before {
  content: "\e071";
}
.theme .glyphicon-play:before {
  content: "\e072";
}
.theme .glyphicon-pause:before {
  content: "\e073";
}
.theme .glyphicon-stop:before {
  content: "\e074";
}
.theme .glyphicon-forward:before {
  content: "\e075";
}
.theme .glyphicon-fast-forward:before {
  content: "\e076";
}
.theme .glyphicon-step-forward:before {
  content: "\e077";
}
.theme .glyphicon-eject:before {
  content: "\e078";
}
.theme .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme .glyphicon-plus-sign:before {
  content: "\e081";
}
.theme .glyphicon-minus-sign:before {
  content: "\e082";
}
.theme .glyphicon-remove-sign:before {
  content: "\e083";
}
.theme .glyphicon-ok-sign:before {
  content: "\e084";
}
.theme .glyphicon-question-sign:before {
  content: "\e085";
}
.theme .glyphicon-info-sign:before {
  content: "\e086";
}
.theme .glyphicon-screenshot:before {
  content: "\e087";
}
.theme .glyphicon-remove-circle:before {
  content: "\e088";
}
.theme .glyphicon-ok-circle:before {
  content: "\e089";
}
.theme .glyphicon-ban-circle:before {
  content: "\e090";
}
.theme .glyphicon-arrow-left:before {
  content: "\e091";
}
.theme .glyphicon-arrow-right:before {
  content: "\e092";
}
.theme .glyphicon-arrow-up:before {
  content: "\e093";
}
.theme .glyphicon-arrow-down:before {
  content: "\e094";
}
.theme .glyphicon-share-alt:before {
  content: "\e095";
}
.theme .glyphicon-resize-full:before {
  content: "\e096";
}
.theme .glyphicon-resize-small:before {
  content: "\e097";
}
.theme .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.theme .glyphicon-gift:before {
  content: "\e102";
}
.theme .glyphicon-leaf:before {
  content: "\e103";
}
.theme .glyphicon-fire:before {
  content: "\e104";
}
.theme .glyphicon-eye-open:before {
  content: "\e105";
}
.theme .glyphicon-eye-close:before {
  content: "\e106";
}
.theme .glyphicon-warning-sign:before {
  content: "\e107";
}
.theme .glyphicon-plane:before {
  content: "\e108";
}
.theme .glyphicon-calendar:before {
  content: "\e109";
}
.theme .glyphicon-random:before {
  content: "\e110";
}
.theme .glyphicon-comment:before {
  content: "\e111";
}
.theme .glyphicon-magnet:before {
  content: "\e112";
}
.theme .glyphicon-chevron-up:before {
  content: "\e113";
}
.theme .glyphicon-chevron-down:before {
  content: "\e114";
}
.theme .glyphicon-retweet:before {
  content: "\e115";
}
.theme .glyphicon-shopping-cart:before {
  content: "\e116";
}
.theme .glyphicon-folder-close:before {
  content: "\e117";
}
.theme .glyphicon-folder-open:before {
  content: "\e118";
}
.theme .glyphicon-resize-vertical:before {
  content: "\e119";
}
.theme .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.theme .glyphicon-hdd:before {
  content: "\e121";
}
.theme .glyphicon-bullhorn:before {
  content: "\e122";
}
.theme .glyphicon-bell:before {
  content: "\e123";
}
.theme .glyphicon-certificate:before {
  content: "\e124";
}
.theme .glyphicon-thumbs-up:before {
  content: "\e125";
}
.theme .glyphicon-thumbs-down:before {
  content: "\e126";
}
.theme .glyphicon-hand-right:before {
  content: "\e127";
}
.theme .glyphicon-hand-left:before {
  content: "\e128";
}
.theme .glyphicon-hand-up:before {
  content: "\e129";
}
.theme .glyphicon-hand-down:before {
  content: "\e130";
}
.theme .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.theme .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.theme .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.theme .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.theme .glyphicon-globe:before {
  content: "\e135";
}
.theme .glyphicon-wrench:before {
  content: "\e136";
}
.theme .glyphicon-tasks:before {
  content: "\e137";
}
.theme .glyphicon-filter:before {
  content: "\e138";
}
.theme .glyphicon-briefcase:before {
  content: "\e139";
}
.theme .glyphicon-fullscreen:before {
  content: "\e140";
}
.theme .glyphicon-dashboard:before {
  content: "\e141";
}
.theme .glyphicon-paperclip:before {
  content: "\e142";
}
.theme .glyphicon-heart-empty:before {
  content: "\e143";
}
.theme .glyphicon-link:before {
  content: "\e144";
}
.theme .glyphicon-phone:before {
  content: "\e145";
}
.theme .glyphicon-pushpin:before {
  content: "\e146";
}
.theme .glyphicon-usd:before {
  content: "\e148";
}
.theme .glyphicon-gbp:before {
  content: "\e149";
}
.theme .glyphicon-sort:before {
  content: "\e150";
}
.theme .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.theme .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.theme .glyphicon-sort-by-order:before {
  content: "\e153";
}
.theme .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.theme .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.theme .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.theme .glyphicon-unchecked:before {
  content: "\e157";
}
.theme .glyphicon-expand:before {
  content: "\e158";
}
.theme .glyphicon-collapse-down:before {
  content: "\e159";
}
.theme .glyphicon-collapse-up:before {
  content: "\e160";
}
.theme .glyphicon-log-in:before {
  content: "\e161";
}
.theme .glyphicon-flash:before {
  content: "\e162";
}
.theme .glyphicon-log-out:before {
  content: "\e163";
}
.theme .glyphicon-new-window:before {
  content: "\e164";
}
.theme .glyphicon-record:before {
  content: "\e165";
}
.theme .glyphicon-save:before {
  content: "\e166";
}
.theme .glyphicon-open:before {
  content: "\e167";
}
.theme .glyphicon-saved:before {
  content: "\e168";
}
.theme .glyphicon-import:before {
  content: "\e169";
}
.theme .glyphicon-export:before {
  content: "\e170";
}
.theme .glyphicon-send:before {
  content: "\e171";
}
.theme .glyphicon-floppy-disk:before {
  content: "\e172";
}
.theme .glyphicon-floppy-saved:before {
  content: "\e173";
}
.theme .glyphicon-floppy-remove:before {
  content: "\e174";
}
.theme .glyphicon-floppy-save:before {
  content: "\e175";
}
.theme .glyphicon-floppy-open:before {
  content: "\e176";
}
.theme .glyphicon-credit-card:before {
  content: "\e177";
}
.theme .glyphicon-transfer:before {
  content: "\e178";
}
.theme .glyphicon-cutlery:before {
  content: "\e179";
}
.theme .glyphicon-header:before {
  content: "\e180";
}
.theme .glyphicon-compressed:before {
  content: "\e181";
}
.theme .glyphicon-earphone:before {
  content: "\e182";
}
.theme .glyphicon-phone-alt:before {
  content: "\e183";
}
.theme .glyphicon-tower:before {
  content: "\e184";
}
.theme .glyphicon-stats:before {
  content: "\e185";
}
.theme .glyphicon-sd-video:before {
  content: "\e186";
}
.theme .glyphicon-hd-video:before {
  content: "\e187";
}
.theme .glyphicon-subtitles:before {
  content: "\e188";
}
.theme .glyphicon-sound-stereo:before {
  content: "\e189";
}
.theme .glyphicon-sound-dolby:before {
  content: "\e190";
}
.theme .glyphicon-sound-5-1:before {
  content: "\e191";
}
.theme .glyphicon-sound-6-1:before {
  content: "\e192";
}
.theme .glyphicon-sound-7-1:before {
  content: "\e193";
}
.theme .glyphicon-copyright-mark:before {
  content: "\e194";
}
.theme .glyphicon-registration-mark:before {
  content: "\e195";
}
.theme .glyphicon-cloud-download:before {
  content: "\e197";
}
.theme .glyphicon-cloud-upload:before {
  content: "\e198";
}
.theme .glyphicon-tree-conifer:before {
  content: "\e199";
}
.theme .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.theme .glyphicon-cd:before {
  content: "\e201";
}
.theme .glyphicon-save-file:before {
  content: "\e202";
}
.theme .glyphicon-open-file:before {
  content: "\e203";
}
.theme .glyphicon-level-up:before {
  content: "\e204";
}
.theme .glyphicon-copy:before {
  content: "\e205";
}
.theme .glyphicon-paste:before {
  content: "\e206";
}
.theme .glyphicon-alert:before {
  content: "\e209";
}
.theme .glyphicon-equalizer:before {
  content: "\e210";
}
.theme .glyphicon-king:before {
  content: "\e211";
}
.theme .glyphicon-queen:before {
  content: "\e212";
}
.theme .glyphicon-pawn:before {
  content: "\e213";
}
.theme .glyphicon-bishop:before {
  content: "\e214";
}
.theme .glyphicon-knight:before {
  content: "\e215";
}
.theme .glyphicon-baby-formula:before {
  content: "\e216";
}
.theme .glyphicon-tent:before {
  content: "⛺";
}
.theme .glyphicon-blackboard:before {
  content: "\e218";
}
.theme .glyphicon-bed:before {
  content: "\e219";
}
.theme .glyphicon-apple:before {
  content: "\f8ff";
}
.theme .glyphicon-erase:before {
  content: "\e221";
}
.theme .glyphicon-hourglass:before {
  content: "⌛";
}
.theme .glyphicon-lamp:before {
  content: "\e223";
}
.theme .glyphicon-duplicate:before {
  content: "\e224";
}
.theme .glyphicon-piggy-bank:before {
  content: "\e225";
}
.theme .glyphicon-scissors:before {
  content: "\e226";
}
.theme .glyphicon-bitcoin:before {
  content: "\e227";
}
.theme .glyphicon-btc:before {
  content: "\e227";
}
.theme .glyphicon-xbt:before {
  content: "\e227";
}
.theme .glyphicon-yen:before {
  content: "¥";
}
.theme .glyphicon-jpy:before {
  content: "¥";
}
.theme .glyphicon-ruble:before {
  content: "₽";
}
.theme .glyphicon-rub:before {
  content: "₽";
}
.theme .glyphicon-scale:before {
  content: "\e230";
}
.theme .glyphicon-ice-lolly:before {
  content: "\e231";
}
.theme .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.theme .glyphicon-education:before {
  content: "\e233";
}
.theme .glyphicon-option-horizontal:before {
  content: "\e234";
}
.theme .glyphicon-option-vertical:before {
  content: "\e235";
}
.theme .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.theme .glyphicon-modal-window:before {
  content: "\e237";
}
.theme .glyphicon-oil:before {
  content: "\e238";
}
.theme .glyphicon-grain:before {
  content: "\e239";
}
.theme .glyphicon-sunglasses:before {
  content: "\e240";
}
.theme .glyphicon-text-size:before {
  content: "\e241";
}
.theme .glyphicon-text-color:before {
  content: "\e242";
}
.theme .glyphicon-text-background:before {
  content: "\e243";
}
.theme .glyphicon-object-align-top:before {
  content: "\e244";
}
.theme .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.theme .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.theme .glyphicon-object-align-left:before {
  content: "\e247";
}
.theme .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.theme .glyphicon-object-align-right:before {
  content: "\e249";
}
.theme .glyphicon-triangle-right:before {
  content: "\e250";
}
.theme .glyphicon-triangle-left:before {
  content: "\e251";
}
.theme .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.theme .glyphicon-triangle-top:before {
  content: "\e253";
}
.theme .glyphicon-console:before {
  content: "\e254";
}
.theme .glyphicon-superscript:before {
  content: "\e255";
}
.theme .glyphicon-subscript:before {
  content: "\e256";
}
.theme .glyphicon-menu-left:before {
  content: "\e257";
}
.theme .glyphicon-menu-right:before {
  content: "\e258";
}
.theme .glyphicon-menu-down:before {
  content: "\e259";
}
.theme .glyphicon-menu-up:before {
  content: "\e260";
}
.theme * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme *:before,
.theme *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.theme body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #6F6F6F;
  background-color: #fff;
}
.theme input,
.theme button,
.theme select,
.theme textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.theme a {
  color: #3978b5;
  text-decoration: none;
}
.theme a:hover, .theme a:focus {
  color: #27517b;
  text-decoration: underline;
}
.theme a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme figure {
  margin: 0;
}
.theme img {
  vertical-align: middle;
}
.theme .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.theme .img-rounded {
  border-radius: 0;
}
.theme .img-thumbnail {
  padding: 0.25rem;
  line-height: 1.375;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.theme .img-circle {
  border-radius: 50%;
}
.theme hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #525252;
}
.theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme .sr-only-focusable:active, .theme .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.theme [role=button] {
  cursor: pointer;
}
.theme h1, .theme h2, .theme h3, .theme h4, .theme h5, .theme h6,
.theme .h1, .theme .h2, .theme .h3, .theme .h4, .theme .h5, .theme .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.theme h1 small,
.theme h1 .small, .theme h2 small,
.theme h2 .small, .theme h3 small,
.theme h3 .small, .theme h4 small,
.theme h4 .small, .theme h5 small,
.theme h5 .small, .theme h6 small,
.theme h6 .small,
.theme .h1 small,
.theme .h1 .small, .theme .h2 small,
.theme .h2 .small, .theme .h3 small,
.theme .h3 .small, .theme .h4 small,
.theme .h4 .small, .theme .h5 small,
.theme .h5 .small, .theme .h6 small,
.theme .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e9e9e9;
}
.theme h1, .theme .h1,
.theme h2, .theme .h2,
.theme h3, .theme .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.theme h1 small,
.theme h1 .small, .theme .h1 small,
.theme .h1 .small,
.theme h2 small,
.theme h2 .small, .theme .h2 small,
.theme .h2 .small,
.theme h3 small,
.theme h3 .small, .theme .h3 small,
.theme .h3 .small {
  font-size: 65%;
}
.theme h4, .theme .h4,
.theme h5, .theme .h5,
.theme h6, .theme .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.theme h4 small,
.theme h4 .small, .theme .h4 small,
.theme .h4 .small,
.theme h5 small,
.theme h5 .small, .theme .h5 small,
.theme .h5 .small,
.theme h6 small,
.theme h6 .small, .theme .h6 small,
.theme .h6 .small {
  font-size: 75%;
}
.theme h1, .theme .h1 {
  font-size: 37px;
}
.theme h2, .theme .h2 {
  font-size: 37px;
}
.theme h3, .theme .h3 {
  font-size: 26px;
}
.theme h4, .theme .h4 {
  font-size: 20px;
}
.theme h5, .theme .h5 {
  font-size: 16px;
}
.theme h6, .theme .h6 {
  font-size: 14px;
}
.theme p {
  margin: 0 0 11px;
}
.theme .lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .theme .lead {
    font-size: 24px;
  }
}
.theme small,
.theme .small {
  font-size: 87%;
}
.theme mark,
.theme .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.theme .text-left {
  text-align: left;
}
.theme .text-right {
  text-align: right;
}
.theme .text-center {
  text-align: center;
}
.theme .text-justify {
  text-align: justify;
}
.theme .text-nowrap {
  white-space: nowrap;
}
.theme .text-lowercase {
  text-transform: lowercase;
}
.theme .text-uppercase, .theme .initialism {
  text-transform: uppercase;
}
.theme .text-capitalize {
  text-transform: capitalize;
}
.theme .text-muted {
  color: #6c757d;
}
.theme .text-primary {
  color: #4485c4;
}
.theme a.text-primary:hover,
.theme a.text-primary:focus {
  color: #336ba2;
}
.theme .text-success {
  color: #3c763d;
}
.theme a.text-success:hover,
.theme a.text-success:focus {
  color: #2b542c;
}
.theme .text-info {
  color: #31708f;
}
.theme a.text-info:hover,
.theme a.text-info:focus {
  color: #245269;
}
.theme .text-warning {
  color: #8a6d3b;
}
.theme a.text-warning:hover,
.theme a.text-warning:focus {
  color: #66512c;
}
.theme .text-danger {
  color: #a94442;
}
.theme a.text-danger:hover,
.theme a.text-danger:focus {
  color: #843534;
}
.theme .bg-primary {
  color: #fff;
}
.theme .bg-primary {
  background-color: #4485c4;
}
.theme a.bg-primary:hover,
.theme a.bg-primary:focus {
  background-color: #336ba2;
}
.theme .bg-success {
  background-color: #dff0d8;
}
.theme a.bg-success:hover,
.theme a.bg-success:focus {
  background-color: #c1e2b3;
}
.theme .bg-info {
  background-color: #d9edf7;
}
.theme a.bg-info:hover,
.theme a.bg-info:focus {
  background-color: #afd9ee;
}
.theme .bg-warning {
  background-color: #fcf8e3;
}
.theme a.bg-warning:hover,
.theme a.bg-warning:focus {
  background-color: #f7ecb5;
}
.theme .bg-danger {
  background-color: #f2dede;
}
.theme a.bg-danger:hover,
.theme a.bg-danger:focus {
  background-color: #e4b9b9;
}
.theme .page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
.theme ul,
.theme ol {
  margin-top: 0;
  margin-bottom: 11px;
}
.theme ul ul,
.theme ul ol,
.theme ol ul,
.theme ol ol {
  margin-bottom: 0;
}
.theme .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.theme .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.theme .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.theme dl {
  margin-top: 0;
  margin-bottom: 22px;
}
.theme dt,
.theme dd {
  line-height: 1.375;
}
.theme dt {
  font-weight: bold;
}
.theme dd {
  margin-left: 0;
}
.theme .dl-horizontal dd:before, .theme .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.theme .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .theme .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .theme .dl-horizontal dd {
    margin-left: 180px;
  }
}
.theme abbr[title],
.theme abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e9e9e9;
}
.theme .initialism {
  font-size: 90%;
}
.theme blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: calc(1rem * 1.25);
  border-left: 5px solid #eeeeee;
}
.theme blockquote p:last-child,
.theme blockquote ul:last-child,
.theme blockquote ol:last-child {
  margin-bottom: 0;
}
.theme blockquote footer,
.theme blockquote small,
.theme blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #6c757d;
}
.theme blockquote footer:before,
.theme blockquote small:before,
.theme blockquote .small:before {
  content: "— ";
}
.theme .blockquote-reverse,
.theme blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.theme .blockquote-reverse footer:before,
.theme .blockquote-reverse small:before,
.theme .blockquote-reverse .small:before,
.theme blockquote.pull-right footer:before,
.theme blockquote.pull-right small:before,
.theme blockquote.pull-right .small:before {
  content: "";
}
.theme .blockquote-reverse footer:after,
.theme .blockquote-reverse small:after,
.theme .blockquote-reverse .small:after,
.theme blockquote.pull-right footer:after,
.theme blockquote.pull-right small:after,
.theme blockquote.pull-right .small:after {
  content: " —";
}
.theme address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}
.theme code,
.theme kbd,
.theme pre,
.theme samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.theme code {
  padding: 2px 4px;
  font-size: 90%;
  color: #e83e8c;
  background-color: #f9f2f4;
  border-radius: 0;
}
.theme kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.theme kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.theme pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.375;
  word-break: break-all;
  word-wrap: break-word;
  color: #212529;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.theme pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.theme .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.theme .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.theme .container:before, .theme .container:after {
  content: " ";
  display: table;
}
.theme .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .theme .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .theme .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .theme .container {
    width: 1160px;
  }
}
.theme .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.theme .container-fluid:before, .theme .container-fluid:after {
  content: " ";
  display: table;
}
.theme .container-fluid:after {
  clear: both;
}
.theme .row {
  margin-left: -10px;
  margin-right: -10px;
}
.theme .row:before, .theme .row:after {
  content: " ";
  display: table;
}
.theme .row:after {
  clear: both;
}
.theme .col-xs-1, .theme .col-sm-1, .theme .col-md-1, .theme .col-lg-1, .theme .col-xs-2, .theme .col-sm-2, .theme .col-md-2, .theme .col-lg-2, .theme .col-xs-3, .theme .col-sm-3, .theme .col-md-3, .theme .col-lg-3, .theme .col-xs-4, .theme .col-sm-4, .theme .col-md-4, .theme .col-lg-4, .theme .col-xs-5, .theme .col-sm-5, .theme .col-md-5, .theme .col-lg-5, .theme .col-xs-6, .theme .col-sm-6, .theme .col-md-6, .theme .col-lg-6, .theme .col-xs-7, .theme .col-sm-7, .theme .col-md-7, .theme .col-lg-7, .theme .col-xs-8, .theme .col-sm-8, .theme .col-md-8, .theme .col-lg-8, .theme .col-xs-9, .theme .col-sm-9, .theme .col-md-9, .theme .col-lg-9, .theme .col-xs-10, .theme .col-sm-10, .theme .col-md-10, .theme .col-lg-10, .theme .col-xs-11, .theme .col-sm-11, .theme .col-md-11, .theme .col-lg-11, .theme .col-xs-12, .theme .col-sm-12, .theme .col-md-12, .theme .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.theme .col-xs-1, .theme .col-xs-2, .theme .col-xs-3, .theme .col-xs-4, .theme .col-xs-5, .theme .col-xs-6, .theme .col-xs-7, .theme .col-xs-8, .theme .col-xs-9, .theme .col-xs-10, .theme .col-xs-11, .theme .col-xs-12 {
  float: left;
}
.theme .col-xs-1 {
  width: 8.3333333333%;
}
.theme .col-xs-2 {
  width: 16.6666666667%;
}
.theme .col-xs-3 {
  width: 25%;
}
.theme .col-xs-4 {
  width: 33.3333333333%;
}
.theme .col-xs-5 {
  width: 41.6666666667%;
}
.theme .col-xs-6 {
  width: 50%;
}
.theme .col-xs-7 {
  width: 58.3333333333%;
}
.theme .col-xs-8 {
  width: 66.6666666667%;
}
.theme .col-xs-9 {
  width: 75%;
}
.theme .col-xs-10 {
  width: 83.3333333333%;
}
.theme .col-xs-11 {
  width: 91.6666666667%;
}
.theme .col-xs-12 {
  width: 100%;
}
.theme .col-xs-pull-0 {
  right: auto;
}
.theme .col-xs-pull-1 {
  right: 8.3333333333%;
}
.theme .col-xs-pull-2 {
  right: 16.6666666667%;
}
.theme .col-xs-pull-3 {
  right: 25%;
}
.theme .col-xs-pull-4 {
  right: 33.3333333333%;
}
.theme .col-xs-pull-5 {
  right: 41.6666666667%;
}
.theme .col-xs-pull-6 {
  right: 50%;
}
.theme .col-xs-pull-7 {
  right: 58.3333333333%;
}
.theme .col-xs-pull-8 {
  right: 66.6666666667%;
}
.theme .col-xs-pull-9 {
  right: 75%;
}
.theme .col-xs-pull-10 {
  right: 83.3333333333%;
}
.theme .col-xs-pull-11 {
  right: 91.6666666667%;
}
.theme .col-xs-pull-12 {
  right: 100%;
}
.theme .col-xs-push-0 {
  left: auto;
}
.theme .col-xs-push-1 {
  left: 8.3333333333%;
}
.theme .col-xs-push-2 {
  left: 16.6666666667%;
}
.theme .col-xs-push-3 {
  left: 25%;
}
.theme .col-xs-push-4 {
  left: 33.3333333333%;
}
.theme .col-xs-push-5 {
  left: 41.6666666667%;
}
.theme .col-xs-push-6 {
  left: 50%;
}
.theme .col-xs-push-7 {
  left: 58.3333333333%;
}
.theme .col-xs-push-8 {
  left: 66.6666666667%;
}
.theme .col-xs-push-9 {
  left: 75%;
}
.theme .col-xs-push-10 {
  left: 83.3333333333%;
}
.theme .col-xs-push-11 {
  left: 91.6666666667%;
}
.theme .col-xs-push-12 {
  left: 100%;
}
.theme .col-xs-offset-0 {
  margin-left: 0%;
}
.theme .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.theme .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.theme .col-xs-offset-3 {
  margin-left: 25%;
}
.theme .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.theme .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.theme .col-xs-offset-6 {
  margin-left: 50%;
}
.theme .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.theme .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.theme .col-xs-offset-9 {
  margin-left: 75%;
}
.theme .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.theme .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.theme .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .theme .col-sm-1, .theme .col-sm-2, .theme .col-sm-3, .theme .col-sm-4, .theme .col-sm-5, .theme .col-sm-6, .theme .col-sm-7, .theme .col-sm-8, .theme .col-sm-9, .theme .col-sm-10, .theme .col-sm-11, .theme .col-sm-12 {
    float: left;
  }
  .theme .col-sm-1 {
    width: 8.3333333333%;
  }
  .theme .col-sm-2 {
    width: 16.6666666667%;
  }
  .theme .col-sm-3 {
    width: 25%;
  }
  .theme .col-sm-4 {
    width: 33.3333333333%;
  }
  .theme .col-sm-5 {
    width: 41.6666666667%;
  }
  .theme .col-sm-6 {
    width: 50%;
  }
  .theme .col-sm-7 {
    width: 58.3333333333%;
  }
  .theme .col-sm-8 {
    width: 66.6666666667%;
  }
  .theme .col-sm-9 {
    width: 75%;
  }
  .theme .col-sm-10 {
    width: 83.3333333333%;
  }
  .theme .col-sm-11 {
    width: 91.6666666667%;
  }
  .theme .col-sm-12 {
    width: 100%;
  }
  .theme .col-sm-pull-0 {
    right: auto;
  }
  .theme .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .theme .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .theme .col-sm-pull-3 {
    right: 25%;
  }
  .theme .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .theme .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .theme .col-sm-pull-6 {
    right: 50%;
  }
  .theme .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .theme .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .theme .col-sm-pull-9 {
    right: 75%;
  }
  .theme .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .theme .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .theme .col-sm-pull-12 {
    right: 100%;
  }
  .theme .col-sm-push-0 {
    left: auto;
  }
  .theme .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .theme .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .theme .col-sm-push-3 {
    left: 25%;
  }
  .theme .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .theme .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .theme .col-sm-push-6 {
    left: 50%;
  }
  .theme .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .theme .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .theme .col-sm-push-9 {
    left: 75%;
  }
  .theme .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .theme .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .theme .col-sm-push-12 {
    left: 100%;
  }
  .theme .col-sm-offset-0 {
    margin-left: 0%;
  }
  .theme .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .theme .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .theme .col-sm-offset-3 {
    margin-left: 25%;
  }
  .theme .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .theme .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .theme .col-sm-offset-6 {
    margin-left: 50%;
  }
  .theme .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .theme .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .theme .col-sm-offset-9 {
    margin-left: 75%;
  }
  .theme .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .theme .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .theme .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .theme .col-md-1, .theme .col-md-2, .theme .col-md-3, .theme .col-md-4, .theme .col-md-5, .theme .col-md-6, .theme .col-md-7, .theme .col-md-8, .theme .col-md-9, .theme .col-md-10, .theme .col-md-11, .theme .col-md-12 {
    float: left;
  }
  .theme .col-md-1 {
    width: 8.3333333333%;
  }
  .theme .col-md-2 {
    width: 16.6666666667%;
  }
  .theme .col-md-3 {
    width: 25%;
  }
  .theme .col-md-4 {
    width: 33.3333333333%;
  }
  .theme .col-md-5 {
    width: 41.6666666667%;
  }
  .theme .col-md-6 {
    width: 50%;
  }
  .theme .col-md-7 {
    width: 58.3333333333%;
  }
  .theme .col-md-8 {
    width: 66.6666666667%;
  }
  .theme .col-md-9 {
    width: 75%;
  }
  .theme .col-md-10 {
    width: 83.3333333333%;
  }
  .theme .col-md-11 {
    width: 91.6666666667%;
  }
  .theme .col-md-12 {
    width: 100%;
  }
  .theme .col-md-pull-0 {
    right: auto;
  }
  .theme .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .theme .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .theme .col-md-pull-3 {
    right: 25%;
  }
  .theme .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .theme .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .theme .col-md-pull-6 {
    right: 50%;
  }
  .theme .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .theme .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .theme .col-md-pull-9 {
    right: 75%;
  }
  .theme .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .theme .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .theme .col-md-pull-12 {
    right: 100%;
  }
  .theme .col-md-push-0 {
    left: auto;
  }
  .theme .col-md-push-1 {
    left: 8.3333333333%;
  }
  .theme .col-md-push-2 {
    left: 16.6666666667%;
  }
  .theme .col-md-push-3 {
    left: 25%;
  }
  .theme .col-md-push-4 {
    left: 33.3333333333%;
  }
  .theme .col-md-push-5 {
    left: 41.6666666667%;
  }
  .theme .col-md-push-6 {
    left: 50%;
  }
  .theme .col-md-push-7 {
    left: 58.3333333333%;
  }
  .theme .col-md-push-8 {
    left: 66.6666666667%;
  }
  .theme .col-md-push-9 {
    left: 75%;
  }
  .theme .col-md-push-10 {
    left: 83.3333333333%;
  }
  .theme .col-md-push-11 {
    left: 91.6666666667%;
  }
  .theme .col-md-push-12 {
    left: 100%;
  }
  .theme .col-md-offset-0 {
    margin-left: 0%;
  }
  .theme .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .theme .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .theme .col-md-offset-3 {
    margin-left: 25%;
  }
  .theme .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .theme .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .theme .col-md-offset-6 {
    margin-left: 50%;
  }
  .theme .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .theme .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .theme .col-md-offset-9 {
    margin-left: 75%;
  }
  .theme .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .theme .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .theme .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .theme .col-lg-1, .theme .col-lg-2, .theme .col-lg-3, .theme .col-lg-4, .theme .col-lg-5, .theme .col-lg-6, .theme .col-lg-7, .theme .col-lg-8, .theme .col-lg-9, .theme .col-lg-10, .theme .col-lg-11, .theme .col-lg-12 {
    float: left;
  }
  .theme .col-lg-1 {
    width: 8.3333333333%;
  }
  .theme .col-lg-2 {
    width: 16.6666666667%;
  }
  .theme .col-lg-3 {
    width: 25%;
  }
  .theme .col-lg-4 {
    width: 33.3333333333%;
  }
  .theme .col-lg-5 {
    width: 41.6666666667%;
  }
  .theme .col-lg-6 {
    width: 50%;
  }
  .theme .col-lg-7 {
    width: 58.3333333333%;
  }
  .theme .col-lg-8 {
    width: 66.6666666667%;
  }
  .theme .col-lg-9 {
    width: 75%;
  }
  .theme .col-lg-10 {
    width: 83.3333333333%;
  }
  .theme .col-lg-11 {
    width: 91.6666666667%;
  }
  .theme .col-lg-12 {
    width: 100%;
  }
  .theme .col-lg-pull-0 {
    right: auto;
  }
  .theme .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .theme .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .theme .col-lg-pull-3 {
    right: 25%;
  }
  .theme .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .theme .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .theme .col-lg-pull-6 {
    right: 50%;
  }
  .theme .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .theme .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .theme .col-lg-pull-9 {
    right: 75%;
  }
  .theme .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .theme .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .theme .col-lg-pull-12 {
    right: 100%;
  }
  .theme .col-lg-push-0 {
    left: auto;
  }
  .theme .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .theme .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .theme .col-lg-push-3 {
    left: 25%;
  }
  .theme .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .theme .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .theme .col-lg-push-6 {
    left: 50%;
  }
  .theme .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .theme .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .theme .col-lg-push-9 {
    left: 75%;
  }
  .theme .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .theme .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .theme .col-lg-push-12 {
    left: 100%;
  }
  .theme .col-lg-offset-0 {
    margin-left: 0%;
  }
  .theme .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .theme .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .theme .col-lg-offset-3 {
    margin-left: 25%;
  }
  .theme .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .theme .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .theme .col-lg-offset-6 {
    margin-left: 50%;
  }
  .theme .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .theme .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .theme .col-lg-offset-9 {
    margin-left: 75%;
  }
  .theme .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .theme .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .theme .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.theme table {
  background-color: transparent;
}
.theme caption {
  padding-top: 0.5rem 1rem;
  padding-bottom: 0.5rem 1rem;
  color: #6c757d;
  text-align: left;
}
.theme th {
  text-align: left;
}
.theme .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.theme .table > thead > tr > th,
.theme .table > thead > tr > td,
.theme .table > tbody > tr > th,
.theme .table > tbody > tr > td,
.theme .table > tfoot > tr > th,
.theme .table > tfoot > tr > td {
  padding: 0.5rem 1rem;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.theme .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #333333;
}
.theme .table > caption + thead > tr:first-child > th,
.theme .table > caption + thead > tr:first-child > td,
.theme .table > colgroup + thead > tr:first-child > th,
.theme .table > colgroup + thead > tr:first-child > td,
.theme .table > thead:first-child > tr:first-child > th,
.theme .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.theme .table > tbody + tbody {
  border-top: 2px solid #333333;
}
.theme .table .table {
  background-color: #fff;
}
.theme .table-condensed > thead > tr > th,
.theme .table-condensed > thead > tr > td,
.theme .table-condensed > tbody > tr > th,
.theme .table-condensed > tbody > tr > td,
.theme .table-condensed > tfoot > tr > th,
.theme .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.theme .table-bordered {
  border: 1px solid #333333;
}
.theme .table-bordered > thead > tr > th,
.theme .table-bordered > thead > tr > td,
.theme .table-bordered > tbody > tr > th,
.theme .table-bordered > tbody > tr > td,
.theme .table-bordered > tfoot > tr > th,
.theme .table-bordered > tfoot > tr > td {
  border: 1px solid #333333;
}
.theme .table-bordered > thead > tr > th,
.theme .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.theme .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.theme .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.theme table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.theme table td[class*=col-],
.theme table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.theme .table > thead > tr > td.active,
.theme .table > thead > tr > th.active, .theme .table > thead > tr.active > td, .theme .table > thead > tr.active > th,
.theme .table > tbody > tr > td.active,
.theme .table > tbody > tr > th.active,
.theme .table > tbody > tr.active > td,
.theme .table > tbody > tr.active > th,
.theme .table > tfoot > tr > td.active,
.theme .table > tfoot > tr > th.active,
.theme .table > tfoot > tr.active > td,
.theme .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.theme .table-hover > tbody > tr > td.active:hover,
.theme .table-hover > tbody > tr > th.active:hover, .theme .table-hover > tbody > tr.active:hover > td, .theme .table-hover > tbody > tr:hover > .active, .theme .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.theme .table > thead > tr > td.success,
.theme .table > thead > tr > th.success, .theme .table > thead > tr.success > td, .theme .table > thead > tr.success > th,
.theme .table > tbody > tr > td.success,
.theme .table > tbody > tr > th.success,
.theme .table > tbody > tr.success > td,
.theme .table > tbody > tr.success > th,
.theme .table > tfoot > tr > td.success,
.theme .table > tfoot > tr > th.success,
.theme .table > tfoot > tr.success > td,
.theme .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.theme .table-hover > tbody > tr > td.success:hover,
.theme .table-hover > tbody > tr > th.success:hover, .theme .table-hover > tbody > tr.success:hover > td, .theme .table-hover > tbody > tr:hover > .success, .theme .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.theme .table > thead > tr > td.info,
.theme .table > thead > tr > th.info, .theme .table > thead > tr.info > td, .theme .table > thead > tr.info > th,
.theme .table > tbody > tr > td.info,
.theme .table > tbody > tr > th.info,
.theme .table > tbody > tr.info > td,
.theme .table > tbody > tr.info > th,
.theme .table > tfoot > tr > td.info,
.theme .table > tfoot > tr > th.info,
.theme .table > tfoot > tr.info > td,
.theme .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.theme .table-hover > tbody > tr > td.info:hover,
.theme .table-hover > tbody > tr > th.info:hover, .theme .table-hover > tbody > tr.info:hover > td, .theme .table-hover > tbody > tr:hover > .info, .theme .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.theme .table > thead > tr > td.warning,
.theme .table > thead > tr > th.warning, .theme .table > thead > tr.warning > td, .theme .table > thead > tr.warning > th,
.theme .table > tbody > tr > td.warning,
.theme .table > tbody > tr > th.warning,
.theme .table > tbody > tr.warning > td,
.theme .table > tbody > tr.warning > th,
.theme .table > tfoot > tr > td.warning,
.theme .table > tfoot > tr > th.warning,
.theme .table > tfoot > tr.warning > td,
.theme .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.theme .table-hover > tbody > tr > td.warning:hover,
.theme .table-hover > tbody > tr > th.warning:hover, .theme .table-hover > tbody > tr.warning:hover > td, .theme .table-hover > tbody > tr:hover > .warning, .theme .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.theme .table > thead > tr > td.danger,
.theme .table > thead > tr > th.danger, .theme .table > thead > tr.danger > td, .theme .table > thead > tr.danger > th,
.theme .table > tbody > tr > td.danger,
.theme .table > tbody > tr > th.danger,
.theme .table > tbody > tr.danger > td,
.theme .table > tbody > tr.danger > th,
.theme .table > tfoot > tr > td.danger,
.theme .table > tfoot > tr > th.danger,
.theme .table > tfoot > tr.danger > td,
.theme .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.theme .table-hover > tbody > tr > td.danger:hover,
.theme .table-hover > tbody > tr > th.danger:hover, .theme .table-hover > tbody > tr.danger:hover > td, .theme .table-hover > tbody > tr:hover > .danger, .theme .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.theme .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .theme .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #333333;
  }
  .theme .table-responsive > .table {
    margin-bottom: 0;
  }
  .theme .table-responsive > .table > thead > tr > th,
  .theme .table-responsive > .table > thead > tr > td,
  .theme .table-responsive > .table > tbody > tr > th,
  .theme .table-responsive > .table > tbody > tr > td,
  .theme .table-responsive > .table > tfoot > tr > th,
  .theme .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .theme .table-responsive > .table-bordered {
    border: 0;
  }
  .theme .table-responsive > .table-bordered > thead > tr > th:first-child,
  .theme .table-responsive > .table-bordered > thead > tr > td:first-child,
  .theme .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .theme .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .theme .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .theme .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .theme .table-responsive > .table-bordered > thead > tr > th:last-child,
  .theme .table-responsive > .table-bordered > thead > tr > td:last-child,
  .theme .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .theme .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .theme .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .theme .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .theme .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .theme .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .theme .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .theme .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.theme fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.theme legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #525252;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.theme label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.theme input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme input[type=radio],
.theme input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.theme input[type=file] {
  display: block;
}
.theme input[type=range] {
  display: block;
  width: 100%;
}
.theme select[multiple],
.theme select[size] {
  height: auto;
}
.theme input[type=file]:focus,
.theme input[type=radio]:focus,
.theme input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.375;
  color: #495057;
}
.theme .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #495057;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -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, 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;
}
.theme .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);
}
.theme .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.theme .form-control:-ms-input-placeholder {
  color: #999;
}
.theme .form-control::-webkit-input-placeholder {
  color: #999;
}
.theme .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.theme .form-control[disabled], .theme .form-control[readonly], fieldset[disabled] .theme .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.theme .form-control[disabled], fieldset[disabled] .theme .form-control {
  cursor: not-allowed;
}
.theme textarea.form-control {
  height: auto;
}
.theme input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .theme input[type=date].form-control,
  .theme input[type=time].form-control,
  .theme input[type=datetime-local].form-control,
  .theme input[type=month].form-control {
    line-height: 36px;
  }
  .theme input[type=date].input-sm, .theme .input-group-sm > input[type=date].form-control,
  .theme .input-group-sm > input[type=date].input-group-addon,
  .theme .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm .theme input[type=date],
  .theme input[type=time].input-sm,
  .theme .input-group-sm > input[type=time].form-control,
  .theme .input-group-sm > input[type=time].input-group-addon,
  .theme .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm .theme input[type=time],
  .theme input[type=datetime-local].input-sm,
  .theme .input-group-sm > input[type=datetime-local].form-control,
  .theme .input-group-sm > input[type=datetime-local].input-group-addon,
  .theme .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm .theme input[type=datetime-local],
  .theme input[type=month].input-sm,
  .theme .input-group-sm > input[type=month].form-control,
  .theme .input-group-sm > input[type=month].input-group-addon,
  .theme .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm .theme input[type=month] {
    line-height: 33px;
  }
  .theme input[type=date].input-lg, .theme .input-group-lg > input[type=date].form-control,
  .theme .input-group-lg > input[type=date].input-group-addon,
  .theme .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg .theme input[type=date],
  .theme input[type=time].input-lg,
  .theme .input-group-lg > input[type=time].form-control,
  .theme .input-group-lg > input[type=time].input-group-addon,
  .theme .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg .theme input[type=time],
  .theme input[type=datetime-local].input-lg,
  .theme .input-group-lg > input[type=datetime-local].form-control,
  .theme .input-group-lg > input[type=datetime-local].input-group-addon,
  .theme .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg .theme input[type=datetime-local],
  .theme input[type=month].input-lg,
  .theme .input-group-lg > input[type=month].form-control,
  .theme .input-group-lg > input[type=month].input-group-addon,
  .theme .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg .theme input[type=month] {
    line-height: 49px;
  }
}
.theme .form-group {
  margin-bottom: 1rem;
}
.theme .radio,
.theme .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.theme .radio label,
.theme .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.theme .radio input[type=radio],
.theme .radio-inline input[type=radio],
.theme .checkbox input[type=checkbox],
.theme .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.theme .radio + .radio,
.theme .checkbox + .checkbox {
  margin-top: -5px;
}
.theme .radio-inline,
.theme .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.theme .radio-inline + .radio-inline,
.theme .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.theme input[type=radio][disabled], .theme input[type=radio].disabled, fieldset[disabled] .theme input[type=radio],
.theme input[type=checkbox][disabled],
.theme input[type=checkbox].disabled,
fieldset[disabled] .theme input[type=checkbox] {
  cursor: not-allowed;
}
.theme .radio-inline.disabled, fieldset[disabled] .theme .radio-inline,
.theme .checkbox-inline.disabled,
fieldset[disabled] .theme .checkbox-inline {
  cursor: not-allowed;
}
.theme .radio.disabled label, fieldset[disabled] .theme .radio label,
.theme .checkbox.disabled label,
fieldset[disabled] .theme .checkbox label {
  cursor: not-allowed;
}
.theme .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.theme .form-control-static.input-lg, .theme .input-group-lg > .form-control-static.form-control,
.theme .input-group-lg > .form-control-static.input-group-addon,
.theme .input-group-lg > .input-group-btn > .form-control-static.btn, .theme .form-control-static.input-sm, .theme .input-group-sm > .form-control-static.form-control,
.theme .input-group-sm > .form-control-static.input-group-addon,
.theme .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.theme .input-sm, .theme .input-group-sm > .form-control,
.theme .input-group-sm > .input-group-addon,
.theme .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.theme select.input-sm, .theme .input-group-sm > select.form-control,
.theme .input-group-sm > select.input-group-addon,
.theme .input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}
.theme textarea.input-sm, .theme .input-group-sm > textarea.form-control,
.theme .input-group-sm > textarea.input-group-addon,
.theme .input-group-sm > .input-group-btn > textarea.btn,
.theme select[multiple].input-sm,
.theme .input-group-sm > select[multiple].form-control,
.theme .input-group-sm > select[multiple].input-group-addon,
.theme .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.theme .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.theme .form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.theme .form-group-sm textarea.form-control,
.theme .form-group-sm select[multiple].form-control {
  height: auto;
}
.theme .form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.theme .input-lg, .theme .input-group-lg > .form-control,
.theme .input-group-lg > .input-group-addon,
.theme .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.theme select.input-lg, .theme .input-group-lg > select.form-control,
.theme .input-group-lg > select.input-group-addon,
.theme .input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}
.theme textarea.input-lg, .theme .input-group-lg > textarea.form-control,
.theme .input-group-lg > textarea.input-group-addon,
.theme .input-group-lg > .input-group-btn > textarea.btn,
.theme select[multiple].input-lg,
.theme .input-group-lg > select[multiple].form-control,
.theme .input-group-lg > select[multiple].input-group-addon,
.theme .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.theme .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.theme .form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.theme .form-group-lg textarea.form-control,
.theme .form-group-lg select[multiple].form-control {
  height: auto;
}
.theme .form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.theme .has-feedback {
  position: relative;
}
.theme .has-feedback .form-control {
  padding-right: 45px;
}
.theme .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.theme .input-lg + .form-control-feedback, .theme .input-group-lg > .form-control + .form-control-feedback,
.theme .input-group-lg > .input-group-addon + .form-control-feedback,
.theme .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.theme .input-group-lg + .form-control-feedback,
.theme .form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.theme .input-sm + .form-control-feedback, .theme .input-group-sm > .form-control + .form-control-feedback,
.theme .input-group-sm > .input-group-addon + .form-control-feedback,
.theme .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.theme .input-group-sm + .form-control-feedback,
.theme .form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.theme .has-success .help-block,
.theme .has-success .control-label,
.theme .has-success .radio,
.theme .has-success .checkbox,
.theme .has-success .radio-inline,
.theme .has-success .checkbox-inline, .theme .has-success.radio label, .theme .has-success.checkbox label, .theme .has-success.radio-inline label, .theme .has-success.checkbox-inline label {
  color: #3c763d;
}
.theme .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);
}
.theme .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;
}
.theme .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.theme .has-success .form-control-feedback {
  color: #3c763d;
}
.theme .has-warning .help-block,
.theme .has-warning .control-label,
.theme .has-warning .radio,
.theme .has-warning .checkbox,
.theme .has-warning .radio-inline,
.theme .has-warning .checkbox-inline, .theme .has-warning.radio label, .theme .has-warning.checkbox label, .theme .has-warning.radio-inline label, .theme .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.theme .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);
}
.theme .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;
}
.theme .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.theme .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.theme .has-error .help-block,
.theme .has-error .control-label,
.theme .has-error .radio,
.theme .has-error .checkbox,
.theme .has-error .radio-inline,
.theme .has-error .checkbox-inline, .theme .has-error.radio label, .theme .has-error.checkbox label, .theme .has-error.radio-inline label, .theme .has-error.checkbox-inline label {
  color: #a94442;
}
.theme .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);
}
.theme .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;
}
.theme .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.theme .has-error .form-control-feedback {
  color: #a94442;
}
.theme .has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.theme .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.theme .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #afafaf;
}
@media (min-width: 768px) {
  .theme .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .theme .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .theme .form-inline .form-control-static {
    display: inline-block;
  }
  .theme .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .theme .form-inline .input-group .input-group-addon,
  .theme .form-inline .input-group .input-group-btn,
  .theme .form-inline .input-group .form-control {
    width: auto;
  }
  .theme .form-inline .input-group > .form-control {
    width: 100%;
  }
  .theme .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .theme .form-inline .radio,
  .theme .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .theme .form-inline .radio label,
  .theme .form-inline .checkbox label {
    padding-left: 0;
  }
  .theme .form-inline .radio input[type=radio],
  .theme .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .theme .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.theme .form-horizontal .radio,
.theme .form-horizontal .checkbox,
.theme .form-horizontal .radio-inline,
.theme .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.theme .form-horizontal .radio,
.theme .form-horizontal .checkbox {
  min-height: 29px;
}
.theme .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.theme .form-horizontal .form-group:before, .theme .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.theme .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .theme .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.theme .form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .theme .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .theme .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.theme .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.theme .btn:focus, .theme .btn.focus, .theme .btn:active:focus, .theme .btn:active.focus, .theme .btn.active:focus, .theme .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme .btn:hover, .theme .btn:focus, .theme .btn.focus {
  color: #333;
  text-decoration: none;
}
.theme .btn:active, .theme .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
.theme .btn.disabled, .theme .btn[disabled], fieldset[disabled] .theme .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme a.btn.disabled, fieldset[disabled] .theme a.btn {
  pointer-events: none;
}
.theme .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.theme .btn-default:focus, .theme .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.theme .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.theme .btn-default:active, .theme .btn-default.active, .open > .theme .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.theme .btn-default:active:hover, .theme .btn-default:active:focus, .theme .btn-default:active.focus, .theme .btn-default.active:hover, .theme .btn-default.active:focus, .theme .btn-default.active.focus, .open > .theme .btn-default.dropdown-toggle:hover, .open > .theme .btn-default.dropdown-toggle:focus, .open > .theme .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.theme .btn-default:active, .theme .btn-default.active, .open > .theme .btn-default.dropdown-toggle {
  background-image: none;
}
.theme .btn-default.disabled:hover, .theme .btn-default.disabled:focus, .theme .btn-default.disabled.focus, .theme .btn-default[disabled]:hover, .theme .btn-default[disabled]:focus, .theme .btn-default[disabled].focus, fieldset[disabled] .theme .btn-default:hover, fieldset[disabled] .theme .btn-default:focus, fieldset[disabled] .theme .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.theme .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.theme .btn-primary {
  color: #fff;
  background-color: #4485c4;
  border-color: #3978b5;
}
.theme .btn-primary:focus, .theme .btn-primary.focus {
  color: #fff;
  background-color: #336ba2;
  border-color: #1b3854;
}
.theme .btn-primary:hover {
  color: #fff;
  background-color: #336ba2;
  border-color: #2b5987;
}
.theme .btn-primary:active, .theme .btn-primary.active, .open > .theme .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #336ba2;
  border-color: #2b5987;
}
.theme .btn-primary:active:hover, .theme .btn-primary:active:focus, .theme .btn-primary:active.focus, .theme .btn-primary.active:hover, .theme .btn-primary.active:focus, .theme .btn-primary.active.focus, .open > .theme .btn-primary.dropdown-toggle:hover, .open > .theme .btn-primary.dropdown-toggle:focus, .open > .theme .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2b5987;
  border-color: #1b3854;
}
.theme .btn-primary:active, .theme .btn-primary.active, .open > .theme .btn-primary.dropdown-toggle {
  background-image: none;
}
.theme .btn-primary.disabled:hover, .theme .btn-primary.disabled:focus, .theme .btn-primary.disabled.focus, .theme .btn-primary[disabled]:hover, .theme .btn-primary[disabled]:focus, .theme .btn-primary[disabled].focus, fieldset[disabled] .theme .btn-primary:hover, fieldset[disabled] .theme .btn-primary:focus, fieldset[disabled] .theme .btn-primary.focus {
  background-color: #4485c4;
  border-color: #3978b5;
}
.theme .btn-primary .badge {
  color: #4485c4;
  background-color: #fff;
}
.theme .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.theme .btn-success:focus, .theme .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.theme .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.theme .btn-success:active, .theme .btn-success.active, .open > .theme .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.theme .btn-success:active:hover, .theme .btn-success:active:focus, .theme .btn-success:active.focus, .theme .btn-success.active:hover, .theme .btn-success.active:focus, .theme .btn-success.active.focus, .open > .theme .btn-success.dropdown-toggle:hover, .open > .theme .btn-success.dropdown-toggle:focus, .open > .theme .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.theme .btn-success:active, .theme .btn-success.active, .open > .theme .btn-success.dropdown-toggle {
  background-image: none;
}
.theme .btn-success.disabled:hover, .theme .btn-success.disabled:focus, .theme .btn-success.disabled.focus, .theme .btn-success[disabled]:hover, .theme .btn-success[disabled]:focus, .theme .btn-success[disabled].focus, fieldset[disabled] .theme .btn-success:hover, fieldset[disabled] .theme .btn-success:focus, fieldset[disabled] .theme .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.theme .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.theme .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.theme .btn-info:focus, .theme .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.theme .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.theme .btn-info:active, .theme .btn-info.active, .open > .theme .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.theme .btn-info:active:hover, .theme .btn-info:active:focus, .theme .btn-info:active.focus, .theme .btn-info.active:hover, .theme .btn-info.active:focus, .theme .btn-info.active.focus, .open > .theme .btn-info.dropdown-toggle:hover, .open > .theme .btn-info.dropdown-toggle:focus, .open > .theme .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.theme .btn-info:active, .theme .btn-info.active, .open > .theme .btn-info.dropdown-toggle {
  background-image: none;
}
.theme .btn-info.disabled:hover, .theme .btn-info.disabled:focus, .theme .btn-info.disabled.focus, .theme .btn-info[disabled]:hover, .theme .btn-info[disabled]:focus, .theme .btn-info[disabled].focus, fieldset[disabled] .theme .btn-info:hover, fieldset[disabled] .theme .btn-info:focus, fieldset[disabled] .theme .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.theme .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.theme .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.theme .btn-warning:focus, .theme .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.theme .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.theme .btn-warning:active, .theme .btn-warning.active, .open > .theme .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.theme .btn-warning:active:hover, .theme .btn-warning:active:focus, .theme .btn-warning:active.focus, .theme .btn-warning.active:hover, .theme .btn-warning.active:focus, .theme .btn-warning.active.focus, .open > .theme .btn-warning.dropdown-toggle:hover, .open > .theme .btn-warning.dropdown-toggle:focus, .open > .theme .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.theme .btn-warning:active, .theme .btn-warning.active, .open > .theme .btn-warning.dropdown-toggle {
  background-image: none;
}
.theme .btn-warning.disabled:hover, .theme .btn-warning.disabled:focus, .theme .btn-warning.disabled.focus, .theme .btn-warning[disabled]:hover, .theme .btn-warning[disabled]:focus, .theme .btn-warning[disabled].focus, fieldset[disabled] .theme .btn-warning:hover, fieldset[disabled] .theme .btn-warning:focus, fieldset[disabled] .theme .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.theme .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.theme .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.theme .btn-danger:focus, .theme .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.theme .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.theme .btn-danger:active, .theme .btn-danger.active, .open > .theme .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.theme .btn-danger:active:hover, .theme .btn-danger:active:focus, .theme .btn-danger:active.focus, .theme .btn-danger.active:hover, .theme .btn-danger.active:focus, .theme .btn-danger.active.focus, .open > .theme .btn-danger.dropdown-toggle:hover, .open > .theme .btn-danger.dropdown-toggle:focus, .open > .theme .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.theme .btn-danger:active, .theme .btn-danger.active, .open > .theme .btn-danger.dropdown-toggle {
  background-image: none;
}
.theme .btn-danger.disabled:hover, .theme .btn-danger.disabled:focus, .theme .btn-danger.disabled.focus, .theme .btn-danger[disabled]:hover, .theme .btn-danger[disabled]:focus, .theme .btn-danger[disabled].focus, fieldset[disabled] .theme .btn-danger:hover, fieldset[disabled] .theme .btn-danger:focus, fieldset[disabled] .theme .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.theme .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.theme .btn-link {
  color: #3978b5;
  font-weight: normal;
  border-radius: 0;
}
.theme .btn-link, .theme .btn-link:active, .theme .btn-link.active, .theme .btn-link[disabled], fieldset[disabled] .theme .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme .btn-link, .theme .btn-link:hover, .theme .btn-link:focus, .theme .btn-link:active {
  border-color: transparent;
}
.theme .btn-link:hover, .theme .btn-link:focus {
  color: #27517b;
  text-decoration: underline;
  background-color: transparent;
}
.theme .btn-link[disabled]:hover, .theme .btn-link[disabled]:focus, fieldset[disabled] .theme .btn-link:hover, fieldset[disabled] .theme .btn-link:focus {
  color: #6c757d;
  text-decoration: none;
}
.theme .btn-lg, .theme .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.theme .btn-sm, .theme .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.theme .btn-xs, .theme .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.theme .btn-block {
  display: block;
  width: 100%;
}
.theme .btn-block + .btn-block {
  margin-top: 5px;
}
.theme input[type=submit].btn-block,
.theme input[type=reset].btn-block,
.theme input[type=button].btn-block {
  width: 100%;
}
.theme .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.theme .fade.in {
  opacity: 1;
}
.theme .collapse {
  display: none;
}
.theme .collapse.in {
  display: block;
}
.theme tr.collapse.in {
  display: table-row;
}
.theme tbody.collapse.in {
  display: table-row-group;
}
.theme .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.theme .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;
}
.theme .dropup,
.theme .dropdown {
  position: relative;
}
.theme .dropdown-toggle:focus {
  outline: 0;
}
.theme .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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.theme .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.theme .dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e9ecef;
}
.theme .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.375;
  color: #212529;
  white-space: nowrap;
}
.theme .dropdown-menu > li > a:hover, .theme .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f8f9fa;
}
.theme .dropdown-menu > .active > a, .theme .dropdown-menu > .active > a:hover, .theme .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007bff;
}
.theme .dropdown-menu > .disabled > a, .theme .dropdown-menu > .disabled > a:hover, .theme .dropdown-menu > .disabled > a:focus {
  color: #6c757d;
}
.theme .dropdown-menu > .disabled > a:hover, .theme .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.theme .open > .dropdown-menu {
  display: block;
}
.theme .open > a {
  outline: 0;
}
.theme .dropdown-menu-right {
  left: auto;
  right: 0;
}
.theme .dropdown-menu-left {
  left: 0;
  right: auto;
}
.theme .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.375;
  color: #6c757d;
  white-space: nowrap;
}
.theme .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.theme .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.theme .dropup .caret,
.theme .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.theme .dropup .dropdown-menu,
.theme .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .theme .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .theme .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.theme .btn-group,
.theme .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.theme .btn-group > .btn,
.theme .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.theme .btn-group > .btn:hover, .theme .btn-group > .btn:focus, .theme .btn-group > .btn:active, .theme .btn-group > .btn.active,
.theme .btn-group-vertical > .btn:hover,
.theme .btn-group-vertical > .btn:focus,
.theme .btn-group-vertical > .btn:active,
.theme .btn-group-vertical > .btn.active {
  z-index: 2;
}
.theme .btn-group .btn + .btn,
.theme .btn-group .btn + .btn-group,
.theme .btn-group .btn-group + .btn,
.theme .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.theme .btn-toolbar {
  margin-left: -5px;
}
.theme .btn-toolbar:before, .theme .btn-toolbar:after {
  content: " ";
  display: table;
}
.theme .btn-toolbar:after {
  clear: both;
}
.theme .btn-toolbar .btn,
.theme .btn-toolbar .btn-group,
.theme .btn-toolbar .input-group {
  float: left;
}
.theme .btn-toolbar > .btn,
.theme .btn-toolbar > .btn-group,
.theme .btn-toolbar > .input-group {
  margin-left: 5px;
}
.theme .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.theme .btn-group > .btn:first-child {
  margin-left: 0;
}
.theme .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme .btn-group > .btn:last-child:not(:first-child),
.theme .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.theme .btn-group > .btn-group {
  float: left;
}
.theme .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.theme .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.theme .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.theme .btn-group .dropdown-toggle:active,
.theme .btn-group.open .dropdown-toggle {
  outline: 0;
}
.theme .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.theme .btn-group > .btn-lg + .dropdown-toggle, .theme .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.theme .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);
}
.theme .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme .btn .caret {
  margin-left: 0;
}
.theme .btn-lg .caret, .theme .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.theme .dropup .btn-lg .caret, .theme .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.theme .btn-group-vertical > .btn,
.theme .btn-group-vertical > .btn-group,
.theme .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.theme .btn-group-vertical > .btn-group:before, .theme .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.theme .btn-group-vertical > .btn-group:after {
  clear: both;
}
.theme .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.theme .btn-group-vertical > .btn + .btn,
.theme .btn-group-vertical > .btn + .btn-group,
.theme .btn-group-vertical > .btn-group + .btn,
.theme .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.theme .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.theme .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.theme .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.theme .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.theme .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.theme .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.theme .btn-group-justified > .btn,
.theme .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.theme .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.theme .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.theme [data-toggle=buttons] > .btn input[type=radio],
.theme [data-toggle=buttons] > .btn input[type=checkbox],
.theme [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.theme [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.theme .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.theme .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.theme .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.theme .input-group .form-control:focus {
  z-index: 3;
}
.theme .input-group-addon,
.theme .input-group-btn,
.theme .input-group .form-control {
  display: table-cell;
}
.theme .input-group-addon:not(:first-child):not(:last-child),
.theme .input-group-btn:not(:first-child):not(:last-child),
.theme .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.theme .input-group-addon,
.theme .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.theme .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
}
.theme .input-group-addon.input-sm,
.theme .input-group-sm > .input-group-addon,
.theme .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.theme .input-group-addon.input-lg,
.theme .input-group-lg > .input-group-addon,
.theme .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.theme .input-group-addon input[type=radio],
.theme .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.theme .input-group .form-control:first-child,
.theme .input-group-addon:first-child,
.theme .input-group-btn:first-child > .btn,
.theme .input-group-btn:first-child > .btn-group > .btn,
.theme .input-group-btn:first-child > .dropdown-toggle,
.theme .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.theme .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme .input-group-addon:first-child {
  border-right: 0;
}
.theme .input-group .form-control:last-child,
.theme .input-group-addon:last-child,
.theme .input-group-btn:last-child > .btn,
.theme .input-group-btn:last-child > .btn-group > .btn,
.theme .input-group-btn:last-child > .dropdown-toggle,
.theme .input-group-btn:first-child > .btn:not(:first-child),
.theme .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.theme .input-group-addon:last-child {
  border-left: 0;
}
.theme .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.theme .input-group-btn > .btn {
  position: relative;
}
.theme .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.theme .input-group-btn > .btn:hover, .theme .input-group-btn > .btn:focus, .theme .input-group-btn > .btn:active {
  z-index: 2;
}
.theme .input-group-btn:first-child > .btn,
.theme .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.theme .input-group-btn:last-child > .btn,
.theme .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.theme .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.theme .nav:before, .theme .nav:after {
  content: " ";
  display: table;
}
.theme .nav:after {
  clear: both;
}
.theme .nav > li {
  position: relative;
  display: block;
}
.theme .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
}
.theme .nav > li > a:hover, .theme .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.theme .nav > li.disabled > a {
  color: #e9e9e9;
}
.theme .nav > li.disabled > a:hover, .theme .nav > li.disabled > a:focus {
  color: #e9e9e9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.theme .nav .open > a, .theme .nav .open > a:hover, .theme .nav .open > a:focus {
  background-color: transparent;
  border-color: #3978b5;
}
.theme .nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.theme .nav > li > a > img {
  max-width: none;
}
.theme .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.theme .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.theme .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.375;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.theme .nav-tabs > li > a:hover {
  border-color: #e9ecef #e9ecef #dee2e6 #e9ecef #e9ecef #dee2e6 #dee2e6;
}
.theme .nav-tabs > li.active > a, .theme .nav-tabs > li.active > a:hover, .theme .nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.theme .nav-pills > li {
  float: left;
}
.theme .nav-pills > li > a {
  border-radius: 0.25rem;
}
.theme .nav-pills > li + li {
  margin-left: 2px;
}
.theme .nav-pills > li.active > a, .theme .nav-pills > li.active > a:hover, .theme .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #007bff;
}
.theme .nav-stacked > li {
  float: none;
}
.theme .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.theme .nav-justified, .theme .nav-tabs.nav-justified {
  width: 100%;
}
.theme .nav-justified > li, .theme .nav-tabs.nav-justified > li {
  float: none;
}
.theme .nav-justified > li > a, .theme .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.theme .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .theme .nav-justified > li, .theme .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .theme .nav-justified > li > a, .theme .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.theme .nav-tabs-justified, .theme .nav-tabs.nav-justified {
  border-bottom: 0;
}
.theme .nav-tabs-justified > li > a, .theme .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.theme .nav-tabs-justified > .active > a, .theme .nav-tabs.nav-justified > .active > a,
.theme .nav-tabs-justified > .active > a:hover,
.theme .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .theme .nav-tabs-justified > li > a, .theme .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .theme .nav-tabs-justified > .active > a, .theme .nav-tabs.nav-justified > .active > a,
  .theme .nav-tabs-justified > .active > a:hover,
  .theme .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.theme .tab-content > .tab-pane {
  display: none;
}
.theme .tab-content > .active {
  display: block;
}
.theme .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.theme .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.theme .navbar:before, .theme .navbar:after {
  content: " ";
  display: table;
}
.theme .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .theme .navbar {
    border-radius: 0;
  }
}
.theme .navbar-header:before, .theme .navbar-header:after {
  content: " ";
  display: table;
}
.theme .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .theme .navbar-header {
    float: left;
  }
}
.theme .navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.theme .navbar-collapse:before, .theme .navbar-collapse:after {
  content: " ";
  display: table;
}
.theme .navbar-collapse:after {
  clear: both;
}
.theme .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .theme .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .theme .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .theme .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .theme .navbar-collapse, .navbar-static-top .theme .navbar-collapse, .navbar-fixed-bottom .theme .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.theme .navbar-fixed-top .navbar-collapse,
.theme .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 768px) and (orientation: landscape) {
  .theme .navbar-fixed-top .navbar-collapse,
  .theme .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.theme .container > .navbar-header,
.theme .container > .navbar-collapse,
.theme .container-fluid > .navbar-header,
.theme .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .theme .container > .navbar-header,
  .theme .container > .navbar-collapse,
  .theme .container-fluid > .navbar-header,
  .theme .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.theme .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .theme .navbar-static-top {
    border-radius: 0;
  }
}
.theme .navbar-fixed-top,
.theme .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .theme .navbar-fixed-top,
  .theme .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.theme .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.theme .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.theme .navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.theme .navbar-brand:hover, .theme .navbar-brand:focus {
  text-decoration: none;
}
.theme .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .theme .navbar-brand, .navbar > .container-fluid .theme .navbar-brand {
    margin-left: -10px;
  }
}
.theme .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.theme .navbar-toggle:focus {
  outline: 0;
}
.theme .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.theme .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .theme .navbar-toggle {
    display: none;
  }
}
.theme .navbar-nav {
  margin: 7px -10px;
}
.theme .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .theme .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .theme .navbar-nav .open .dropdown-menu > li > a,
  .theme .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .theme .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .theme .navbar-nav .open .dropdown-menu > li > a:hover, .theme .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .theme .navbar-nav {
    float: left;
    margin: 0;
  }
  .theme .navbar-nav > li {
    float: left;
  }
  .theme .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.theme .navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .theme .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .theme .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .theme .navbar-form .form-control-static {
    display: inline-block;
  }
  .theme .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .theme .navbar-form .input-group .input-group-addon,
  .theme .navbar-form .input-group .input-group-btn,
  .theme .navbar-form .input-group .form-control {
    width: auto;
  }
  .theme .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .theme .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .theme .navbar-form .radio,
  .theme .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .theme .navbar-form .radio label,
  .theme .navbar-form .checkbox label {
    padding-left: 0;
  }
  .theme .navbar-form .radio input[type=radio],
  .theme .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .theme .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .theme .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .theme .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .theme .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.theme .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.theme .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.theme .navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.theme .navbar-btn.btn-sm, .theme .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.theme .navbar-btn.btn-xs, .theme .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.theme .navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .theme .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .theme .navbar-left {
    float: left !important;
  }
  .theme .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .theme .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.theme .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.theme .navbar-default .navbar-brand {
  color: #777;
}
.theme .navbar-default .navbar-brand:hover, .theme .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.theme .navbar-default .navbar-text {
  color: #777;
}
.theme .navbar-default .navbar-nav > li > a {
  color: #777;
}
.theme .navbar-default .navbar-nav > li > a:hover, .theme .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.theme .navbar-default .navbar-nav > .active > a, .theme .navbar-default .navbar-nav > .active > a:hover, .theme .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.theme .navbar-default .navbar-nav > .disabled > a, .theme .navbar-default .navbar-nav > .disabled > a:hover, .theme .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.theme .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.theme .navbar-default .navbar-toggle:hover, .theme .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.theme .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.theme .navbar-default .navbar-collapse,
.theme .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.theme .navbar-default .navbar-nav > .open > a, .theme .navbar-default .navbar-nav > .open > a:hover, .theme .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .theme .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.theme .navbar-default .navbar-link {
  color: #777;
}
.theme .navbar-default .navbar-link:hover {
  color: #333;
}
.theme .navbar-default .btn-link {
  color: #777;
}
.theme .navbar-default .btn-link:hover, .theme .navbar-default .btn-link:focus {
  color: #333;
}
.theme .navbar-default .btn-link[disabled]:hover, .theme .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .theme .navbar-default .btn-link:hover, fieldset[disabled] .theme .navbar-default .btn-link:focus {
  color: #ccc;
}
.theme .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.theme .navbar-inverse .navbar-brand {
  color: white;
}
.theme .navbar-inverse .navbar-brand:hover, .theme .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.theme .navbar-inverse .navbar-text {
  color: white;
}
.theme .navbar-inverse .navbar-nav > li > a {
  color: white;
}
.theme .navbar-inverse .navbar-nav > li > a:hover, .theme .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.theme .navbar-inverse .navbar-nav > .active > a, .theme .navbar-inverse .navbar-nav > .active > a:hover, .theme .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.theme .navbar-inverse .navbar-nav > .disabled > a, .theme .navbar-inverse .navbar-nav > .disabled > a:hover, .theme .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.theme .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.theme .navbar-inverse .navbar-toggle:hover, .theme .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.theme .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.theme .navbar-inverse .navbar-collapse,
.theme .navbar-inverse .navbar-form {
  border-color: #101010;
}
.theme .navbar-inverse .navbar-nav > .open > a, .theme .navbar-inverse .navbar-nav > .open > a:hover, .theme .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .theme .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.theme .navbar-inverse .navbar-link {
  color: white;
}
.theme .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.theme .navbar-inverse .btn-link {
  color: white;
}
.theme .navbar-inverse .btn-link:hover, .theme .navbar-inverse .btn-link:focus {
  color: #fff;
}
.theme .navbar-inverse .btn-link[disabled]:hover, .theme .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .theme .navbar-inverse .btn-link:hover, fieldset[disabled] .theme .navbar-inverse .btn-link:focus {
  color: #444;
}
.theme .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}
.theme .breadcrumb > li {
  display: inline-block;
}
.theme .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.theme .breadcrumb > .active {
  color: #6c757d;
}
.theme .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.theme .pagination > li {
  display: inline;
}
.theme .pagination > li > a,
.theme .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.375;
  text-decoration: none;
  color: #3978b5;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.theme .pagination > li:first-child > a,
.theme .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.theme .pagination > li:last-child > a,
.theme .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme .pagination > li > a:hover, .theme .pagination > li > a:focus,
.theme .pagination > li > span:hover,
.theme .pagination > li > span:focus {
  z-index: 2;
  color: #27517b;
  background-color: #e9ecef;
  border-color: #ddd;
}
.theme .pagination > .active > a, .theme .pagination > .active > a:hover, .theme .pagination > .active > a:focus,
.theme .pagination > .active > span,
.theme .pagination > .active > span:hover,
.theme .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #4485c4;
  cursor: default;
}
.theme .pagination > .disabled > span,
.theme .pagination > .disabled > span:hover,
.theme .pagination > .disabled > span:focus,
.theme .pagination > .disabled > a,
.theme .pagination > .disabled > a:hover,
.theme .pagination > .disabled > a:focus {
  color: #6c757d;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.theme .pagination-lg > li > a,
.theme .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.theme .pagination-lg > li:first-child > a,
.theme .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.theme .pagination-lg > li:last-child > a,
.theme .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme .pagination-sm > li > a,
.theme .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.theme .pagination-sm > li:first-child > a,
.theme .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.theme .pagination-sm > li:last-child > a,
.theme .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme .pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.theme .pager:before, .theme .pager:after {
  content: " ";
  display: table;
}
.theme .pager:after {
  clear: both;
}
.theme .pager li {
  display: inline;
}
.theme .pager li > a,
.theme .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.theme .pager li > a:hover,
.theme .pager li > a:focus {
  text-decoration: none;
  background-color: #e9ecef;
}
.theme .pager .next > a,
.theme .pager .next > span {
  float: right;
}
.theme .pager .previous > a,
.theme .pager .previous > span {
  float: left;
}
.theme .pager .disabled > a,
.theme .pager .disabled > a:hover,
.theme .pager .disabled > a:focus,
.theme .pager .disabled > span {
  color: #6c757d;
  background-color: #fff;
  cursor: not-allowed;
}
.theme .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #6F6F6F;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.theme .label:empty {
  display: none;
}
.btn .theme .label {
  position: relative;
  top: -1px;
}
.theme a.label:hover, .theme a.label:focus {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.theme .label-default {
  background-color: #e9e9e9;
}
.theme .label-default[href]:hover, .theme .label-default[href]:focus {
  background-color: #d0d0d0;
}
.theme .label-primary {
  background-color: #fff;
}
.theme .label-primary[href]:hover, .theme .label-primary[href]:focus {
  background-color: #e6e6e6;
}
.theme .label-success {
  background-color: #fff;
}
.theme .label-success[href]:hover, .theme .label-success[href]:focus {
  background-color: #e6e6e6;
}
.theme .label-info {
  background-color: #fff;
}
.theme .label-info[href]:hover, .theme .label-info[href]:focus {
  background-color: #e6e6e6;
}
.theme .label-warning {
  background-color: #fff;
}
.theme .label-warning[href]:hover, .theme .label-warning[href]:focus {
  background-color: #e6e6e6;
}
.theme .label-danger {
  background-color: #fff;
}
.theme .label-danger[href]:hover, .theme .label-danger[href]:focus {
  background-color: #e6e6e6;
}
.theme .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 0.25rem;
}
.theme .badge:empty {
  display: none;
}
.btn .theme .badge {
  position: relative;
  top: -1px;
}
.btn-xs .theme .badge, .btn-group-xs > .btn .theme .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .theme .badge, .nav-pills > .active > a > .theme .badge {
  color: #3978b5;
  background-color: #fff;
}
.list-group-item > .theme .badge {
  float: right;
}
.list-group-item > .theme .badge + .theme .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .theme .badge {
  margin-left: 3px;
}
.theme a.badge:hover, .theme a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.theme .jumbotron {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: inherit;
  background-color: #e9ecef;
}
.theme .jumbotron h1,
.theme .jumbotron .h1 {
  color: inherit;
}
.theme .jumbotron p {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 200;
}
.theme .jumbotron > hr {
  border-top-color: #cbd3da;
}
.container .theme .jumbotron, .container-fluid .theme .jumbotron {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.theme .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .theme .jumbotron {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .container .theme .jumbotron, .container-fluid .theme .jumbotron {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .theme .jumbotron h1,
  .theme .jumbotron .h1 {
    font-size: 72px;
  }
}
.theme .thumbnail {
  display: block;
  padding: 0.25rem;
  margin-bottom: 22px;
  line-height: 1.375;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.theme .thumbnail > img,
.theme .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.theme .thumbnail .caption {
  padding: 9px;
  color: #6F6F6F;
}
.theme a.thumbnail:hover,
.theme a.thumbnail:focus,
.theme a.thumbnail.active {
  border-color: #3978b5;
}
.theme .alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.theme .alert h4 {
  margin-top: 0;
  color: inherit;
}
.theme .alert .alert-link {
  font-weight: 700;
}
.theme .alert > p,
.theme .alert > ul {
  margin-bottom: 0;
}
.theme .alert > p + p {
  margin-top: 5px;
}
.theme .alert-dismissable,
.theme .alert-dismissible {
  padding-right: 35px;
}
.theme .alert-dismissable .close,
.theme .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.theme .alert-success {
  background-color: #d4edda;
  border-color: #d6e9c6;
  color: #3c763d;
}
.theme .alert-success hr {
  border-top-color: #c9e2b3;
}
.theme .alert-success .alert-link {
  color: #2b542c;
}
.theme .alert-info {
  background-color: #d1ecf1;
  border-color: #bce8f1;
  color: #31708f;
}
.theme .alert-info hr {
  border-top-color: #a6e1ec;
}
.theme .alert-info .alert-link {
  color: #245269;
}
.theme .alert-warning {
  background-color: #fff3cd;
  border-color: #faebcc;
  color: #8a6d3b;
}
.theme .alert-warning hr {
  border-top-color: #f7e1b5;
}
.theme .alert-warning .alert-link {
  color: #66512c;
}
.theme .alert-danger {
  background-color: #f8d7da;
  border-color: #ebccd1;
  color: #a94442;
}
.theme .alert-danger hr {
  border-top-color: #e4b9c0;
}
.theme .alert-danger .alert-link {
  color: #843534;
}
@-webkit-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;
  }
}
.theme .progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  -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);
}
.theme .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -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;
}
.theme .progress-striped .progress-bar,
.theme .progress-bar-striped {
  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);
  background-size: 40px 40px;
}
.theme .progress.active .progress-bar,
.theme .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.theme .progress-bar-success {
  background-color: #28a745;
}
.progress-striped .theme .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);
}
.theme .progress-bar-info {
  background-color: #17a2b8;
}
.progress-striped .theme .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);
}
.theme .progress-bar-warning {
  background-color: #ffc107;
}
.progress-striped .theme .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);
}
.theme .progress-bar-danger {
  background-color: #dc3545;
}
.progress-striped .theme .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);
}
.theme .media {
  margin-top: 15px;
}
.theme .media:first-child {
  margin-top: 0;
}
.theme .media,
.theme .media-body {
  zoom: 1;
  overflow: hidden;
}
.theme .media-body {
  width: 10000px;
}
.theme .media-object {
  display: block;
}
.theme .media-object.img-thumbnail {
  max-width: none;
}
.theme .media-right,
.theme .media > .pull-right {
  padding-left: 10px;
}
.theme .media-left,
.theme .media > .pull-left {
  padding-right: 10px;
}
.theme .media-left,
.theme .media-right,
.theme .media-body {
  display: table-cell;
  vertical-align: top;
}
.theme .media-middle {
  vertical-align: middle;
}
.theme .media-bottom {
  vertical-align: bottom;
}
.theme .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.theme .media-list {
  padding-left: 0;
  list-style: none;
}
.theme .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.theme .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.theme .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.theme .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.theme a.list-group-item,
.theme button.list-group-item {
  color: #555;
}
.theme a.list-group-item .list-group-item-heading,
.theme button.list-group-item .list-group-item-heading {
  color: #333;
}
.theme a.list-group-item:hover, .theme a.list-group-item:focus,
.theme button.list-group-item:hover,
.theme button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f8f9fa;
}
.theme button.list-group-item {
  width: 100%;
  text-align: left;
}
.theme .list-group-item.disabled, .theme .list-group-item.disabled:hover, .theme .list-group-item.disabled:focus {
  background-color: #fff;
  color: #6c757d;
  cursor: not-allowed;
}
.theme .list-group-item.disabled .list-group-item-heading, .theme .list-group-item.disabled:hover .list-group-item-heading, .theme .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.theme .list-group-item.disabled .list-group-item-text, .theme .list-group-item.disabled:hover .list-group-item-text, .theme .list-group-item.disabled:focus .list-group-item-text {
  color: #6c757d;
}
.theme .list-group-item.active, .theme .list-group-item.active:hover, .theme .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.theme .list-group-item.active .list-group-item-heading,
.theme .list-group-item.active .list-group-item-heading > small,
.theme .list-group-item.active .list-group-item-heading > .small, .theme .list-group-item.active:hover .list-group-item-heading,
.theme .list-group-item.active:hover .list-group-item-heading > small,
.theme .list-group-item.active:hover .list-group-item-heading > .small, .theme .list-group-item.active:focus .list-group-item-heading,
.theme .list-group-item.active:focus .list-group-item-heading > small,
.theme .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.theme .list-group-item.active .list-group-item-text, .theme .list-group-item.active:hover .list-group-item-text, .theme .list-group-item.active:focus .list-group-item-text {
  color: #cce5ff;
}
.theme .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.theme a.list-group-item-success,
.theme button.list-group-item-success {
  color: #3c763d;
}
.theme a.list-group-item-success .list-group-item-heading,
.theme button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.theme a.list-group-item-success:hover, .theme a.list-group-item-success:focus,
.theme button.list-group-item-success:hover,
.theme button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.theme a.list-group-item-success.active, .theme a.list-group-item-success.active:hover, .theme a.list-group-item-success.active:focus,
.theme button.list-group-item-success.active,
.theme button.list-group-item-success.active:hover,
.theme button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.theme .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.theme a.list-group-item-info,
.theme button.list-group-item-info {
  color: #31708f;
}
.theme a.list-group-item-info .list-group-item-heading,
.theme button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.theme a.list-group-item-info:hover, .theme a.list-group-item-info:focus,
.theme button.list-group-item-info:hover,
.theme button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.theme a.list-group-item-info.active, .theme a.list-group-item-info.active:hover, .theme a.list-group-item-info.active:focus,
.theme button.list-group-item-info.active,
.theme button.list-group-item-info.active:hover,
.theme button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.theme .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.theme a.list-group-item-warning,
.theme button.list-group-item-warning {
  color: #8a6d3b;
}
.theme a.list-group-item-warning .list-group-item-heading,
.theme button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.theme a.list-group-item-warning:hover, .theme a.list-group-item-warning:focus,
.theme button.list-group-item-warning:hover,
.theme button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.theme a.list-group-item-warning.active, .theme a.list-group-item-warning.active:hover, .theme a.list-group-item-warning.active:focus,
.theme button.list-group-item-warning.active,
.theme button.list-group-item-warning.active:hover,
.theme button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.theme .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.theme a.list-group-item-danger,
.theme button.list-group-item-danger {
  color: #a94442;
}
.theme a.list-group-item-danger .list-group-item-heading,
.theme button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.theme a.list-group-item-danger:hover, .theme a.list-group-item-danger:focus,
.theme button.list-group-item-danger:hover,
.theme button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.theme a.list-group-item-danger.active, .theme a.list-group-item-danger.active:hover, .theme a.list-group-item-danger.active:focus,
.theme button.list-group-item-danger.active,
.theme button.list-group-item-danger.active:hover,
.theme button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.theme .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.theme .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.theme .panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme .panel-body {
  padding: 40px 40px 40px 40px;
}
.theme .panel-body:before, .theme .panel-body:after {
  content: " ";
  display: table;
}
.theme .panel-body:after {
  clear: both;
}
.theme .panel-heading {
  padding: 40px 40px 0 40px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -0.75rem;
  border-top-left-radius: -0.75rem;
}
.theme .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.theme .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.theme .panel-title > a,
.theme .panel-title > small,
.theme .panel-title > .small,
.theme .panel-title > small > a,
.theme .panel-title > .small > a {
  color: inherit;
}
.theme .panel-footer {
  padding: 40px 40px 0 40px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.theme .panel > .list-group,
.theme .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.theme .panel > .list-group .list-group-item,
.theme .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.theme .panel > .list-group:first-child .list-group-item:first-child,
.theme .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -0.75rem;
  border-top-left-radius: -0.75rem;
}
.theme .panel > .list-group:last-child .list-group-item:last-child,
.theme .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.theme .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.theme .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.theme .list-group + .panel-footer {
  border-top-width: 0;
}
.theme .panel > .table,
.theme .panel > .table-responsive > .table,
.theme .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.theme .panel > .table caption,
.theme .panel > .table-responsive > .table caption,
.theme .panel > .panel-collapse > .table caption {
  padding-left: 40px 40px 40px 40px;
  padding-right: 40px 40px 40px 40px;
}
.theme .panel > .table:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -0.75rem;
  border-top-left-radius: -0.75rem;
}
.theme .panel > .table:first-child > thead:first-child > tr:first-child,
.theme .panel > .table:first-child > tbody:first-child > tr:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}
.theme .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.theme .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.theme .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.theme .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -0.75rem;
}
.theme .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.theme .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.theme .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.theme .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -0.75rem;
}
.theme .panel > .table:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.theme .panel > .table:last-child > tbody:last-child > tr:last-child,
.theme .panel > .table:last-child > tfoot:last-child > tr:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -0.75rem;
  border-bottom-right-radius: -0.75rem;
}
.theme .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.theme .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -0.75rem;
}
.theme .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.theme .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -0.75rem;
}
.theme .panel > .panel-body + .table,
.theme .panel > .panel-body + .table-responsive,
.theme .panel > .table + .panel-body,
.theme .panel > .table-responsive + .panel-body {
  border-top: 1px solid #333333;
}
.theme .panel > .table > tbody:first-child > tr:first-child th,
.theme .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.theme .panel > .table-bordered,
.theme .panel > .table-responsive > .table-bordered {
  border: 0;
}
.theme .panel > .table-bordered > thead > tr > th:first-child,
.theme .panel > .table-bordered > thead > tr > td:first-child,
.theme .panel > .table-bordered > tbody > tr > th:first-child,
.theme .panel > .table-bordered > tbody > tr > td:first-child,
.theme .panel > .table-bordered > tfoot > tr > th:first-child,
.theme .panel > .table-bordered > tfoot > tr > td:first-child,
.theme .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.theme .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.theme .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.theme .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.theme .panel > .table-bordered > thead > tr > th:last-child,
.theme .panel > .table-bordered > thead > tr > td:last-child,
.theme .panel > .table-bordered > tbody > tr > th:last-child,
.theme .panel > .table-bordered > tbody > tr > td:last-child,
.theme .panel > .table-bordered > tfoot > tr > th:last-child,
.theme .panel > .table-bordered > tfoot > tr > td:last-child,
.theme .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.theme .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.theme .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.theme .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.theme .panel > .table-bordered > thead > tr:first-child > td,
.theme .panel > .table-bordered > thead > tr:first-child > th,
.theme .panel > .table-bordered > tbody > tr:first-child > td,
.theme .panel > .table-bordered > tbody > tr:first-child > th,
.theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.theme .panel > .table-bordered > tbody > tr:last-child > td,
.theme .panel > .table-bordered > tbody > tr:last-child > th,
.theme .panel > .table-bordered > tfoot > tr:last-child > td,
.theme .panel > .table-bordered > tfoot > tr:last-child > th,
.theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.theme .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.theme .panel-group {
  margin-bottom: 22px;
}
.theme .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.theme .panel-group .panel + .panel {
  margin-top: 5px;
}
.theme .panel-group .panel-heading {
  border-bottom: 0;
}
.theme .panel-group .panel-heading + .panel-collapse > .panel-body,
.theme .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.theme .panel-group .panel-footer {
  border-top: 0;
}
.theme .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.theme .panel-default {
  border-color: #ddd;
}
.theme .panel-default > .panel-heading {
  color: #525252;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.theme .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.theme .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #525252;
}
.theme .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.theme .panel-primary {
  border-color: #4485c4;
}
.theme .panel-primary > .panel-heading {
  color: #fff;
  background-color: #4485c4;
  border-color: #4485c4;
}
.theme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4485c4;
}
.theme .panel-primary > .panel-heading .badge {
  color: #4485c4;
  background-color: #fff;
}
.theme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4485c4;
}
.theme .panel-success {
  border-color: #d6e9c6;
}
.theme .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.theme .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.theme .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.theme .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.theme .panel-info {
  border-color: #bce8f1;
}
.theme .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.theme .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.theme .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.theme .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.theme .panel-warning {
  border-color: #faebcc;
}
.theme .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.theme .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.theme .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.theme .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.theme .panel-danger {
  border-color: #ebccd1;
}
.theme .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.theme .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.theme .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.theme .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.theme .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.theme .embed-responsive .embed-responsive-item,
.theme .embed-responsive iframe,
.theme .embed-responsive embed,
.theme .embed-responsive object,
.theme .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.theme .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.theme .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.theme .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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);
}
.theme .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.theme .well-lg {
  padding: 24px;
  border-radius: 0;
}
.theme .well-sm {
  padding: 9px;
  border-radius: 0;
}
.theme .close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.theme .close:hover, .theme .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.theme .modal-open {
  overflow: hidden;
}
.theme .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.theme .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.theme .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.theme .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.theme .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.theme .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.theme .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.theme .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.theme .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme .modal-header {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.theme .modal-header:before, .theme .modal-header:after {
  content: " ";
  display: table;
}
.theme .modal-header:after {
  clear: both;
}
.theme .modal-header .close {
  margin-top: -2px;
}
.theme .modal-title {
  margin: 0;
  line-height: 1.5;
}
.theme .modal-body {
  position: relative;
  padding: 1rem;
}
.theme .modal-footer {
  padding: 1rem;
  text-align: right;
  border-top: 1px solid #dee2e6;
}
.theme .modal-footer:before, .theme .modal-footer:after {
  content: " ";
  display: table;
}
.theme .modal-footer:after {
  clear: both;
}
.theme .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.theme .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.theme .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.theme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .theme .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .theme .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);
  }
  .theme .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .theme .modal-lg {
    width: 800px;
  }
}
.theme .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.theme .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.theme .tooltip.top {
  margin-top: -3px;
  padding: 0.8rem 0;
}
.theme .tooltip.right {
  margin-left: 3px;
  padding: 0 0.8rem;
}
.theme .tooltip.bottom {
  margin-top: 3px;
  padding: 0.8rem 0;
}
.theme .tooltip.left {
  margin-left: -3px;
  padding: 0 0.8rem;
}
.theme .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #3978b5;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.theme .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.theme .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.8rem;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #000;
}
.theme .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 0.8rem;
  margin-bottom: -0.8rem;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #000;
}
.theme .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 0.8rem;
  margin-bottom: -0.8rem;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #000;
}
.theme .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  border-width: 0.8rem 0.8rem 0.8rem 0;
  border-right-color: #000;
}
.theme .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.8rem;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: #000;
}
.theme .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0.8rem;
  border-width: 0 0.8rem 0.8rem;
  border-bottom-color: #000;
}
.theme .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 0.8rem;
  margin-top: -0.8rem;
  border-width: 0 0.8rem 0.8rem;
  border-bottom-color: #000;
}
.theme .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 0.8rem;
  margin-top: -0.8rem;
  border-width: 0 0.8rem 0.8rem;
  border-bottom-color: #000;
}
.theme .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.theme .popover.top {
  margin-top: -1rem;
}
.theme .popover.right {
  margin-left: 1rem;
}
.theme .popover.bottom {
  margin-top: 1rem;
}
.theme .popover.left {
  margin-left: -1rem;
}
.theme .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.theme .popover-content {
  padding: 9px 14px;
}
.theme .popover > .arrow, .theme .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.theme .popover > .arrow {
  border-width: 2rem;
}
.theme .popover > .arrow:after {
  border-width: 1rem;
  content: "";
}
.theme .popover.top > .arrow {
  left: 50%;
  margin-left: -2rem;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -2rem;
}
.theme .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -1rem;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.theme .popover.right > .arrow {
  top: 50%;
  left: -2rem;
  margin-top: -2rem;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.theme .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -1rem;
  border-left-width: 0;
  border-right-color: #fff;
}
.theme .popover.bottom > .arrow {
  left: 50%;
  margin-left: -2rem;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -2rem;
}
.theme .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -1rem;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.theme .popover.left > .arrow {
  top: 50%;
  right: -2rem;
  margin-top: -2rem;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.theme .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -1rem;
}
.theme .carousel {
  position: relative;
}
.theme .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.theme .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.theme .carousel-inner > .item > img,
.theme .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .theme .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .theme .carousel-inner > .item.next, .theme .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .theme .carousel-inner > .item.prev, .theme .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .theme .carousel-inner > .item.next.left, .theme .carousel-inner > .item.prev.right, .theme .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.theme .carousel-inner > .active,
.theme .carousel-inner > .next,
.theme .carousel-inner > .prev {
  display: block;
}
.theme .carousel-inner > .active {
  left: 0;
}
.theme .carousel-inner > .next,
.theme .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.theme .carousel-inner > .next {
  left: 100%;
}
.theme .carousel-inner > .prev {
  left: -100%;
}
.theme .carousel-inner > .next.left,
.theme .carousel-inner > .prev.right {
  left: 0;
}
.theme .carousel-inner > .active.left {
  left: -100%;
}
.theme .carousel-inner > .active.right {
  left: 100%;
}
.theme .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme .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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme .carousel-control.right {
  left: auto;
  right: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme .carousel-control:hover, .theme .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.theme .carousel-control .icon-prev,
.theme .carousel-control .icon-next,
.theme .carousel-control .glyphicon-chevron-left,
.theme .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.theme .carousel-control .icon-prev,
.theme .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.theme .carousel-control .icon-next,
.theme .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.theme .carousel-control .icon-prev,
.theme .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.theme .carousel-control .icon-prev:before {
  content: "‹";
}
.theme .carousel-control .icon-next:before {
  content: "›";
}
.theme .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.theme .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.theme .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.theme .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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);
}
.theme .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .theme .carousel-control .glyphicon-chevron-left,
  .theme .carousel-control .glyphicon-chevron-right,
  .theme .carousel-control .icon-prev,
  .theme .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .theme .carousel-control .glyphicon-chevron-left,
  .theme .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .theme .carousel-control .glyphicon-chevron-right,
  .theme .carousel-control .icon-next {
    margin-right: -10px;
  }
  .theme .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .theme .carousel-indicators {
    bottom: 20px;
  }
}
.theme .clearfix:before, .theme .clearfix:after {
  content: " ";
  display: table;
}
.theme .clearfix:after {
  clear: both;
}
.theme .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.theme .pull-right {
  float: right !important;
}
.theme .pull-left {
  float: left !important;
}
.theme .hide {
  display: none !important;
}
.theme .show {
  display: block !important;
}
.theme .invisible {
  visibility: hidden;
}
.theme .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.theme .hidden {
  display: none !important;
}
.theme .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.theme .visible-xs {
  display: none !important;
}
.theme .visible-sm {
  display: none !important;
}
.theme .visible-md {
  display: none !important;
}
.theme .visible-lg {
  display: none !important;
}
.theme .visible-xs-block,
.theme .visible-xs-inline,
.theme .visible-xs-inline-block,
.theme .visible-sm-block,
.theme .visible-sm-inline,
.theme .visible-sm-inline-block,
.theme .visible-md-block,
.theme .visible-md-inline,
.theme .visible-md-inline-block,
.theme .visible-lg-block,
.theme .visible-lg-inline,
.theme .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .theme .visible-xs {
    display: block !important;
  }
  .theme table.visible-xs {
    display: table !important;
  }
  .theme tr.visible-xs {
    display: table-row !important;
  }
  .theme th.visible-xs,
  .theme td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .theme .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .theme .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .theme .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme .visible-sm {
    display: block !important;
  }
  .theme table.visible-sm {
    display: table !important;
  }
  .theme tr.visible-sm {
    display: table-row !important;
  }
  .theme th.visible-sm,
  .theme td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme .visible-md {
    display: block !important;
  }
  .theme table.visible-md {
    display: table !important;
  }
  .theme tr.visible-md {
    display: table-row !important;
  }
  .theme th.visible-md,
  .theme td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .theme .visible-lg {
    display: block !important;
  }
  .theme table.visible-lg {
    display: table !important;
  }
  .theme tr.visible-lg {
    display: table-row !important;
  }
  .theme th.visible-lg,
  .theme td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .theme .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .theme .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .theme .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .theme .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .theme .hidden-lg {
    display: none !important;
  }
}
.theme .visible-print {
  display: none !important;
}
@media print {
  .theme .visible-print {
    display: block !important;
  }
  .theme table.visible-print {
    display: table !important;
  }
  .theme tr.visible-print {
    display: table-row !important;
  }
  .theme th.visible-print,
  .theme td.visible-print {
    display: table-cell !important;
  }
}
.theme .visible-print-block {
  display: none !important;
}
@media print {
  .theme .visible-print-block {
    display: block !important;
  }
}
.theme .visible-print-inline {
  display: none !important;
}
@media print {
  .theme .visible-print-inline {
    display: inline !important;
  }
}
.theme .visible-print-inline-block {
  display: none !important;
}
@media print {
  .theme .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .theme .hidden-print {
    display: none !important;
  }
}
.theme {
  background-color: #e9e9e9;
  font-family: "Roboto", sans-serif;
}
.theme .color-invert {
  color: white;
}
.theme .color-invert a {
  color: inherit;
}
.theme .force-full-width {
  width: 100% !important;
}
.theme .content-text {
  /*   a.download-link { */
  /*     margin-left: 25px; */
  /*   } */
}
.theme .text-center {
  text-align: center;
}
.theme {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 15px;
}
.theme h1, .theme .h1, .theme h2, .theme .h2, .theme h3, .theme .h3 {
  font-weight: 300;
  text-transform: uppercase;
}
.theme h1, .theme .h1, .theme h2, .theme .h2 {
  margin-left: 72px;
  border-left: 1px solid currentColor;
  padding-left: 20px;
}
.theme h1 {
  margin-top: 0px;
  margin-bottom: 40px;
}
.theme h1, .theme .h1 {
  font-size: 28px;
}
.theme h2, .theme .h2 {
  font-size: 24px;
}
.theme h3, .theme .h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .theme {
    font-size: 16px;
  }
  .theme h1, .theme .h1 {
    font-size: 37px;
  }
  .theme h2, .theme .h2 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .theme h3, .theme .h3 {
    font-size: 26px;
  }
  .theme .type-margin h2, .theme .type-margin .h2 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .theme .type-margin h3, .theme .type-margin .h3 {
    font-size: 20px;
  }
  .theme .type-no-margin h2, .theme .type-no-margin .h2 {
    font-size: 37px;
    line-height: 40.7px;
    font-weight: 300;
  }
  .theme h2.large {
    font-size: 37px;
    line-height: 40.7px;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  .theme h1, .theme .h1 {
    margin-left: 0px;
  }
  .theme h2, .theme .h2 {
    margin-left: 0px;
  }
}
.theme .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .theme .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.theme .breadcrumb-wrapper {
  position: relative;
  height: 0;
  z-index: 10;
}
.theme .breadcrumb {
  position: absolute;
  background-color: transparent;
  font-size: 14px;
  padding: 15px 15px 15px 0;
}
.theme .breadcrumb li, .theme .breadcrumb a {
  color: white;
}
.theme .breadcrumb a:not([aria-current=page]) {
  text-decoration: underline;
}
.theme .panel {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
}
.theme .panel:first-child {
  margin-top: 0;
}
.theme .panel:last-child {
  margin-bottom: 0;
}
.theme .panel .panel-heading > :first-child {
  margin-top: 0;
}
.theme .panel .panel-heading > :last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .theme .panel .panel-heading {
    padding: 20px;
  }
}
.theme .panel .panel-heading h2 {
  margin-left: 32px;
}
@media (max-width: 768px) {
  .theme .panel .panel-heading h2 {
    margin-left: 0px;
  }
}
.theme .panel .panel-body > :first-child {
  margin-top: 0;
}
.theme .panel .panel-body > :last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .theme .panel .panel-body {
    padding: 20px;
  }
}
.theme .panel .panel-body a > :first-child {
  margin-top: 0;
}
.theme .panel .panel-body a > :last-child {
  margin-bottom: 0;
}
.theme .panel .panel-body p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.theme .panel .panel-body img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .theme .panel .panel-body {
    padding: 20px;
  }
}
.theme .form-control {
  box-shadow: none;
}
.theme .login-container {
  margin-top: 150px;
  max-width: 1200px;
  margin-bottom: 30px;
}
.theme input[type=file],
.theme input[type=image],
.theme input[type=submit],
.theme input[type=reset],
.theme input[type=button],
.theme input[type=radio],
.theme input[type=checkbox] {
  width: auto;
}
.theme .btn {
  border-radius: 0;
  /*     font-size: 16px; */
  font-size: 14px;
  line-height: 1.33333;
  /*     padding: 0px; */
}
.theme .bouton input[type=button], .theme .bouton input[type=button]:hover, .theme .bouton input[type=reset], .theme .bouton input[type=submit] {
  height: 42px;
  text-transform: uppercase;
  background: #333333;
  font-size: 14px;
  /*         margin-bottom:10px; */
  /*         margin-top:10px; */
}
.theme .bouton input[type=button].val, .theme .bouton input[type=button]:hover.val, .theme .bouton input[type=reset].val, .theme .bouton input[type=submit].val {
  float: right;
  background: #3978b5;
}
.theme .bouton input[type=button].valFixe, .theme .bouton input[type=button]:hover.valFixe, .theme .bouton input[type=reset].valFixe, .theme .bouton input[type=submit].valFixe {
  margin: 0px;
  background: #3978b5;
}
.theme input {
  font-family: "open-sans", Arial, sans-serif;
}
.theme input[type=text], .theme input[type=text]:hover, .theme input[type=text]:focus, .theme input[type=password], .theme input[type=password]:hover, .theme input[type=password]:focus, .theme select, .theme textarea {
  border: 1px solid #dadada;
  /*     height: 42px; */
  height: 32px;
  width: 300px;
  font-size: 12px;
  background: white;
  margin: 5px 0 5px 0;
}
.theme textarea {
  height: 64px;
}
.theme input[type=text]:focus, .theme select:focus, .theme textarea:focus {
  border: 1px solid #3978b5;
}
.theme select, .theme textarea {
  font-family: "open-sans", Arial, sans-serif;
  border: 1px solid #dadada;
  font-size: 12px;
}
.theme input[type=button], .theme input[type=button]:hover, .theme input[type=button]:focus, .theme input[type=button]:active, .theme input[type=reset], .theme input[type=submit]:hover, .theme input[type=submit], .theme button, .theme button:active, .theme button:focus, .theme button:hover {
  font-family: "open-sans", Arial, sans-serif;
  font-size: 14px;
  color: #e7e7ed;
  cursor: pointer;
  margin: 0 0 0 20px;
  text-align: center;
  background: #3978b5;
  font-weight: 600;
  border: none;
  height: 42px;
  /* 	width: 181px; */
  padding: 10px 16px;
  /* 	padding: 0 9px; */
  line-height: 16px;
  /* 	@include border-radius( $portlet-input-border-radius); */
  white-space: normal; /* css-3 */
  /*white-space: -moz-pre-wrap;*/ /* Mozilla, since 1999 */
  /*white-space: -pre-wrap;*/ /* Opera 4-6 */
  /*white-space: -o-pre-wrap;*/ /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer */
}
.theme .error {
  color: red;
  display: inline-block;
  white-space: nowrap;
}
.theme #tab_message, .theme .tab_message {
  background: rgba(255, 240, 0, 0.3);
  margin: 0 0 1em;
  padding: 0px 0px 5px 5px;
  font-size: 13px;
}
.theme #tab_message H2, .theme #tab_message H2.subtitle, .theme .tab_message H2, .theme .tab_message H2.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.theme #tab_message ul, .theme .tab_message ul {
  list-style-type: none;
  display: block;
  margin: 0px;
}
.theme #tab_message ul li, .theme .tab_message ul li {
  color: #494949;
  display: list-item;
  padding: 0 0 0 16px;
  margin: 2px 0 2px 0;
  line-height: 16px;
}
.theme #tab_information, .theme .tab_information {
  background: rgba(255, 240, 0, 0.3);
  margin: 0 0 1em;
  padding: 5px 0 5px 5px;
  font-size: 13px;
}
.theme #tab_information H2, .theme #tab_information H2.subtitle, .theme .tab_information H2, .theme .tab_information H2.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.theme #tab_message_warning, .theme .tab_message_warning {
  border: none;
  color: #FF8000;
  margin: 0 0 1em;
  padding: 5px 0 5px 5px;
  background-color: #FFE5CC;
  font-size: 13px;
}
.theme #tab_message_warning H2, .theme #tab_message_warning H2.subtitle, .theme .tab_message_warning H2, .theme .tab_message_warning H2.subtitle {
  color: #FF8000;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 600;
}
.theme #tab_success, .theme .tab_success {
  border: none;
  color: #527d48;
  margin: 0 0 1em;
  padding: 5px 0 5px 5px;
  background-color: #E6F4EA;
  font-size: 13px;
}
.theme #tab_success H2, .theme #tab_success H2.subtitle, .theme .tab_success H2, .theme .tab_success H2.subtitle {
  color: #527d48;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.theme .hero {
  background: no-repeat center bottom;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
  margin-bottom: -40px;
  /** 
  * taille des icones
  */
  /** présence d'une icône avant le lien */
  /** présence d'une flèche après le lien */
  /**
  * Gestion des types
  */
  /**
  * Gestion de la structure de base 
  */
}
.theme .hero a.ciepp-link[class*=ciepp-icon],
.theme .hero .ciepp-link a[class*=ciepp-icon],
.theme .hero a.ciepp-link-white[class*=ciepp-icon],
.theme .hero .ciepp-link-white a[class*=ciepp-icon] {
  margin-left: 35px;
}
.theme .hero a.ciepp-link[class*=ciepp-icon]:before,
.theme .hero .ciepp-link a[class*=ciepp-icon]:before,
.theme .hero a.ciepp-link-white[class*=ciepp-icon]:before,
.theme .hero .ciepp-link-white a[class*=ciepp-icon]:before {
  font-size: 20px;
  margin-top: 0px;
  margin-left: -35px;
}
.theme .hero a.ciepp-link-arrow:after,
.theme .hero .ciepp-link-arrow a:after {
  font-size: 20px;
}
.theme .hero.home-ciepp, .theme .hero.homeciepp {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 0px;
}
.theme .hero.home-ciepp h1, .theme .hero.homeciepp h1 {
  font-size: 51px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
}
.theme .hero.home-ciepp h2, .theme .hero.homeciepp h2 {
  text-transform: none;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 300;
}
.theme .hero.page-de-garde, .theme .hero.pagedegarde {
  height: 400px;
}
@media (max-width: 992px) {
  .theme .hero.page-de-garde, .theme .hero.pagedegarde {
    height: auto;
  }
}
.theme .hero.page-de-garde h1, .theme .hero.pagedegarde h1 {
  padding-top: 0px;
  padding-bottom: 10px;
}
.theme .hero.bg-sous-page, .theme .hero.bg-souspage, .theme .hero.bgsouspage {
  margin-bottom: -120px;
  height: 215px;
}
@media (max-width: 992px) {
  .theme .hero.bg-sous-page, .theme .hero.bg-souspage, .theme .hero.bgsouspage {
    height: auto;
  }
}
.theme .hero.bg-image, .theme .hero.bgimage {
  margin-bottom: 0px;
  height: 215px;
}
@media (max-width: 992px) {
  .theme .hero.bg-image, .theme .hero.bgimage {
    height: 215px;
  }
}
.theme .hero.sous-page, .theme .hero.souspage {
  bakground: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 80px;
  margin-bottom: -120px;
}
.theme .hero.sous-page .sous-page-content,
.theme .hero.sous-page .souspagecontent,
.theme .hero.sous-page .souspage-content, .theme .hero.souspage .sous-page-content,
.theme .hero.souspage .souspagecontent,
.theme .hero.souspage .souspage-content {
  margin-top: 180px;
  padding-bottom: 25px;
}
.theme .hero.sous-page .sous-page-sans-titre-content,
.theme .hero.sous-page .souspagesanstitrecontent,
.theme .hero.sous-page .souspage-sans-titre-content,
.theme .hero.sous-page .souspagesanstitre-content, .theme .hero.souspage .sous-page-sans-titre-content,
.theme .hero.souspage .souspagesanstitrecontent,
.theme .hero.souspage .souspage-sans-titre-content,
.theme .hero.souspage .souspagesanstitre-content {
  margin-top: 220px;
  padding-bottom: 0px;
}
.theme .hero .hero-border,
.theme .hero .heroborder {
  margin-left: 72px;
  border-left: 1px solid currentColor;
  padding-left: 20px;
}
.theme .hero .hero-border h1, .theme .hero .hero-border h2,
.theme .hero .heroborder h1,
.theme .hero .heroborder h2 {
  border-left-width: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.theme .hero .hero-border p,
.theme .hero .heroborder p {
  margin-left: 0px;
  padding-left: 0px;
}
.theme .hero .hero-no-border .hero-content,
.theme .hero .hero-no-border .herocontent,
.theme .hero .heronoborder .hero-content,
.theme .hero .heronoborder .herocontent {
  margin-left: 95px;
}
@media (max-width: 768px) {
  .theme .hero .hero-border,
  .theme .hero .heroborder {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .theme .hero .hero-no-border .hero-content,
  .theme .hero .hero-no-border .herocontent,
  .theme .hero .heronoborder .hero-content,
  .theme .hero .heronoborder .herocontent {
    margin-left: 23px;
  }
}
.theme .hero .hero-links,
.theme .hero .herolinks {
  padding-top: 130px;
}
@media (max-width: 992px) {
  .theme .hero .hero-links,
  .theme .hero .herolinks {
    padding-top: 30px;
  }
  .theme .hero .hero-links .ciepp-links,
  .theme .hero .hero-links .ciepplinks,
  .theme .hero .herolinks .ciepp-links,
  .theme .hero .herolinks .ciepplinks {
    margin-left: 93px;
  }
}
@media (max-width: 768px) {
  .theme .hero .hero-links,
  .theme .hero .herolinks {
    padding-top: 30px;
  }
  .theme .hero .hero-links .ciepp-links,
  .theme .hero .hero-links .ciepplinks,
  .theme .hero .herolinks .ciepp-links,
  .theme .hero .herolinks .ciepplinks {
    margin-left: 23px;
  }
}
.theme .hero .side-nav,
.theme .hero .sidenav {
  z-index: 1000;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0px;
}
.theme .hero .side-nav.side-nav-sous-page, .theme .hero .side-nav.side-nav-souspage, .theme .hero .side-nav.sidenavsouspage, .theme .hero .side-nav.side-navsouspage, .theme .hero .side-nav.side-navsouspage,
.theme .hero .sidenav.side-nav-sous-page,
.theme .hero .sidenav.side-nav-souspage,
.theme .hero .sidenav.sidenavsouspage,
.theme .hero .sidenav.side-navsouspage,
.theme .hero .sidenav.side-navsouspage {
  z-index: 100;
}
@media (max-width: 768px) {
  .theme .hero .side-nav,
  .theme .hero .sidenav {
    padding: 0 35px;
  }
}
.theme .hero .side-nav .panel,
.theme .hero .sidenav .panel {
  padding: 40px 0px;
}
@media (max-width: 1200px) {
  .theme .hero .side-nav .panel,
  .theme .hero .sidenav .panel {
    padding: 40px 0px 20px;
  }
}
.theme .hero .side-nav .panel h3.title-side-nav,
.theme .hero .side-nav .panel h3.titlesidenav,
.theme .hero .sidenav .panel h3.title-side-nav,
.theme .hero .sidenav .panel h3.titlesidenav {
  color: #333;
  font-size: 23px;
  padding: 0 20px;
  margin-top: 0;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .theme .hero .side-nav .panel h3.title-side-nav,
  .theme .hero .side-nav .panel h3.titlesidenav,
  .theme .hero .sidenav .panel h3.title-side-nav,
  .theme .hero .sidenav .panel h3.titlesidenav {
    font-size: 18px;
  }
}
.theme .hero .side-nav .panel ul,
.theme .hero .sidenav .panel ul {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
.theme .hero .side-nav .panel ul li,
.theme .hero .sidenav .panel ul li {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
  line-height: 1;
  border-left: 2px solid #fff;
}
.theme .hero .side-nav .panel ul li.active,
.theme .hero .sidenav .panel ul li.active {
  border-left: 2px solid #4485c4;
}
.theme .hero .side-nav .panel ul li.active a,
.theme .hero .sidenav .panel ul li.active a {
  color: #000;
}
.theme .hero .side-nav .panel ul li a,
.theme .hero .sidenav .panel ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #4485c4;
  line-height: 1.2;
  text-transform: uppercase;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu, .theme .hero .side-nav .panel ul.cieppheadermobilemenu,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu {
  text-align: center;
  background: #fff;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu li.dropdown, .theme .hero .side-nav .panel ul.cieppheadermobilemenu li.dropdown,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu li.dropdown,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu li.dropdown {
  border-left: 0px;
  margin: 0;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu li.dropdown > a, .theme .hero .side-nav .panel ul.cieppheadermobilemenu li.dropdown > a,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu li.dropdown > a,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu li.dropdown > a {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .ciepp-header,
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .cieppheader, .theme .hero .side-nav .panel ul.cieppheadermobilemenu .ciepp-header,
.theme .hero .side-nav .panel ul.cieppheadermobilemenu .cieppheader,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .ciepp-header,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .cieppheader,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .ciepp-header,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .cieppheader {
  width: 100%;
  padding-top: 0;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .ciepp-header li,
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .cieppheader li, .theme .hero .side-nav .panel ul.cieppheadermobilemenu .ciepp-header li,
.theme .hero .side-nav .panel ul.cieppheadermobilemenu .cieppheader li,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .ciepp-header li,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .cieppheader li,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .ciepp-header li,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .cieppheader li {
  background: #fff;
  width: 100%;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .ciepp-header li a,
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .cieppheader li a, .theme .hero .side-nav .panel ul.cieppheadermobilemenu .ciepp-header li a,
.theme .hero .side-nav .panel ul.cieppheadermobilemenu .cieppheader li a,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .ciepp-header li a,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .cieppheader li a,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .ciepp-header li a,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .cieppheader li a {
  font-size: 16px;
  line-height: 1.3;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .ciepp-header .vc-link,
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .ciepp-header .vclink,
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .cieppheader .vc-link,
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu .cieppheader .vclink, .theme .hero .side-nav .panel ul.cieppheadermobilemenu .ciepp-header .vc-link,
.theme .hero .side-nav .panel ul.cieppheadermobilemenu .ciepp-header .vclink,
.theme .hero .side-nav .panel ul.cieppheadermobilemenu .cieppheader .vc-link,
.theme .hero .side-nav .panel ul.cieppheadermobilemenu .cieppheader .vclink,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .ciepp-header .vc-link,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .ciepp-header .vclink,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .cieppheader .vc-link,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu .cieppheader .vclink,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .ciepp-header .vc-link,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .ciepp-header .vclink,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .cieppheader .vc-link,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu .cieppheader .vclink {
  padding-bottom: 20px;
  color: #333;
}
.theme .hero .side-nav .panel ul.ciepp-header-mobile-menu a.dropdown-toggle, .theme .hero .side-nav .panel ul.cieppheadermobilemenu a.dropdown-toggle,
.theme .hero .sidenav .panel ul.ciepp-header-mobile-menu a.dropdown-toggle,
.theme .hero .sidenav .panel ul.cieppheadermobilemenu a.dropdown-toggle {
  font-size: 22px;
  color: #4485c4;
  display: inline-block;
  text-decoration: none;
}
.theme .hero .side-nav .panel .vc-link,
.theme .hero .side-nav .panel .vclink,
.theme .hero .sidenav .panel .vc-link,
.theme .hero .sidenav .panel .vclink {
  padding: 20px 0 0;
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 0px;
}
.theme .hero .side-nav .panel .vc-link a.choisir-link,
.theme .hero .side-nav .panel .vc-link a.choisirlink,
.theme .hero .side-nav .panel .vclink a.choisir-link,
.theme .hero .side-nav .panel .vclink a.choisirlink,
.theme .hero .sidenav .panel .vc-link a.choisir-link,
.theme .hero .sidenav .panel .vc-link a.choisirlink,
.theme .hero .sidenav .panel .vclink a.choisir-link,
.theme .hero .sidenav .panel .vclink a.choisirlink {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.theme .hero .side-nav .panel .vc-link a.choisir-link i,
.theme .hero .side-nav .panel .vc-link a.choisirlink i,
.theme .hero .side-nav .panel .vclink a.choisir-link i,
.theme .hero .side-nav .panel .vclink a.choisirlink i,
.theme .hero .sidenav .panel .vc-link a.choisir-link i,
.theme .hero .sidenav .panel .vc-link a.choisirlink i,
.theme .hero .sidenav .panel .vclink a.choisir-link i,
.theme .hero .sidenav .panel .vclink a.choisirlink i {
  font-size: 19px;
  font-weight: bold;
  margin-right: 10px;
}
.theme .hero .no-desktop .navigation-header-desktop,
.theme .hero .no-desktop .navigationheaderdesktop,
.theme .hero .nodesktop .navigation-header-desktop,
.theme .hero .nodesktop .navigationheaderdesktop {
  display: none;
}
.theme .main-footer {
  background-color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
  .theme .main-footer {
    padding: 60px 30px;
  }
}
.theme .main-footer .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .theme .main-footer address {
    margin: 15px 0 15px 15px;
  }
}
.theme .main-footer nav i {
  font-size: 20px;
  text-decoration: none;
  margin-right: 10px;
}
.theme .main-footer nav li {
  margin: 0 0 12px 0;
}
@media (max-width: 768px) {
  .theme .main-footer nav li {
    margin: 14px 0 14px 0;
  }
}
.theme .main-footer nav a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 13.125px;
  display: inline-flex;
  align-items: center;
}
.theme .main-footer nav a.has-icon {
  padding-left: 30px;
  position: relative;
}
.theme .main-footer nav a.has-icon i {
  position: absolute;
  left: 0;
}
.theme .main-footer nav a.is-icon {
  font-size: 16px;
  text-decoration: none;
  margin-right: 8px;
}
.theme .main-footer nav a.is-icon i {
  margin-right: 0;
}
@media (max-width: 992px) {
  .theme .main-footer .mobile-space {
    padding: 25px 10px;
  }
}
@media (max-width: 1200px) {
  .theme .top-mobile.nav.navbar-right {
    position: fixed;
    bottom: 15px;
    right: 22px;
    z-index: 10;
  }
  .theme .top-mobile.nav.navbar-right a {
    display: block;
    background: #4485c4;
    color: #fff;
    font-size: 30px;
    padding: 15px;
  }
}
.theme .main-header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  padding-top: 33px;
}
.theme .main-header #sticky-menu {
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .theme .main-header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .theme .main-header .header .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.theme .main-header .row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row;
}
.theme .main-header .logo {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .theme .main-header .logo {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .theme .main-header .logo img {
    width: 300px;
    height: 55px;
  }
}
.theme .main-header .portlet-search form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme .main-header .portlet-search form [role=search] {
  display: inline-block;
}
.theme .main-header .portlet-search form input[type=text] {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #525252;
  font-weight: bold;
  width: 232px;
}
@media (max-width: 992px) {
  .theme .main-header .portlet-search form input[type=text] {
    width: 100%;
  }
}
.theme .main-header .portlet-search form .form-control {
  height: auto;
  padding: 14px 50px 13px 20px;
}
.theme .main-header .portlet-search form .lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 90px;
  font-size: inherit;
  width: 26px;
  height: 26px;
}
@media (max-width: 1200px) {
  .theme .main-header .portlet-search form .lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .theme .main-header .portlet-search form .lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper {
    position: inherit;
    margin-left: -60px;
  }
}
.theme .main-header .portlet-search form .lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper .icon-monospaced {
  width: 26px;
  height: 26px;
  background: url(../img/search.svg) no-repeat;
  background-size: cover;
}
.theme .main-header .portlet-search form .lfr-ddm-field-group.lfr-ddm-field-group-inline.field-wrapper .icon-monospaced svg {
  display: none;
}
.theme .main-header .portlet-search form .btn {
  border: 0;
  padding: 0;
}
.theme .main-header .portlet-search form .btn:hover, .theme .main-header .portlet-search form .btn:focus {
  background: none;
}
.theme .main-header .btn-services {
  background-color: #9b907c;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  float: right;
  width: 100%;
}
.theme .main-header .btn-services .e-services {
  font-size: 20px;
  font-weight: 300;
}
.theme .main-header .btn-services.assures {
  background-color: #4485c4;
  width: 100%;
}
.theme .main-header .btn-services .connect {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.theme .main-header .btn-services i {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .theme .main-header .btn-services {
    padding: 15px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .theme .main-header .btn-services {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
}
.theme .main-header .navbar-nav {
  margin: 0 -10px;
}
.theme .main-header .navbar-nav li {
  font-weight: bold;
}
.theme .main-header .navbar-nav li i {
  font-size: 13px;
  vertical-align: middle;
}
.theme .main-header .main-navbar {
  text-transform: uppercase;
  margin-bottom: 0;
  border: none;
  font-size: 13px;
}
.theme .main-header .main-navbar li:not(:first-child) {
  margin-left: 15px;
}
.theme .main-header .main-navbar li:not(:last-child) {
  margin-right: 15px;
}
.theme .main-header .main-navbar li.active a {
  border-bottom: 2px solid #4485c4;
  color: #525252;
}
.theme .main-header .main-navbar .nav > li > a:hover, .theme .main-header .main-navbar .nav > li > a:focus {
  border-bottom: 2px solid #4485c4;
  color: #525252;
  text-decoration: none;
  background-color: transparent;
}
.theme .main-header .main-navbar .nav > li.pull-right > a:hover, .theme .main-header .main-navbar .nav > li.pull-right > a:focus {
  margin-bottom: -1px;
}
.theme .main-header .main-navbar-desktop {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .theme .main-header .main-navbar-desktop .navbar-nav > li {
    float: left;
  }
  .theme .main-header .main-navbar-desktop .navbar-nav > li > a {
    padding-bottom: 21px;
  }
}
.theme .main-header .main-navbar-mobile {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  border: none;
  font-size: 12px;
}
.theme .main-header .main-navbar-mobile.navbar {
  min-height: auto;
  min-width: 300px;
}
.theme .main-header .main-navbar-mobile > .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  position: static;
  display: flex;
  justify-content: space-between;
}
.theme .main-header .main-navbar-mobile > .nav > li {
  float: left;
}
.theme .main-header .main-navbar-mobile > .nav > li:not(:first-child) {
  margin-left: 15px;
}
.theme .main-header .main-navbar-mobile > .nav > li:not(:last-child) {
  margin-right: 0px;
}
.theme .main-header .main-navbar-mobile > .nav > li > a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.theme .main-header .main-navbar-mobile > .nav > li > a:hover, .theme .main-header .main-navbar-mobile > .nav > li > a:focus {
  color: #525252;
  text-decoration: none;
  background-color: transparent;
}
.theme .main-header .main-navbar-mobile > .nav > li > a i {
  margin-right: 7px;
  font-size: 15px;
}
.theme .main-header .main-navbar-mobile .dropdown {
  position: static;
}
.theme .main-header .main-navbar-mobile .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 2000px;
  overflow: visible;
}
.theme .main-header .main-navbar-mobile .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  margin-left: calc(-50vw + 50%);
  /*         margin-right: calc(-50vw + 50%); */
}
@media (max-width: 992px) {
  .theme .main-header .main-navbar-mobile .dropdown-menu .search {
    padding: 20px 0;
  }
  .theme .main-header .main-navbar-mobile .dropdown-menu button.close {
    font-size: 12px;
  }
  .theme .main-header .main-navbar-mobile .dropdown-menu button.close i {
    font-weight: bolder;
  }
}
.theme .main-header .main-navbar-mobile .dropdown-menu li > a {
  padding-left: 0;
  background-color: transparent;
  color: #4485c4;
  font-weight: bold;
  font-size: 13px;
}
.theme .main-header .main-navbar-mobile .dropdown-menu .nav-item-close {
  position: absolute;
  right: -10px;
  top: 7px;
  z-index: 1;
}
.theme .main-header .main-navbar-mobile .dropdown-menu .nav-item-close i {
  font-size: 12px;
}
.theme .main-header .main-navbar-mobile .mobile-menu,
.theme .main-header .main-navbar-mobile .sub-menu {
  padding: 10px 0 20px;
}
.theme .main-header .main-navbar-mobile .mobile-menu li.active > a,
.theme .main-header .main-navbar-mobile .sub-menu li.active > a {
  color: #525252;
}
.theme .main-header .main-navbar-mobile .mobile-menu li.active > a:before,
.theme .main-header .main-navbar-mobile .sub-menu li.active > a:before {
  border-left-color: #4485c4;
}
.theme .main-header .main-navbar-mobile .mobile-menu a,
.theme .main-header .main-navbar-mobile .sub-menu a {
  position: relative;
  display: block;
  line-height: 22px;
}
.theme .main-header .main-navbar-mobile .mobile-menu a:before,
.theme .main-header .main-navbar-mobile .sub-menu a:before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  border-left: 2px solid transparent;
}
.theme .main-header .main-navbar-mobile .sub-menu {
  margin-left: 30px;
  list-style-type: none;
  padding: 0;
}
.theme .post-footer {
  background-color: white;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .theme .post-footer {
    padding: 60px 30px;
  }
}
.theme .post-footer .espace-ciepp {
  text-align: right;
  float: right;
}
@media (max-width: 768px) {
  .theme .post-footer .espace-ciepp {
    text-align: left;
    float: none;
    margin-bottom: 10px;
  }
}
.theme .post-footer .espace-ciepp a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding-left: 21px;
  font-weight: bold;
}
.theme .post-footer .espace-ciepp a i {
  font-size: 17px;
  margin-right: 9px;
  position: absolute;
  left: 0;
}
.theme .post-footer p {
  margin: 0;
  color: #525252;
  font-size: 14px;
}
.theme .pre-footer li:not(:first-child) {
  margin-left: 48px;
}
.theme .pre-footer a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.theme .pre-footer i {
  margin-right: 9px;
  vertical-align: middle;
  font-size: 17px;
}
.theme .pre-footer i.ciepp-icon-HautSite {
  font-size: 10px;
}
.theme .pre-footer .navbar {
  margin: 40px auto;
}
.theme .pre-footer .navbar-nav {
  margin: 0 -10px;
}
.theme .pre-header {
  text-align: right;
  font-size: 12px;
  padding: 10px 0;
}
.theme .pre-header a {
  margin-left: 50px;
  line-height: 1;
}
.theme .pre-header a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e927;
  margin-left: 10px;
  font-size: 13px;
  vertical-align: middle;
  position: absolute;
}
.theme .type-no-margin h2 {
  margin-top: 60px;
}
.theme .type-margin h2 {
  margin-top: 60px;
}
.theme .type-margin h4,
.theme .type-margin h4.h4-title {
  border-left: 1px solid #000;
  padding-left: 20px;
  margin: 60px 0 40px 80px;
  font-size: 20px;
}
.theme .section-know-ciepp {
  background: #4485c4 no-repeat center center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 60px;
  margin-bottom: 0;
  padding-bottom: 120px;
  background-image: url("../img/know-ciepp-bg.jpg");
}
.theme .section-know-ciepp > :first-child {
  transform: translateY(60px);
}
.theme .section-know-ciepp .title-container > :first-child {
  margin-top: 0;
}
.theme .section-know-ciepp .title-container > :last-child {
  margin-bottom: 0;
}
.theme .section-know-ciepp .title-container p {
  padding-left: 20px;
}
.theme .section-know-ciepp .title-container a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.theme .section-know-ciepp .title-container a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  padding-left: 10px;
}
.theme .texte-avec-boutons {
  background: #4485c4 no-repeat center center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 60px;
  margin-bottom: 0px;
  padding-bottom: 60px;
}
.theme .texte-avec-boutons > :first-child {
  transform: translateY(60px);
}
.theme .texte-avec-boutons h2.large {
  margin-top: 0px;
  text-transform: none;
}
@media (max-width: 992px) {
  .theme .texte-avec-boutons {
    margin-top: 60px;
    padding-top: 0px;
  }
}
.theme .texte-avec-boutons.margin-top {
  margin-top: 60px;
  padding-top: 0px;
}
.theme .texte-avec-boutons .panel-body {
  padding: 40px 0px;
}
@media (max-width: 992px) {
  .theme .texte-avec-boutons .panel-body {
    padding-top: 0px;
  }
}
.theme .texte-avec-boutons .title-container p {
  margin-left: 72px;
  padding-left: 21px;
}
@media (max-width: 768px) {
  .theme .texte-avec-boutons .title-container p {
    margin-left: 0px;
  }
}
.theme .section-magazine {
  background: #4485c4 no-repeat center center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 60px;
}
.theme .section-magazine > :first-child {
  transform: translateY(60px);
}
.theme .section-magazine .title-container > :first-child {
  margin-top: 0;
}
.theme .section-magazine .title-container > :last-child {
  margin-bottom: 0;
}
.theme .section-magazine .title-container a {
  margin-left: 95px;
}
@media (max-width: 768px) {
  .theme .section-magazine .title-container a {
    margin-left: 23px;
  }
}
.theme .section-magazine .content-wrapper {
  margin-top: 30px;
}
.theme .section-magazine .row {
  position: relative;
}
.theme .section-magazine .row .download-magazine {
  position: absolute;
  bottom: 0;
  left: 35px;
}
@media (min-width: 992px) {
  .theme .section-magazine .row .download-magazine {
    left: 52.5%;
    margin-left: 50px;
  }
}
.theme .section-magazine .row .download-magazine_l {
  position: absolute;
  bottom: 0;
  left: 35px;
}
@media (min-width: 992px) {
  .theme .section-magazine .row .download-magazine_l {
    margin-left: 50px;
  }
}
.theme .section-magazine .content-image {
  width: 100%;
  height: 290px;
  background: no-repeat top left;
  background-size: cover;
}
@media (max-width: 992px) {
  .theme .section-magazine .content-image {
    height: 200px;
  }
}
.theme .section-magazine .content-text {
  /*     a.download-link { */
  /*       margin-left: 25px; */
  /*     } */
}
@media (min-width: 992px) {
  .theme .section-magazine .content-text {
    padding-left: 50px;
  }
  .theme .section-magazine .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-magazine .content-text > :last-child {
    margin-bottom: 0;
  }
}
.theme .section-magazine a.ciepp-link-arrow:after {
  top: 0px;
}
.theme .section-publications {
  padding-top: 60px;
}
.theme .section-publications .title-container > :first-child {
  margin-top: 0;
}
.theme .section-publications .title-container > :last-child {
  margin-bottom: 0;
}
.theme .section-publications .title-container p {
  padding-left: 20px;
}
.theme .section-publications .title-container a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.theme .section-publications .title-container a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  padding-left: 10px;
}
.theme .section-publications .content-wrapper {
  margin-top: 40px;
}
.theme .section-publications .content-text:first-child {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.theme .section-publications .content-text h3 {
  text-align: center;
}
.theme .section-publications .content-text h3 i {
  display: block;
  font-size: 39px;
  margin-bottom: 20px;
}
.theme .section-publications .content-text h3:after {
  display: block;
  content: "";
  margin: 18px auto 0 auto;
  width: 20px;
  height: 3px;
  background-color: currentColor;
}
@media (min-width: 992px) {
  .theme .section-publications .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-publications .content-text > :last-child {
    margin-bottom: 0;
  }
  .theme .section-publications .content-text:first-child {
    border-bottom: none;
    border-right: 1px solid #e9e9e9;
    padding-right: 40px;
  }
  .theme .section-publications .content-text:last-child {
    padding-left: 40px;
  }
}
.theme .section-publications .panel-body .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .theme .section-publications .panel-body .row {
    flex-direction: row;
  }
}
.theme .section-bloc-icone {
  /** liens */
}
.theme .section-bloc-icone.type-margin .content-wrapper {
  margin-top: 0px;
}
.theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide .slider {
  margin-left: -15px;
  margin-right: 10px;
}
.theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide .slider > div {
  margin-left: 25px;
  margin-right: 25px;
}
.theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide .slider .panel {
  background: none;
}
.theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide .slider .panel > div {
  margin-right: 25px;
  background: white;
}
.theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div {
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div {
    overflow-x: scroll;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 3px;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 3px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
    height: 3px;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div .row {
    display: inline-flex;
    width: 100%;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div .row .content-text {
    display: inline-flex;
    width: 16%;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div .row .content-text:first-child .panel {
    border-left: 1px solid #e9e9e9;
  }
}
@media (max-width: 992px) {
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div {
    overflow-x: scroll;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 0px;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 0px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 0px solid #555555;
    height: 0px;
  }
}
.theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide .col-xs-12 {
  padding: 0;
}
@media (max-width: 1200px) {
  .theme .section-bloc-icone.type-margin .content-wrapper.mobile-slide .col-xs-12 {
    min-width: 1200px;
    float: none;
  }
}
.theme .section-bloc-icone.type-margin .slider {
  margin: 0 10px;
}
.theme .section-bloc-icone.type-margin .slider .content-text {
  margin: 40px 0;
}
.theme .section-bloc-icone.type-margin .slider .content-text:first-child .panel {
  border-left: 0 solid #e9e9e9;
}
.theme .section-bloc-icone.type-margin .slider .content-text .panel {
  padding: 0 40px;
  background: 0 0;
  border-left: 1px solid #e9e9e9;
}
.theme .section-bloc-icone.type-no-margin .content-wrapper {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .theme .section-bloc-icone.type-no-margin .slider .content-text {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .theme .section-bloc-icone.type-no-margin .slider .content-text {
    border-bottom: none;
    border-right: 1px solid #e9e9e9;
    padding-right: 5px;
    padding-left: 5px;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text > :last-child {
    margin-bottom: 0;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text:first-child {
    padding-left: 0px;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text:last-child {
    border-right: 0px solid #e9e9e9;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .theme .section-bloc-icone.type-no-margin .slider .content-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text:first-child {
    padding-left: 0px;
  }
  .theme .section-bloc-icone.type-no-margin .slider .content-text:last-child {
    padding-right: 0px;
  }
}
.theme .section-bloc-icone .title-container > :first-child {
  margin-top: 0;
}
.theme .section-bloc-icone .title-container > :last-child {
  margin-bottom: 0;
}
.theme .section-bloc-icone .title-container p {
  padding-left: 20px;
}
.theme .section-bloc-icone .title-container a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.theme .section-bloc-icone .title-container a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  padding-left: 10px;
}
.theme .section-bloc-icone .content-wrapper .panel-body .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .theme .section-bloc-icone .content-wrapper .panel-body .row {
    flex-direction: row;
  }
}
.theme .section-bloc-icone .content-wrapper .panel-default {
  background: 0 0;
}
.theme .section-bloc-icone .content-wrapper .panel-default .panel-margin {
  background-color: #ffffff;
  margin-right: 25px;
}
.theme .section-bloc-icone .content-text {
  text-align: center;
}
.theme .section-bloc-icone .content-text.left {
  text-align: left;
}
.theme .section-bloc-icone .content-text h3 {
  text-align: center;
}
@media (min-width: 992px) {
  .theme .section-bloc-icone .content-text h3 {
    margin-top: 0px;
  }
}
.theme .section-bloc-icone .content-text h3 i {
  display: block;
  font-size: 39px;
  margin-bottom: 20px;
}
.theme .section-bloc-icone .content-text h3:after {
  display: block;
  content: "";
  margin: 10px auto 0 auto;
  width: 20px;
  height: 3px;
  background-color: currentColor;
}
.theme .section-bloc-icone .content-text h3.no-after {
  margin-bottom: 0px;
}
.theme .section-bloc-icone .content-text h3.no-after:after {
  display: none;
}
.theme .section-bloc-icone .content-text p.text {
  margin-bottom: 30px;
}
.theme .section-bloc-icone a.ciepp-link,
.theme .section-bloc-icone .ciepp-link a,
.theme .section-bloc-icone a.ciepp-link-white,
.theme .section-bloc-icone .ciepp-link-white a,
.theme .section-bloc-icone a.ciepp-link-arrow,
.theme .section-bloc-icone .ciepp-link-arrow a {
  text-transform: none;
}
.theme .section-lesplans {
  background: #4485c4 no-repeat center center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 60px;
}
.theme .section-lesplans > :first-child {
  transform: translateY(60px);
}
.theme .section-lesplans h2.large {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .theme .section-lesplans {
    margin-top: 60px;
    padding-top: 0px;
  }
}
.theme .section-lesplans.margin-top {
  margin-top: 60px;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .theme .section-lesplans .content-wrapper.mobile-slide {
    overflow-x: scroll;
  }
  .theme .section-lesplans .content-wrapper.mobile-slide .slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .theme .section-lesplans .content-wrapper.mobile-slide .slider > div {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.theme .section-lesplans .content-wrapper.mobile-slide > div {
  margin: 0 10px;
}
@media (max-width: 992px) {
  .theme .section-lesplans .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 0px;
  }
  .theme .section-lesplans .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 0px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-lesplans .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 0px solid #555555;
    height: 0px;
  }
}
.theme .section-lesplans .content-wrapper.mobile-slide .col-xs-12 {
  padding: 0;
}
@media (max-width: 992px) {
  .theme .section-lesplans .content-wrapper.mobile-slide .col-xs-12 {
    min-width: 992px;
    float: none;
  }
}
.theme .section-lesplans .panel-body {
  padding: 0px;
}
.theme .section-lesplans .row.flex-row {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 100%;
  width: auto;
  height: 100%;
}
.theme .section-lesplans .content-text {
  margin: 0;
  display: flex;
  flex: 1 1 auto;
}
.theme .section-lesplans .content-text .panel {
  margin-right: 0px;
  padding: 20px 10px 40px;
  position: relative;
  min-height: 100%;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex: 1 1 auto;
  display: flex;
}
.theme .section-lesplans .content-text .panel.comp-plans {
  background: #9b907c;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.theme .section-lesplans .content-text .panel.comp-plans a {
  color: #fff;
  text-decoration: none;
}
.theme .section-lesplans .content-text .panel.comp-plans > div {
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  min-height: 100%;
  flex: 1 1 auto;
  display: flex;
}
.theme .section-lesplans .content-text .panel.comp-plans h3 {
  margin: 0;
  color: #fff;
}
.theme .section-lesplans .content-text .panel.comp-plans h3:after {
  display: none;
  content: "";
  margin: 10px auto 0 auto;
  width: 20px;
  height: 3px;
  color: currentColor;
}
.theme .section-lesplans .content-text .panel .choisir-link {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  position: relative;
  bottom: 0;
  top: auto;
}
.theme .section-lesplans .content-text .panel .choisir-link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  font-size: 16px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -9px;
}
.theme .section-lesplans .content-text .panel p {
  font-size: 14px;
  text-align: center;
  flex: 1 1 auto;
}
@media (max-width: 992px) {
  .theme .section-lesplans .content-text .panel p {
    height: auto;
  }
}
.theme .section-lesplans .content-text .panel p.ciepp-link-arrow {
  flex: 0 1 auto;
  margin: 0 0 11px;
}
.theme .section-lesplans .content-text .panel p.ciepp-link-arrow a {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  position: relative;
  bottom: 0;
  top: auto;
}
.theme .section-lesplans .content-text .panel p.ciepp-link-arrow a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  font-size: 16px;
  vertical-align: middle;
  top: 20px;
  left: 50%;
  margin-left: -9px;
  right: auto;
}
.theme .section-lesplans .content-text .panel h3 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #525252;
}
.theme .section-lesplans .content-text .panel h3 i {
  display: block;
  font-size: 51px;
  margin-bottom: 25px;
}
.theme .section-lesplans .content-text .panel h3:after {
  display: block;
  content: "";
  margin: 10px auto 0 auto;
  width: 20px;
  height: 3px;
  background-color: currentColor;
}
.theme .section-actualites-titre p:last-child {
  margin-bottom: 0px;
}
.theme .section-actualites {
  /** affichage sur la page de garde des actualités */
}
.theme .section-actualites ul.ciepp-links {
  margin-left: 92px;
}
@media (max-width: 768px) {
  .theme .section-actualites ul.ciepp-links {
    margin-left: 32px;
  }
}
.theme .section-actualites .panel-body,
.theme .section-actualites .panel-list-body {
  padding: 0;
}
.theme .section-actualites .panel-body .panel,
.theme .section-actualites .panel-list-body .panel {
  overflow: hidden;
  height: 515px;
}
@media (max-width: 992px) {
  .theme .section-actualites .panel-body .panel,
  .theme .section-actualites .panel-list-body .panel {
    height: auto;
    margin-bottom: 30px;
  }
}
.theme .section-actualites .panel-body .panel .article-image,
.theme .section-actualites .panel-list-body .panel .article-image {
  width: 100%;
  height: 265px;
  background: no-repeat top center;
  background-size: cover;
}
@media (max-width: 992px) {
  .theme .section-actualites .panel-body .panel .article-image,
  .theme .section-actualites .panel-list-body .panel .article-image {
    height: 200px;
  }
}
.theme .section-actualites .panel-body .panel .date-publication,
.theme .section-actualites .panel-list-body .panel .date-publication {
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 30px 40px 20px;
  color: #9b907c;
  text-transform: uppercase;
}
.theme .section-actualites .panel-body .panel h3,
.theme .section-actualites .panel-list-body .panel h3 {
  font-family: "Roboto Regular", sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 40px;
  margin: 0;
}
.theme .section-actualites .panel-body .panel h3 a,
.theme .section-actualites .panel-list-body .panel h3 a {
  color: inherit;
}
.theme .section-actualites .panel-body .panel p,
.theme .section-actualites .panel-list-body .panel p {
  padding: 10px 40px 40px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .theme .section-actualites .panel-body .panel p,
  .theme .section-actualites .panel-list-body .panel p {
    font-size: 16px;
  }
}
.theme .section-actualites .panel-list-body {
  background-color: white;
  margin-bottom: 30px;
}
.theme .section-actualites .panel-list-body:first-child {
  margin-top: 60px;
}
.theme .section-actualites .panel-list-body.row {
  margin-left: 0px;
  margin-right: 0px;
}
.theme .section-actualites .panel-list-body.row .col-sm-5 {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .theme .section-actualites .panel-list-body.row .col-sm-5 {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .theme .section-actualites .panel-list-body.row .col-sm-7 .panel {
    min-height: 250px;
    height: auto;
  }
}
.theme .section-actualites .panel-list-body .panel {
  overflow: hidden;
  height: 250px;
}
.theme .section-actualites .panel-list-body .panel .article-image {
  height: 250px;
}
@media (max-width: 992px) {
  .theme .section-actualites .panel-list-body .panel .article-image {
    height: 250px;
  }
}
.theme .section-actualites .panel-list-body .panel h6 {
  padding-top: 20px;
  padding-left: 0px;
}
.theme .section-actualites .panel-list-body .panel .date-publication {
  padding-left: 0px;
}
.theme .section-actualites .panel-list-body .panel h3 {
  padding-left: 0px;
}
.theme .section-actualites .panel-list-body .panel p {
  padding-left: 0px;
}
.theme .section-actualites .title-container > :first-child {
  margin-top: 0;
}
.theme .section-actualites .title-container > :last-child {
  margin-bottom: 0;
}
.theme .section-actualites .title-container p {
  padding-left: 20px;
}
.theme .section-actualites .content-wrapper {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .theme .section-actualites .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-actualites .content-text > :last-child {
    margin-bottom: 0;
  }
}
.theme .section-actualites.page-de-garde .panel-body .panel,
.theme .section-actualites.page-de-garde .panel-list-body .panel {
  height: auto;
}
@media (max-width: 992px) {
  .theme .section-actualites.page-de-garde .panel-body .panel,
  .theme .section-actualites.page-de-garde .panel-list-body .panel {
    height: auto;
  }
}
.theme .portlet-asset-publisher div.h2 {
  display: none;
}
.theme .section-politiques.panel {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .theme .section-politiques.panel {
    margin-top: 0px;
  }
}
.theme .section-politiques .panel-heading ul.links {
  padding-left: 0;
}
.theme .section-politiques .panel-heading ul.links li {
  padding: 0 0 5px;
}
.theme .section-politiques .panel-heading ul.links li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .theme .section-politiques ul.links {
    padding-top: 10px;
  }
  .theme .section-politiques ul.links li {
    padding: 0 0 15px;
  }
  .theme .section-politiques ul.links li:last-child {
    padding-bottom: 0;
  }
}
.theme .section-presentation .panel-heading ul.links {
  padding-left: 0;
}
.theme .section-presentation .panel-heading ul.links li {
  padding: 0 0 5px;
}
.theme .section-presentation .panel-heading ul.links li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .theme .section-presentation ul.links {
    padding-top: 10px;
  }
  .theme .section-presentation ul.links li {
    padding: 0 0 15px;
  }
  .theme .section-presentation ul.links li:last-child {
    padding-bottom: 0;
  }
}
.theme .section-liste-de-documents .panel-body table {
  width: 100%;
}
@media (max-width: 992px) {
  .theme .section-liste-de-documents .panel-body table thead {
    display: none;
  }
}
.theme .section-liste-de-documents .panel-body table tr {
  border-bottom: 1px solid #e9e9e9;
}
.theme .section-liste-de-documents .panel-body table tr td, .theme .section-liste-de-documents .panel-body table tr th {
  padding: 10px 0;
  text-align: center;
}
.theme .section-liste-de-documents .panel-body table thead th {
  color: #999999;
}
.theme .section-liste-de-documents .panel-body table tbody th {
  text-align: left;
  text-transform: uppercase;
}
.theme .section-liste-de-documents .panel-body table tbody td {
  width: 20%;
}
@media (max-width: 992px) {
  .theme .section-liste-de-documents .panel-body table tbody th, .theme .section-liste-de-documents .panel-body table tbody td {
    display: block;
    text-align: left;
    width: auto;
    height: auto;
  }
  .theme .section-liste-de-documents .panel-body table tbody th {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .theme .section-liste-de-documents .panel-body table tbody td span {
    padding-right: 10px;
    color: #999999;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .theme .section-liste-de-documents .panel-body table tbody tr:first-child th {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .theme .section-liste-de-documents .panel-body table tbody tr:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .theme .section-liste-de-documents .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-liste-de-documents .content-text > :last-child {
    margin-bottom: 0;
  }
}
.theme .section-liste-de-contacts .panel-body {
  padding: 30px 30px 30px 30px;
}
.theme .section-liste-de-contacts .panel-body table {
  width: 100%;
}
@media (max-width: 992px) {
  .theme .section-liste-de-contacts .panel-body table thead {
    display: none;
  }
}
.theme .section-liste-de-contacts .panel-body table tr {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0;
}
.theme .section-liste-de-contacts .panel-body table tr td, .theme .section-liste-de-contacts .panel-body table tr th {
  padding: 5px 0;
  text-align: left;
}
.theme .section-liste-de-contacts .panel-body table thead th {
  color: #999999;
}
.theme .section-liste-de-contacts .panel-body table tbody th {
  text-align: left;
  text-transform: uppercase;
}
.theme .section-liste-de-contacts .panel-body table tbody td {
  width: 20%;
}
.theme .section-liste-de-contacts .panel-body table tbody td span {
  padding-right: 10px;
  color: #999999;
}
@media (min-width: 992px) {
  .theme .section-liste-de-contacts .panel-body table tbody td.telephone, .theme .section-liste-de-contacts .panel-body table tbody th.telephone {
    text-align: right;
    color: #999999;
  }
}
@media (max-width: 992px) {
  .theme .section-liste-de-contacts .panel-body table tbody th, .theme .section-liste-de-contacts .panel-body table tbody td {
    display: block;
    text-align: left;
    width: auto;
    height: auto;
  }
  .theme .section-liste-de-contacts .panel-body table tbody th {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .theme .section-liste-de-contacts .panel-body table tbody td.telephone {
    margin-bottom: 20px;
    color: #999999;
  }
  .theme .section-liste-de-contacts .panel-body table tbody td span {
    padding-right: 10px;
    color: #999999;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .theme .section-liste-de-contacts .panel-body table tbody tr:first-child th {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .theme .section-liste-de-contacts .panel-body table tbody tr:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .theme .section-liste-de-contacts .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-liste-de-contacts .content-text > :last-child {
    margin-bottom: 0;
  }
}
.theme .section-pourquois {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .theme .section-pourquois {
    padding-bottom: 60px;
  }
}
.theme .section-pourquois .title-container > :first-child {
  margin-top: 0;
}
.theme .section-pourquois .title-container > :last-child {
  margin-bottom: 0;
}
.theme .section-pourquois .title-container p {
  padding-left: 20px;
}
.theme .section-pourquois .title-container a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.theme .section-pourquois .title-container a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  padding-left: 10px;
}
.theme .section-pourquois .content-wrapper {
  margin-top: 40px;
}
.theme .section-pourquois .content-wrapper.mobile-slide .slider {
  margin-left: -20px;
  margin-right: -20px;
}
.theme .section-pourquois .content-wrapper.mobile-slide .slider > div {
  margin-left: 25px;
  margin-right: 25px;
}
.theme .section-pourquois .content-wrapper.mobile-slide .slider .panel {
  background: none;
}
.theme .section-pourquois .content-wrapper.mobile-slide .slider .panel > div {
  margin-right: 25px;
  background: white;
}
.theme .section-pourquois .content-wrapper.mobile-slide > div {
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .theme .section-pourquois .content-wrapper.mobile-slide > div {
    overflow-x: scroll;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 3px;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 3px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
    height: 3px;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div .row .content-text {
    display: inline-flex;
    width: 25%;
    border-right: 1px solid #e9e9e9;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div .row .content-text h3 {
    margin: auto;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div .row .content-text:last-child {
    border-right: 0px solid #e9e9e9;
  }
}
@media (max-width: 992px) {
  .theme .section-pourquois .content-wrapper.mobile-slide > div {
    overflow-x: scroll;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 0px;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 0px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-pourquois .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 0px solid #555555;
    height: 0px;
  }
}
.theme .section-pourquois .content-wrapper.mobile-slide .col-xs-12 {
  padding: 0;
}
@media (max-width: 1200px) {
  .theme .section-pourquois .content-wrapper.mobile-slide .col-xs-12 {
    min-width: 992px;
    float: none;
  }
}
.theme .section-pourquois .content-text h3 {
  text-align: center;
}
.theme .section-pourquois .content-text h3 i {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.theme .section-pourquois .content-text h3 i.ciepp-icon-Experience {
  height: 30px;
}
.theme .section-pourquois .content-text h3 i.ciepp-icon-Experience b {
  position: absolute;
  font-weight: normal;
}
.theme .section-pourquois .content-text p.vc-link {
  text-align: center;
  padding: 0;
  margin: 14px auto 0;
}
.theme .section-pourquois .content-text p.vc-link a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.theme .section-pourquois .content-text p.vc-link button {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #3978b5;
  background: #fff;
  color: #4485c4;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .theme .section-pourquois .content-text > :first-child {
    margin-top: 0;
  }
  .theme .section-pourquois .content-text > :last-child {
    margin-bottom: 0;
  }
  .theme .section-pourquois .content-text:first-child {
    border-bottom: none;
    border-right: 1px solid #e9e9e9;
    padding-right: 40px;
  }
  .theme .section-pourquois .content-text:last-child {
    border-left: 1px solid #e9e9e9;
    padding-left: 40px;
  }
  .theme .section-pourquois .content-text:nth-child(3) {
    border-left: 1px solid #e9e9e9;
  }
}
.theme .section-pourquois .panel-body .row {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .theme .section-pourquois .panel-body .row {
    flex-direction: row;
  }
}
.theme .section-deux-blocs .panel {
  margin-bottom: 0px;
}
.theme .section-deux-blocs .bloc-gauche {
  padding-top: 0px;
}
.theme .section-deux-blocs .bloc-gauche .panel-heading {
  padding-left: 22px;
  padding-right: 0;
  border-top: 1px solid #ddd;
  margin-left: 50px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .theme .section-deux-blocs .bloc-gauche .panel-heading {
    padding-left: 0px;
  }
}
.theme .section-deux-blocs .bloc-gauche .panel-heading h2 {
  margin-left: 0px;
}
.theme .section-deux-blocs .bloc-gauche .panel-heading:first-child {
  border-top-width: 0px;
}
@media (max-width: 768px) {
  .theme .section-deux-blocs .bloc-gauche .panel-heading {
    margin: 0 20px;
  }
}
.theme .section-deux-blocs .bloc-droit {
  padding-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .theme .section-deux-blocs .bloc-droit {
    padding-top: 0px;
  }
}
.theme .entreprises-ciepp .title-container > :first-child {
  margin-top: 0;
}
.theme .entreprises-ciepp .title-container > :last-child {
  margin-bottom: 0;
}
.theme .entreprises-ciepp .title-container p {
  padding-left: 20px;
}
.theme .entreprises-ciepp .title-container a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
}
.theme .entreprises-ciepp .title-container a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  padding-left: 10px;
}
.theme .entreprises-ciepp .choisir-link {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  position: relative;
  bottom: 0;
  top: auto;
  font-size: 14px;
}
.theme .entreprises-ciepp .choisir-link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: \e91f;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-left: 12px;
}
.theme .section-plans-detail {
  padding-top: 0px;
  /** Formulaire pour le simulateur de plan */
  /** tableau pour le simulateur de plan */
}
.theme .section-plans-detail .content-wrapper {
  margin-top: 0px;
}
.theme .section-plans-detail .plan-description {
  margin-top: 160px;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-description {
    margin-top: 60px;
  }
}
.theme .section-plans-detail .plan-description h2 {
  margin-left: 80px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-description h2 {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-description p {
    margin-left: 26px;
  }
}
@media (min-width: 992px) {
  .theme .section-plans-detail .plan-details.first {
    margin-top: -20px;
  }
}
.theme .section-plans-detail .plan-details.first .content-wrapper {
  margin-top: 0;
}
.theme .section-plans-detail .plan-details.first h4 {
  margin: 0px 0 60px 80px;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-details.first h4 {
    margin: 40px 0px 40px 0px;
  }
}
.theme .section-plans-detail .plan-details h3 {
  text-align: center;
  margin-top: 0;
}
.theme .section-plans-detail .plan-details h3 i {
  display: block;
  font-size: 39px;
  margin-bottom: 20px;
}
.theme .section-plans-detail .plan-details h3:after {
  display: block;
  content: "";
  margin: 20px auto 0 auto;
  width: 20px;
  height: 3px;
  background-color: currentColor;
}
.theme .section-plans-detail .plan-details .content-wrapper.mobile-slide .slider {
  margin-left: -20px;
  margin-right: -20px;
}
.theme .section-plans-detail .plan-details .content-wrapper.mobile-slide .slider > div {
  margin-left: 25px;
  margin-right: 25px;
}
.theme .section-plans-detail .plan-details .content-wrapper.mobile-slide .slider .panel {
  background: none;
}
.theme .section-plans-detail .plan-details .content-wrapper.mobile-slide .slider .panel > div {
  margin-right: 25px;
  background: white;
}
.theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div {
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div {
    overflow-x: scroll;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 3px;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 3px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
    height: 3px;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div .row {
    display: inline-flex;
    width: 100%;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div .row .content-text {
    display: inline-flex;
    width: 16%;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div .row .content-text:first-child .panel {
    border-left: 1px solid #e9e9e9;
  }
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div {
    overflow-x: scroll;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    height: 0px;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar {
    height: 0px;
    width: 10px;
    background-color: #F5F5F5;
  }
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide > div.slider::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 0px solid #555555;
    height: 0px;
  }
}
.theme .section-plans-detail .plan-details .content-wrapper.mobile-slide .col-xs-12 {
  padding: 0;
}
@media (max-width: 1200px) {
  .theme .section-plans-detail .plan-details .content-wrapper.mobile-slide .col-xs-12 {
    min-width: 1200px;
    float: none;
  }
}
.theme .section-plans-detail .plan-details .content-text {
  margin: 40px 0;
}
.theme .section-plans-detail .plan-details .content-text:nth-child(4) {
  clear: left;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-details .content-text {
    display: flex;
  }
}
.theme .section-plans-detail .plan-details .content-text .panel {
  padding: 0 40px;
  border-left: 1px solid #e9e9e9;
}
.theme .section-plans-detail .plan-details .content-text .panel h3 {
  text-align: center;
}
.theme .section-plans-detail .plan-details .content-text .panel h3 i {
  display: block;
  font-size: 39px;
  margin-bottom: 20px;
}
.theme .section-plans-detail .plan-details .content-text .panel h3:after {
  display: block;
  content: "";
  margin: 10px auto 0 auto;
  width: 20px;
  height: 3px;
  background-color: currentColor;
}
.theme .section-plans-detail .plan-details .content-text:first-child .panel {
  border-left: 0px solid #e9e9e9;
}
.theme .section-plans-detail .plan-details .content-text:nth-child(n+4) {
  position: relative;
}
@media (min-width: 992px) {
  .theme .section-plans-detail .plan-details .content-text:nth-child(n+4):before {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background: #e9e9e9;
    content: "";
  }
}
.theme .section-plans-detail .plan-details h4 {
  border-left: 1px solid #000;
  padding-left: 20px;
  margin: 60px 0 40px 80px;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .plan-details h4 {
    margin: 60px 0 40px 0;
  }
}
.theme .section-plans-detail .plan-details p {
  text-align: center;
}
.theme .section-plans-detail .panel-body {
  padding: 40px;
}
.theme .section-plans-detail .panel-body .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .theme .section-plans-detail .panel-body .row {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .theme .section-plans-detail .panel-body .mobile-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .theme .section-plans-detail .panel-body .mobile-table tbody tr .spacer {
    display: none;
  }
  .theme .section-plans-detail .panel-body .mobile-table tbody tr th {
    border-bottom: 0;
    border-top: 0;
    padding-bottom: 0;
    color: black;
  }
  .theme .section-plans-detail .panel-body .mobile-table tbody tr td {
    padding-top: 0;
    border-top: 0;
  }
}
.theme .section-plans-detail .panel-body table thead {
  color: #525252;
  font-size: 15px;
  font-weight: bold;
}
.theme .section-plans-detail .panel-body table thead th {
  padding-left: 0;
  border-bottom: 2px solid #eeeeee;
}
.theme .section-plans-detail .panel-body table thead th.spacer {
  width: 20px;
  border-bottom: 1px solid transparent;
}
.theme .section-plans-detail .panel-body table tbody th, .theme .section-plans-detail .panel-body table tbody td {
  border-bottom: 1px solid #eeeeee;
  color: #525252;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}
.theme .section-plans-detail .panel-body table tbody th.spacer, .theme .section-plans-detail .panel-body table tbody td.spacer {
  width: 20px;
  border-bottom: 1px solid transparent;
}
.theme .section-plans-detail .panel-body table tbody th.listePlan > div:not(:last-child)::after, .theme .section-plans-detail .panel-body table tbody td.listePlan > div:not(:last-child)::after {
  content: " / ";
  padding: 0 2px;
}
.theme .section-plans-detail .panel-body table tbody th.listePlan > div, .theme .section-plans-detail .panel-body table tbody td.listePlan > div {
  display: inline-block;
  text-transform: uppercase;
}
.theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info {
  color: #4485c4;
  right: 0;
  font-size: 20px;
  position: absolute;
  top: calc(50% - 10px);
}
@media (max-width: 992px) {
  .theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info {
    top: 15px;
  }
}
.theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info {
  display: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  position: absolute;
  bottom: 29px;
  left: -190px;
  font-size: 14px;
  color: #525252;
  font-weight: normal;
  width: 380px;
  min-height: 50px;
  background: #fff;
  padding: 5px;
  border: 1px solid #999999;
  box-shadow: none !important;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info {
    border: 2px solid #999999;
  }
}
.theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info div, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info div {
  padding: 20px;
  border: 1px solid #e9e9e9;
  position: relative;
}
.theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info strong, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info strong {
  margin-bottom: 2px;
}
.theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info img, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info img {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: auto;
  height: auto;
}
@media (max-width: 992px) {
  .theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info {
    bottom: 29px;
    left: -180px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    width: 260px;
    min-height: 50px;
    background: #eeeeee;
    padding: 5px;
    box-shadow: 2px 2px 2px #888888;
    line-height: 1.2;
  }
  .theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info .tooltip-info img, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info .tooltip-info img {
    position: absolute;
    bottom: -16px;
    left: 177px;
    width: auto;
    height: auto;
  }
}
.theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info:active .tooltip-info, .theme .section-plans-detail .panel-body table tbody th .ciepp-icon-Info:hover .tooltip-info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info:active .tooltip-info, .theme .section-plans-detail .panel-body table tbody td .ciepp-icon-Info:hover .tooltip-info {
  display: block;
}
.theme .section-plans-detail .panel-body table tbody th.icon-column, .theme .section-plans-detail .panel-body table tbody td.icon-column {
  text-align: center;
}
.theme .section-plans-detail .panel-body table tbody th.icon-column .ciepp-icon-Inclus, .theme .section-plans-detail .panel-body table tbody td.icon-column .ciepp-icon-Inclus {
  color: #000;
  font-size: 22px;
}
.theme .section-plans-detail .panel-body table tbody th a, .theme .section-plans-detail .panel-body table tbody td a {
  font-size: 13px;
  font-weight: bold;
}
.theme .section-plans-detail .panel-body table tbody th {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .theme .section-plans-detail .panel-body table.mobile-table th {
    position: relative;
  }
  .theme .section-plans-detail .panel-body table.mobile-table .icon-th {
    position: absolute;
    font-size: 22px;
    right: -10px;
    color: #000;
    top: 0;
  }
  .theme .section-plans-detail .panel-body table.mobile-table .icon-th:before {
    content: none;
  }
  .theme .section-plans-detail .panel-body table.mobile-table a {
    text-decoration: underline;
  }
  .theme .section-plans-detail .panel-body table.mobile-table tbody tr th {
    height: inherit;
    color: #222222;
  }
  .theme .section-plans-detail .panel-body table.mobile-table tbody tr {
    position: relative;
  }
  .theme .section-plans-detail .panel-body table.mobile-table .icon-column {
    border-bottom: 0;
    position: absolute;
    right: -10px;
    top: 15px;
  }
  .theme .section-plans-detail .panel-body table.mobile-table .mobile-op {
    margin-top: 10px;
    color: #999999;
  }
}
.theme .section-plans-detail .panel-body.opt-suplementair p {
  text-align: left;
}
.theme .section-plans-detail label {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  font-weight: normal;
}
.theme .section-plans-detail label input {
  margin-left: -20px;
  margin-right: 8px;
}
.theme .section-plans-detail button:disabled {
  opacity: 0.5;
  cursor: default;
}
.theme .section-plans-detail .plan-comparateur .mode-mobile {
  margin: 20px;
  padding: 20px;
}
.theme .section-plans-detail .plan-comparateur .mode-mobile .titre-ligne {
  margin-top: 20px;
  font-weight: 700;
}
.theme .section-plans-detail .plan-comparateur .scroll-header {
  right: -170px;
  margin-top: -30px;
  position: absolute;
  width: 200px;
  min-width: 200px;
  top: auto;
}
.theme .section-plans-detail .plan-comparateur .scroll-header a {
  text-decoration: none;
}
.theme .section-plans-detail .plan-comparateur .scroll-header-fixed {
  right: -140px;
  left: 1310px;
  position: fixed;
  bottom: 150px;
}
.theme .section-plans-detail .plan-comparateur .scroll-header-fixed a {
  text-decoration: none;
}
.theme .section-plans-detail .plan-comparateur .tableau {
  margin: 20px;
  margin-left: 230px;
  /* 			overflow-x:auto; */
}
.theme .section-plans-detail .plan-comparateur .tableau table tr {
  border-bottom: 1px solid #e9e9e9;
}
.theme .section-plans-detail .plan-comparateur .tableau table th,
.theme .section-plans-detail .plan-comparateur .tableau table td {
  border-top: 1px solid #e9e9e9;
  min-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.theme .section-plans-detail .plan-comparateur .tableau table th.head-col,
.theme .section-plans-detail .plan-comparateur .tableau table td.head-col {
  position: absolute;
  width: 200px;
  min-width: 200px;
  left: 30px;
}
.theme .section-plans-detail .plan-comparateur .tableau table th.head-col.head-col-option,
.theme .section-plans-detail .plan-comparateur .tableau table td.head-col.head-col-option {
  font-size: 13px;
  font-weight: 300;
}
.theme .section-plans-detail .plan-comparateur .tableau table th.col-option,
.theme .section-plans-detail .plan-comparateur .tableau table td.col-option {
  font-size: 25px;
  text-align: center;
}
.theme .section-plans-detail .plan-comparateur .tableau table th.height-150,
.theme .section-plans-detail .plan-comparateur .tableau table td.height-150 {
  height: 150px;
}
.theme .section-plans-detail .plan-comparateur .tableau table th.height-120,
.theme .section-plans-detail .plan-comparateur .tableau table td.height-120 {
  height: 120px;
}
.theme .section-plans-detail .plan-comparateur .tableau table th.height-90,
.theme .section-plans-detail .plan-comparateur .tableau table td.height-90 {
  height: 90px;
}
.theme .section-bandeau {
  background: #4485c4 no-repeat center center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 120px;
}
.theme .section-bandeau > :first-child {
  transform: translateY(60px);
}
.theme .section-bandeau p {
  margin-left: 95px;
}
@media (max-width: 768px) {
  .theme .section-bandeau p {
    margin-left: 22px;
  }
}
.theme .section-article .article-detail {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .theme .section-article .article-detail {
    height: auto;
  }
}
.theme .section-article .article-detail .references {
  margin-left: 95px;
  margin-bottom: 30px;
  font-size: 14px;
  margin-top: -20px;
}
.theme .section-article .article-detail .references.no-margin {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .theme .section-article .article-detail .references {
    margin-left: 35px;
  }
}
.theme .section-article .article-detail .references .date-publication {
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #9b907c;
  text-transform: uppercase;
}
.theme .section-article .article-detail .article-image {
  width: 100%;
  max-height: 400px;
}
.theme .section-article .article-detail .article-image img {
  max-height: 400px;
}
.theme .section-article .article-detail .article-content {
  margin-top: 20px;
}
.theme .section-article .article-detail .image-legend {
  /* 			float:right; */
  font-style: italic;
  font-size: smaller;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .theme .section-article .article-detail .image-legend {
    margin-left: 35px;
  }
}
.theme .section-article .article-detail h2 {
  margin-top: 50px;
}
.theme .dropdown-menu.ciepp-contacts {
  right: -18px;
}
.theme .dropdown-menu.ciepp-contacts .floating-arrow {
  position: absolute;
  top: -1px;
  left: 45%;
}
.theme .dropdown-menu.ciepp-contacts a.ciepp-link:before {
  margin-left: -19px;
}
.theme .main-header .navbar-nav .contacts .panel {
  border-bottom: 1px solid #e9e9e9;
}
.theme .main-header .navbar-nav .contacts .panel:last-child {
  border-bottom: 0px solid transparent;
}
.theme .main-header .navbar-nav .contacts h5 {
  margin-top: 0;
}
.theme .main-header .navbar-nav .contacts p {
  font-size: 14px;
  white-space: nowrap;
}
.theme .main-header .navbar-nav .contacts p i {
  font-size: 17px;
}
.theme .main-header .navbar-nav .contacts p a {
  position: relative;
  margin-left: 20px;
}
.theme .main-header .navbar-nav .contacts p a i {
  position: absolute;
  left: -20px;
  font-size: 17px;
}
.theme .ciepp-links {
  padding: 0;
  margin: 0;
}
.theme .ciepp-links li {
  list-style: none inside none;
  padding: 5px 0;
}
.theme .ciepp-links li:first-child {
  padding-top: 0px;
}
.theme .ciepp-links li:last-child {
  padding-bottom: 0px;
}
.theme p.ciepp-link,
.theme p.ciepp-link-white,
.theme p.ciepp-link-arrow {
  text-align: center;
  padding: 0;
  /* 	margin: 14px auto 0 10px; */
  margin-bottom: 30px;
}
.theme a.ciepp-link,
.theme .ciepp-link a,
.theme a.ciepp-link-white,
.theme .ciepp-link-white a,
.theme a.ciepp-link-arrow,
.theme .ciepp-link-arrow a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.theme a.ciepp-link:hover,
.theme .ciepp-link a:hover,
.theme a.ciepp-link-white:hover,
.theme .ciepp-link-white a:hover,
.theme a.ciepp-link-arrow:hover,
.theme .ciepp-link-arrow a:hover {
  text-decoration: underline;
}
.theme button.ciepp-link,
.theme .ciepp-link button,
.theme button.ciepp-link-white,
.theme .ciepp-link-white button,
.theme button.ciepp-link-arrow,
.theme .ciepp-link-arrow button {
  /* 	padding: 16px; */
  margin-top: 20px;
  border: 2px solid #3978b5;
  color: #4485c4;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: white;
}
.theme button.ciepp-link:hover,
.theme .ciepp-link button:hover,
.theme button.ciepp-link-white:hover,
.theme .ciepp-link-white button:hover,
.theme button.ciepp-link-arrow:hover,
.theme .ciepp-link-arrow button:hover {
  background: #eeeeee;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .theme button.ciepp-link,
  .theme .ciepp-link button,
  .theme button.ciepp-link-white,
  .theme .ciepp-link-white button,
  .theme button.ciepp-link-arrow,
  .theme .ciepp-link-arrow button {
    min-height: 68px; /** fix pour bouton sur deux lignes */
  }
}
.theme a.ciepp-link:before,
.theme .ciepp-link a:before,
.theme a.ciepp-link-white:before,
.theme .ciepp-link-white a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  margin-top: 3px;
  margin-left: -25px;
}
.theme a.ciepp-link[class*=ciepp-icon],
.theme .ciepp-link a[class*=ciepp-icon],
.theme a.ciepp-link-white[class*=ciepp-icon],
.theme .ciepp-link-white a[class*=ciepp-icon] {
  margin-left: 25px;
  display: inline-block;
}
.theme a.ciepp-link-white,
.theme .ciepp-link-white a {
  color: white;
}
.theme button.ciepp-link-white,
.theme .ciepp-link-white button {
  width: 100%;
  border: 2px solid white;
  background: none;
  color: #fff;
  display: inline-block;
}
.theme button.ciepp-link-white:hover,
.theme .ciepp-link-white button:hover {
  background: #6D98CF;
}
.theme a.ciepp-link-arrow,
.theme .ciepp-link-arrow a {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.theme a.ciepp-link-arrow:after,
.theme .ciepp-link-arrow a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ciepp-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  right: -25px;
}
.theme .section-links .title-container {
  margin-top: 0px;
}
.theme .section-links .title-container ul.ciepp-links {
  margin-left: 62px;
}
.theme .section-links .title-container h2 {
  margin: 60px 0 30px 40px;
}
@media (max-width: 768px) {
  .theme .section-links .title-container ul.ciepp-links {
    margin-left: 22px;
  }
  .theme .section-links .title-container h2 {
    margin-left: 0px;
  }
}
.theme .section-links .row .row:last-child .title-container {
  margin-bottom: 0px;
}
.theme .section-links p a:after {
  content: none;
}
.theme .section-title-link h2 {
  margin-bottom: 10px;
}
.theme .section-title-link ul.ciepp-links {
  margin-bottom: 0px;
}
.theme .section-title-link ul.ciepp-links li {
  padding-bottom: 0px;
}
.theme .download-link {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  /*   margin-left: 25px; */
  /*   &::before { */
  /*     @include icon; */
  /*     content: $ciepp-icon-Telecharger; */
  /*     font-size: 20px; */
  /*     vertical-align: middle; */
  /*     margin-right: 6px; */
  /*     text-decoration: none; */
  /*     position: absolute; */
  /*     left: -25px; */
  /*   } */
}
.theme .link-important  {
  font-weight: bold;
  text-transform: uppercase;
}
.theme .search-container {
  padding-top: 30px;
  max-width: 1200px;
  margin: auto;
}
.theme .search-container .searchcontainer-content {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.theme .search-container .searchcontainer-content .tabular-list-group {
  width: 100%;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content {
  display: block;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item:first-child .list-group-item-content {
  border-top-width: 0px;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field {
  border: 0px solid #ddd;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content h6,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field h6 {
  font-family: "Roboto Regular", sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content .entry-title,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field .entry-title {
  font-size: 16px;
  font-family: "Roboto Regular", sans-serif;
  color: #3978b5;
  font-weight: 700;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content .entry-type,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field .entry-type {
  float: right;
  font-size: 11px;
  font-family: "Roboto Regular", sans-serif;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content .entry-summary,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field .entry-summary {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content .entry-content,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field .entry-content {
  font-size: 11px;
  line-height: 15px;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content .entry-vocabulary,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field .entry-vocabulary {
  font-size: 11px;
  padding: 2px 5px 2px 20px;
}
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-content .entry-category,
.theme .search-container .searchcontainer-content .tabular-list-group .list-group-item .list-group-item-field .entry-category {
  font-size: 11px;
  color: #3978b5;
}
.theme .search-container .div-input-search select {
  display: none;
}
.theme .search-container .div-input-search input[type=text] {
  background: white;
  width: 240px;
  height: 35px;
  padding: 0 0 0 10px;
  font-size: 12px;
  border: 0;
  margin: 0 10px 0 0;
}
.theme .search-container input.field {
  border: 1px solid #b2b2b2;
  height: 25px;
  font-size: 11px;
}
.theme .search-container input.field:focus {
  border: 1px solid #b2b2b2;
}
.theme .search-container select {
  height: 25px;
  width: 100px;
  font-size: 11px;
}
.theme .search-container div.search-link-div {
  vertical-align: middle;
}
.theme .search-container div.search-link-div a.search-link {
  background: none repeat scroll 0 0 #3978b5;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  text-transform: uppercase;
  width: auto;
  margin: 10px 0px -4px 0px;
  display: inline-block;
}
.theme .search-container div.search-link-div a.search-link:hover {
  text-decoration: none;
}
.theme .btn_link {
  display: block;
  background: #e7e7ed;
  padding: 16px;
  border-bottom: 2px solid #b2b2b2;
  max-width: 300px;
  text-align: center;
  margin: 0 0 20px 0;
}
.theme .btn_link a {
  color: #3978b5;
  font-size: 15px;
  font-weight: 700;
}
.theme .btn_link a:focus, .theme .btn_link a.focus, .theme .btn_link a:active, .theme .btn_link a.active, .theme .btn_link a:hover {
  text-decoration: underline;
  color: #3978b5;
}
.theme .btn_link a:focus, .theme .btn_link a.focus, .theme .btn_link a:active, .theme .btn_link a.active, .theme .btn_link a:hover {
  color: #3978b5;
}
.theme .tabs {
  background: #e7e7ed;
  width: 100%;
  font-size: 22px;
  color: #b2b2b2;
  font-family: "open-sans", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.theme .tabs a {
  text-decoration: none !important;
  color: #EBEFF2 !important;
  /*         @include eportal-link($home-table-border-color,$home-table-border-color, none); */
}
.theme .tabs .current a {
  text-decoration: none !important;
  color: #3978b5 !important;
}
.theme .tabs .span4, .theme .tabs .span8, .theme .tabs .span6 {
  margin: 18px 0px 10px 0px;
  border: 0 2px 0 2px #EBEFF2 solid;
}
@media (min-width: 768px) {
  .theme .tabs .row-fluid {
    min-height: 100%;
    height: 100%;
    border-bottom: 2px #EBEFF2 solid;
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .theme .tabs {
    text-align: center;
  }
  .theme .tabs .row-fluid [class*=span] {
    margin-left: 1px;
    height: 100%;
    min-height: 100%;
    width: 100%;
  }
}
.theme table.tablo-generique {
  margin: 0 0px 10px 0;
  background: #e7e7ed;
  width: 100%;
}
.theme table.tablo-generique .caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFFFFF;
  font-weight: 700;
}
.theme table.tablo-generique tbody {
  padding: 10px 5px;
}
.theme table.tablo-generique tbody td {
  border: 2px #EBEFF2 solid;
  background: #e7e7ed;
  padding-left: 7px !important;
  height: 40px;
}
.theme table.tablo-generique tbody td.dl-cell {
  width: 100px;
}
.theme table.tablo-generique tbody th {
  /* 	    background:$primary-color; */
  /* 	    color: $light-color; */
  background: #e7e7ed;
  padding: 5px;
  font-family: "open-sans", Arial, sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #e7e7ed;
  border-left: 2px solid #e7e7ed;
  text-align: left;
  height: 40px;
}
.theme table.tablo-generique tbody th.dl-cell {
  width: 100px;
}
.theme table.tablo {
  margin: 0 0px 10px 0;
  /* 		    a { */
  /* 		         @include eportal-link($primary-color,$primary-color, none); */
  /* 		    } */
}
.theme table.tablo .row-fluid {
  border-bottom: 2px #EBEFF2 solid;
}
.theme table.tablo .row-fluid .span4, .theme table.tablo .row-fluid .span8, .theme table.tablo .row-fluid .span6 {
  border-right: 2px #EBEFF2 solid;
  height: 100%;
  vertical-align: middle;
}
.theme table.tablo .thead {
  background: #3978b5;
  color: #e7e7ed;
  border: 2px solid #e7e7ed;
  padding: 5px;
  font-family: "open-sans", Arial, sans-serif;
  font-weight: 700;
}
.theme table.tablo .thead p {
  color: inherit;
  font-weight: 700;
  font-family: "open-sans", Arial, sans-serif;
}
.theme table.tablo .thead p span {
  color: inherit;
}
.theme table.tablo td {
  border: 2px #EBEFF2 solid;
  background: #e7e7ed;
  padding-left: 7px !important;
}
.theme table.tablo td pre {
  color: inherit;
  background-color: inherit;
  font-family: inherit;
  border-width: 0px;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.theme table.tablo td.dl-cell {
  width: 100px;
}
.theme table.tablo td[align=center] p {
  text-align: center;
}
.theme table.tablo tr td:first-child {
  white-space: nowrap;
}
.theme table.tablo tr td:first-child p {
  white-space: normal;
}
.theme table.tablo tr td:first-child img {
  max-width: unset;
}
.theme table.tablo tr td.monetaire {
  text-align: right;
}
.theme table.tablo tr.entete th {
  text-align: left;
}
.theme table.tablo.wrap-first tr td:first-child {
  white-space: normal;
}
.theme table.tablo th {
  background: #3978b5;
  color: #e7e7ed;
  padding: 5px;
  font-family: "open-sans", Arial, sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #e7e7ed;
  border-left: 2px solid #e7e7ed;
  text-align: left;
}
.theme table.tablo th:first-child {
  border-left-width: 0px;
}
.theme table.tablo th.dl-cell {
  width: 100px;
}
.theme table.tablo th p {
  color: inherit;
  font-weight: 700;
  font-family: "open-sans", Arial, sans-serif;
}
.theme table.tablo th p span {
  color: inherit;
}
.theme table.tablo th pre {
  color: inherit;
  background-color: inherit;
  font-family: inherit;
  border-width: 0px;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.theme table.tablo p {
  margin: 0px;
}
.theme table.tablo strong {
  font-family: "open-sans", Arial, sans-serif;
  font-weight: 700;
}
.theme table.tablo ul {
  list-style-type: none;
  display: block;
  margin: 0px;
}
.theme table.tablo ul li {
  color: #494949;
  display: list-item;
  padding: 0 0 0 16px;
  margin: 2px 0 2px 0;
  line-height: 16px;
}
.theme table.tablo ul li::before {
  font-family: "fontawesome-alloy";
  content: "\f105";
  margin-left: -15px;
  padding-right: 10px;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  color: #3978b5;
}
.theme table.tablo ol {
  list-style-type: decimal;
  margin: 13px 0px 13px 18px;
}
.theme table.tablo ol li {
  color: #494949;
  display: list-item;
  margin: 2px 0 2px 0;
  line-height: 16px;
}
.theme h1.maintitle {
  font-size: 20px;
}
.theme div.tablo {
  line-height: 18px;
  font-size: 13px;
  font-family: "open-sans", Arial, sans-serif;
  background: #e7e7ed;
  margin: 0 0 10px 0;
}
.theme div.tablo > div.row-fluid > div {
  border-left: 0px solid;
}
.theme div.tablo ol {
  list-style-type: decimal;
}
@media (min-width: 768px) {
  .theme div.tablo.fondCouleur {
    background: #3978b5;
  }
  .theme div.tablo.fondCouleur .tabloTh {
    border-left: 0px #EBEFF2 solid;
  }
  .theme div.tablo.fondCouleur .span8 {
    height: 100%;
    padding: 5px;
    order-right: 1px #EBEFF2 solid;
  }
  .theme div.tablo .row-fluid {
    min-height: 100%;
    height: 100%;
    border-bottom: 2px #EBEFF2 solid;
    display: flex !important;
  }
  .theme div.tablo .row-fluid .span3 {
    width: 25%;
    *width: 25%;
  }
  .theme div.tablo .row-fluid .span6 {
    width: 50%;
    *width: 50%;
  }
  .theme div.tablo .row-fluid .span4 {
    width: 33.3333%;
    *width: 33.3333%;
  }
  .theme div.tablo .row-fluid .span8 {
    width: 66.6667%;
    *width: 66.6667%;
  }
}
@media (max-width: 768px) {
  .theme div.tablo.fondCouleur .tabloTh {
    width: 100%;
  }
  .theme div.tablo [class*=span] {
    padding: 5px;
  }
}
.theme div.tablo .full-height {
  height: 100%;
  min-height: 100%;
}
.theme div.tablo .row-fluid [class*=span] {
  margin-left: 1px;
  height: 100%;
  min-height: 100%;
}
.theme div.tablo [class*=span] {
  border-left: 2px #EBEFF2 solid;
  background: #e7e7ed;
  padding-left: 7px;
  height: 100%;
  min-height: 100%;
}
.theme div.tablo [class*=span].transparent {
  background: #EBEFF2;
}
.theme div.tablo .row-fluid {
  min-height: 100%;
  height: 100%;
  border-bottom: 2px #EBEFF2 solid;
}
.theme div.tablo .tabloTh {
  background: #3978b5;
  color: #e7e7ed;
  padding: 5px;
  font-family: "open-sans", Arial, sans-serif;
  font-weight: 700;
}
.theme div.tablo .tabloTh p {
  color: inherit;
  font-weight: 700;
  font-family: "open-sans", Arial, sans-serif;
}
.theme div.tablo .tabloTh p span {
  color: inherit;
}
.theme div.tablo p {
  margin: 0;
}
.theme .row-fluid .span3 {
  width: 25%;
  *width: 25%;
}
.theme .row-fluid .span6 {
  width: 50%;
  *width: 50%;
}
.theme .row-fluid .span4 {
  width: 33.3333%;
  *width: 33.3333%;
}
.theme .row-fluid .span8 {
  width: 66.6667%;
  *width: 66.6667%;
}
.theme div.tabCreate {
  /* 		    line-height: 18px; */
  /* 		    font-size:13px; */
  /* 		   .row-fluid { */
  /* 		        min-height: 100%; */
  /* 		        height: 100%; */
  /* 		        border-bottom: 2px $light-grey-color solid; */
  /* 		        display: flex !important; */
  /* 		        .span4,.span8,.span6{ */
  /* 		            border-right : 2px $light-grey-color solid; */
  /* 		            height:100%; */
  /* 		            vertical-align: middle; */
  /* 	            } */
  line-height: 18px;
  font-size: 13px;
  font-family: "open-sans", Arial, sans-serif;
  /* 		    background: $light-color; */
  margin: 0 0 10px 0;
}
.theme div.tabCreate > div.row-fluid > div {
  border-left: 0px solid;
}
@media (min-width: 768px) {
  .theme div.tabCreate .row-fluid {
    /* 				        min-height: 100%; */
    height: 100%;
    /* 				        border-bottom: 2px $light-grey-color solid; */
    display: flex !important;
  }
  .theme div.tabCreate .row-fluid .span3 {
    width: 25%;
    *width: 25%;
  }
  .theme div.tabCreate .row-fluid .span6 {
    width: 50%;
    *width: 50%;
  }
  .theme div.tabCreate .row-fluid .span4 {
    width: 33.3333%;
    *width: 33.3333%;
  }
  .theme div.tabCreate .row-fluid .span8 {
    width: 66.6667%;
    *width: 66.6667%;
  }
}
@media (max-width: 768px) {
  .theme div.tabCreate [class*=span] {
    padding: 5px;
    width: 100%;
  }
}
.theme div.tabCreate .full-height {
  height: 100%;
  min-height: 100%;
}
.theme div.tabCreate .row-fluid [class*=span] {
  margin-left: 1px;
  height: 100%;
  min-height: 100%;
}
.theme div.tabCreate [class*=span] {
  /* 		        border-left: 2px  $light-grey-color solid; */
  /* 		        background : $light-color; */
  padding-left: 7px;
  height: 100%;
  min-height: 100%;
  /* 		        &.transparent{ */
  /* 		            background :$light-grey-color ; */
  /* 		        }  */
}
.theme div.tabCreate .row-fluid {
  /* 		        min-height: 100%; */
  min-height: 30px;
  height: 100%;
  /* 		        border-bottom: 2px $light-grey-color solid; */
}
@media (max-width: 767px) {
  .theme input[type=text], .theme input[type=text]:hover, .theme input[type=text]:focus, .theme input[type=reset], .theme input[type=submit], .theme textarea, .theme select {
    width: 100%;
    min-width: 100%;
    height: 40px;
    font-size: inherit;
    /*              margin-bottom : 10px; */
  }
  .theme textarea {
    height: 80px;
  }
  .theme br {
    line-height: 0px;
  }
  .theme .bouton {
    display: block;
  }
  .theme .bouton input {
    width: 100%;
    /*             margin : 5px 0 ; */
  }
  .theme label {
    margin: 0px 0px 5px 0;
  }
}
@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}
.theme .magic-radio,
.theme .magic-checkbox {
  position: absolute;
  display: none;
}
.theme .magic-radio[disabled],
.theme .magic-checkbox[disabled] {
  cursor: not-allowed;
}
.theme .magic-radio + label,
.theme .magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.theme .magic-radio + label:hover:before,
.theme .magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.theme .magic-radio + label:before,
.theme .magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}
.theme .magic-radio + label:after,
.theme .magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}
.theme .magic-radio[disabled] + label,
.theme .magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.theme .magic-radio[disabled] + label:hover, .theme .magic-radio[disabled] + label:before, .theme .magic-radio[disabled] + label:after,
.theme .magic-checkbox[disabled] + label:hover,
.theme .magic-checkbox[disabled] + label:before,
.theme .magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.theme .magic-radio[disabled] + label:hover:before,
.theme .magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.theme .magic-radio[disabled] + label:before,
.theme .magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}
.theme .magic-radio:checked + label:before,
.theme .magic-checkbox:checked + label:before {
  animation-name: none;
}
.theme .magic-radio:checked + label:after,
.theme .magic-checkbox:checked + label:after {
  display: block;
}
.theme .magic-radio + label:before {
  border-radius: 50%;
}
.theme .magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}
.theme .magic-radio:checked + label:before {
  border: 1px solid #3e97eb;
}
.theme .magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}
.theme .magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}
.theme .magic-checkbox + label:before {
  border-radius: 3px;
}
.theme .magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.theme .magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb;
}
.theme .magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}
.theme .ui-accordion-header {
  padding-bottom: 20px;
  cursor: help;
}
.theme .ui-accordion-header::before {
  /* 			    font-family:"Glyphicons Halflings*; */
  /* 			    content: "\e080";  */
  font-family: "fontawesome-alloy";
  content: "\f138";
  position: absolute;
  margin-left: 810px;
  margin-right: 2px;
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
}
.theme .ui-accordion-header.ui-accordion-header-active::before {
  /* 			   		content: "\e114"; */
  content: "\f13a";
}
.theme .accordion-type-site2 {
  border: 2px solid #e7e7ed;
}
.theme .accordion-type-site2 h1.ui-accordion-header, .theme .accordion-type-site2 h2.ui-accordion-header, .theme .accordion-type-site2 h3.ui-accordion-header,
.theme .accordion-type-site2 h4.ui-accordion-header, .theme .accordion-type-site2 p.ui-accordion-header, .theme .accordion-type-site2 strong.ui-accordion-header,
.theme .accordion-type-site2 h1.ui-accordion-header::before,
.theme .accordion-type-site2 h2.ui-accordion-header::before,
.theme .accordion-type-site2 h3.ui-accordion-header::before,
.theme .accordion-type-site2 h4.ui-accordion-header::before,
.theme .accordion-type-site2 p.ui-accordion-header::before,
.theme .accordion-type-site2 strong.ui-accordion-header::before {
  color: #6F6F6F;
}
.theme .accordion-type-site2 h3 {
  font-size: 20px;
  /* 			    text-transform: none !important; */
  background: #e7e7ed;
  line-height: 30px;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
}
.theme .accordion-type-site h1.ui-accordion-header, .theme .accordion-type-site h2.ui-accordion-header, .theme .accordion-type-site h3.ui-accordion-header,
.theme .accordion-type-site h4.ui-accordion-header, .theme .accordion-type-site p.ui-accordion-header, .theme .accordion-type-site strong.ui-accordion-header,
.theme .accordion-type-site h1.ui-accordion-header::before,
.theme .accordion-type-site h2.ui-accordion-header::before,
.theme .accordion-type-site h3.ui-accordion-header::before,
.theme .accordion-type-site h4.ui-accordion-header::before,
.theme .accordion-type-site p.ui-accordion-header::before,
.theme .accordion-type-site strong.ui-accordion-header::before {
  color: #3978b5;
}
.theme .accordion-type-site h3 {
  font-size: 18px;
  text-transform: none !important;
}
.theme .accordion-type-noire h1.ui-accordion-header, .theme .accordion-type-noire h2.ui-accordion-header, .theme .accordion-type-noire h3.ui-accordion-header,
.theme .accordion-type-noire h4.ui-accordion-header, .theme .accordion-type-noire p.ui-accordion-header, .theme .accordion-type-noire strong.ui-accordion-header,
.theme .accordion-type-noire h1.ui-accordion-header::before,
.theme .accordion-type-noire h2.ui-accordion-header::before,
.theme .accordion-type-noire h3.ui-accordion-header::before,
.theme .accordion-type-noire h4.ui-accordion-header::before,
.theme .accordion-type-noire p.ui-accordion-header::before,
.theme .accordion-type-noire strong.ui-accordion-header::before {
  color: #333333;
}
.theme .journal-content-article .ui-accordion-header,
.theme .journal-content-article h1.ui-accordion-header,
.theme .journal-content-article h2.ui-accordion-header,
.theme .journal-content-article h3.ui-accordion-header,
.theme .journal-content-article h4.ui-accordion-header,
.theme .journal-content-article p.ui-accordion-header,
.theme .journal-content-article strong.ui-accordion-header {
  margin: 0px 0px 1px 0px;
  padding-right: 70px;
  padding-left: 10px;
  display: block;
}
.theme .journal-content-article .ui-accordion-content {
  /* 			margin: 0px 0px 15px 25px; */
  margin: 10px 10px 10px 10px;
}
.theme .portlet-forms {
  /* Erreur et message */
}
.theme .portlet-forms input {
  font-family: "open-sans", Arial, sans-serif;
}
.theme .portlet-forms .text-warning {
  color: #a94442;
}
.theme .portlet-forms input[type=text], .theme .portlet-forms input[type=text]:hover, .theme .portlet-forms input[type=text]:focus, .theme .portlet-forms input[type=password], .theme .portlet-forms input[type=password]:hover, .theme .portlet-forms input[type=password]:focus, .theme .portlet-forms select, .theme .portlet-forms textarea {
  border: 1px solid #dadada;
  height: 42px;
  width: 100%;
  font-size: 12px;
  background: white;
  margin: 6px 0 6px 0;
  font-size: 16px;
}
.theme .portlet-forms .liferay-ddm-form-field-tip {
  font-size: 16px;
}
.theme .portlet-forms input[type=button], .theme .portlet-forms input[type=button]:hover, .theme .portlet-forms input[type=button]:focus, .theme .portlet-forms input[type=button]:active, .theme .portlet-forms input[type=reset], .theme .portlet-forms input[type=submit]:hover, .theme .portlet-forms input[type=submit], .theme .portlet-forms button, .theme .portlet-forms button:active, .theme .portlet-forms button:focus, .theme .portlet-forms button:hover {
  font-family: "open-sans", Arial, sans-serif;
  font-size: 14px;
  color: #e7e7ed;
  cursor: pointer;
  margin: 0 0 0 20px;
  text-align: center;
  background: #3978b5;
  font-weight: 600;
  border: none;
  height: 42px;
  /* 	width: 181px; */
  padding: 10px 16px;
  line-height: 16px;
  /* 	@include border-radius( $portlet-input-border-radius); */
  white-space: normal; /* css-3 */
  /*white-space: -moz-pre-wrap;*/ /* Mozilla, since 1999 */
  /*white-space: -pre-wrap;*/ /* Opera 4-6 */
  /*white-space: -o-pre-wrap;*/ /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer */
}
.theme .portlet-forms input[type=file],
.theme .portlet-forms input[type=image],
.theme .portlet-forms input[type=submit],
.theme .portlet-forms input[type=reset],
.theme .portlet-forms input[type=button],
.theme .portlet-forms input[type=radio],
.theme .portlet-forms input[type=checkbox] {
  width: auto;
}
.theme .portlet-forms .btn {
  border-radius: 0;
  font-size: button-font-siz;
  line-height: 1.33333;
  /*     padding: 0px; */
}
.theme .portlet-forms .bouton input[type=button], .theme .portlet-forms .bouton input[type=button]:hover, .theme .portlet-forms .bouton input[type=reset], .theme .portlet-forms .bouton input[type=submit] {
  height: 42px;
  text-transform: uppercase;
  background: #333333;
  font-size: 14px;
  /*         margin-bottom:10px; */
  /*         margin-top:10px; */
}
.theme .portlet-forms .bouton input[type=button].val, .theme .portlet-forms .bouton input[type=button]:hover.val, .theme .portlet-forms .bouton input[type=reset].val, .theme .portlet-forms .bouton input[type=submit].val {
  float: right;
  background: #3978b5;
}
.theme .portlet-forms .bouton input[type=button].valFixe, .theme .portlet-forms .bouton input[type=button]:hover.valFixe, .theme .portlet-forms .bouton input[type=reset].valFixe, .theme .portlet-forms .bouton input[type=submit].valFixe {
  margin: 0px;
  background: #3978b5;
}
.theme .portlet-forms textarea {
  height: 64px;
}
.theme .portlet-forms input[type=text]:focus, .theme .portlet-forms select:focus, .theme .portlet-forms textarea:focus {
  border: 1px solid #3978b5;
}
.theme .portlet-forms select, .theme .portlet-forms textarea {
  font-family: "open-sans", Arial, sans-serif;
  border: 1px solid #dadada;
  font-size: 16px;
}
.theme .portlet-forms .error {
  color: red;
  display: inline-block;
  white-space: nowrap;
}

@font-face {
  font-family: "fontawesome-alloy";
  src: url("../fonts/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("../fonts/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../fonts/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("../fonts/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("../fonts/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*1721023452000*/
/*!
 *  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/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

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

.icon-stack .icon-stack-base {
  font-size: 2em;
}

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: "﻿" attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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

.icon-glass:before {
  content: "\f000";
}

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

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

.icon-envelope: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-off:before {
  content: "\f011";
}

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

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

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

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

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

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

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

.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-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-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-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-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-cogs:before {
  content: "\f085";
}

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

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

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

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

.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-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: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-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-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-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-alt:before {
  content: "\f0e0";
}

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

.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-bell-alt:before {
  content: "\f0f3";
}

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

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

.icon-file-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: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-spinner:before {
  content: "\f110";
}

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

.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-star-half-full:before {
  content: "\f123";
}

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

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

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

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

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

.icon-puzzle: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-fb-boolean:before {
  content: "\e008";
}

.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-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-2:before {
  content: "\f055";
}

.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-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-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-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-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-tablet:before {
  content: "\f10a";
}

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

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

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

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

.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-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-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-2:before {
  content: "\f164";
}

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

.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-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 {
  content: "\f153";
}

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

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

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

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

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

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

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

.icon-file-2: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-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-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";
}

.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-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
}
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

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

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

.glyphicon-euro:before, .glyphicon-eur: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";
}

.clear-both {
  clear: both;
}

/** dockbar */
#ControlMenu {
  position: relative;
}

/** Layout : pas de padding si ligne vide sauf en edition pour le drag & drop */
.portlet-column-content.empty {
  padding: 0px;
}

.signed-in.controls-visible .portlet-column-content.empty {
  padding: 10px;
}

/** row sur les layout custom */
.eciepp-layout .portlet-layout.row.margin {
  margin-left: -10px;
  margin-right: -10px;
}

/** contenu des portlets : pas de marge */
.portlet-content {
  padding: 0;
  margin: 0;
}

/**
* affichage des boutons d'administration des portlets si on est en controls visible
*/
.show-admin {
  display: none;
}
.show-admin menu {
  float: left;
  display: inline;
}

.controls-visible .show-admin {
  display: block;
}

/** 
* affichage de l'oeil en mode desktop pour gérer l'administration des portlets 
*/
.control-menu-icon.toggle-controls.visible-xs {
  display: block !important;
}

/**
* Fix pour la largeur de l'écran au niveau du layout 1 colonne
*/
.portlet-layout.row {
  margin: 0px;
  padding: 0px;
}

.col-md-12.portlet-column.portlet-column-only {
  margin: 0px;
  padding: 0px;
}

/** Gestion de la classe h4-title dans les sous pages */
.theme .h4-title {
  margin: 0 0 60px 80px;
  border-left: 1px solid #000;
  padding-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .theme .h4-title {
    margin: 40px 0px 40px 0px;
  }
}

/** print */
@media print {
  .no-print {
    display: none;
  }
  a[href]:after {
    display: none !important;
    /*         content: " (" attr(href) ")"; */
  }
  article {
    font-size: 90% !important;
    /*     	h1, h2, p, a { */
    /*     		font-size: 90% !important; */
    /*     	} */
  }
  .sous-page-content {
    font-size: 90% !important;
    margin-top: 20px !important;
    padding-bottom: 10px !important;
  }
  @page {
    width: 210mm;
  }
  body {
    font-size: 90% !important;
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  body .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
}
.theme h3.ui-accordion-header {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .theme input[type=button],
  .theme input[type=button]:hover,
  .theme input[type=button]:focus,
  .theme input[type=button]:active,
  .theme input[type=reset],
  .theme input[type=submit]:hover,
  .theme input[type=submit],
  .theme button,
  .theme button:active,
  .theme button:focus,
  .theme button:hover {
    height: auto;
  }
  .theme .plan-details .icon-chevron-right {
    display: none;
  }
}
/** 7.4 */
.portlet-borderless .portlet-content {
  padding: 0px;
  margin: 0px;
}

.header .input-group-item {
  display: block;
  margin: 0px;
  width: 100%;
  word-wrap: break-word;
}
.header .input-group-item .search-input {
  margin: 0px;
}
.header .input-group-item .search-input:hover {
  margin: 0px;
}

@media (min-width: 1200px) {
  .header .container, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl {
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .header .col-lg-5 {
    flex: initial;
    max-width: initial;
  }
  .header .col-lg-6 {
    flex: initial;
    max-width: initial;
  }
}
.main-navbar.navbar {
  padding: 0px;
}

.theme header.main-header {
  z-index: 100;
}

@media (min-width: 1200px) {
  .theme .container, .theme .container-sm, .theme .container-md, .theme .container-lg, .theme .container-xl {
    max-width: 1160px;
  }
}
.theme .panel {
  border-radius: 0px;
}

body {
  line-height: 22px;
}

.theme .row {
  display: block;
  flex-wrap: initial;
}

.theme .form-control {
  border-radius: 0px;
}

.portlet-search .input-group-inset-item.input-group-inset-item-after {
  border-radius: 0px;
  height: 45px;
}
.portlet-search .input-group-inset-item.input-group-inset-item-after button {
  background-color: transparent;
}
.portlet-search .input-group-inset-item.input-group-inset-item-after button svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

ul.navbar-nav {
  display: inherit;
}

.input-group-inset:disabled ~ .input-group-inset-item {
  background-color: transparent;
  padding-left: 10px;
  width: 30px;
}

@media (min-width: 992px) {
  .theme .hero.sous-page .col-md-offset-3, .theme .hero.souspage .col-md-offset-3 {
    margin-left: 25% !important;
  }
}
.theme #sticky-menu {
  inset: 0px auto auto 0px !important;
}

.theme .hero div.side-nav.side-nav-souspage {
  z-index: 99;
}

@media (min-width: 992px) {
  .theme .col-md-offset-1 {
    margin-left: 8.333333333% !important;
  }
  .theme .col-md-offset-2 {
    margin-left: 16.666666667% !important;
  }
  .theme .col-md-offset-3 {
    margin-left: 25% !important;
  }
  .theme .col-md-offset-4 {
    margin-left: 33.333333333% !important;
  }
  .theme .col-md-offset-5 {
    margin-left: 41.666666667% !important;
  }
  .theme .col-md-offset-6 {
    margin-left: 50% !important;
  }
  .theme .col-md-offset-7 {
    margin-left: 58.333333333% !important;
  }
  .theme .col-md-offset-8 {
    margin-left: 66.666666667% !important;
  }
  .theme .col-md-offset-9 {
    margin-left: 75% !important;
  }
  .theme .col-md-offset-10 {
    margin-left: 83.333333333% !important;
  }
  .theme .col-md-offset-11 {
    margin-left: 91.666666667% !important;
  }
  .theme .col-md-offset-12 {
    margin-left: 100% !important;
  }
}
.theme .accordion-type-site2 {
  border-color: white;
}
.theme .accordion-type-site2 h3 {
  background-color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  background-image: none;
  top: 25%;
}

.theme .breadcrumb > li + li:before {
  padding: 0px 2px;
}

.ja-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.ja-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme .navbar-right .dropdown-menu {
  min-width: 360px;
}

.theme .section-actualites .panel-body .panel .article-video {
  height: 290px;
}

.theme .section-actualites .panel-body .panel .divContent {
  padding: 10px 40px 40px;
  margin-bottom: 0;
}
.theme .section-actualites .panel-body .panel .divContent p {
  padding: 0px;
}

.theme .eciepp-contact input[type=text],
.theme .eciepp-contact input[type=text]:hover,
.theme .eciepp-contact input[type=text]:focus {
  width: 100%;
}
.theme .eciepp-contact textarea {
  height: 100px;
}

.email-confirm {
  display: none;
}

.white-bg {
  background-color: white;
}

.personne .col-md-2 {
  padding-left: 0px;
}

.mab-2px {
  margin-bottom: 2px !important;
}

body {
  color: #525252;
}

.section-lesplans .panel p {
  line-height: 19.25px;
}

.asset-full-content .component-title.h4 {
  display: none;
}
.asset-full-content .autofit-row.autofit-float.autofit-row-center.asset-details {
  display: none;
}

.scroll-header {
  z-index: 1;
}

.breadcrumb-wrapper .col-xs-12 {
  float: none;
}

.theme h1, .theme h2, .theme h3, .theme h4, .theme h5, .theme h6, .theme .h1, .theme .h2, .theme .h3, .theme .h4, .theme .h5, .theme .h6 {
  line-height: 1.1;
}

.language-entry-long-text {
  text-transform: capitalize;
}

.text-warning {
  color: #a94442 !important;
}

.theme select.form-control {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23495057' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  cursor: pointer;
  padding-right: 1.75rem;
  color: #495057;
}

.searchFormCiepp input.form-control,
.searchFormCiepp input[type=text]:hover,
.searchFormCiepp input[type=text]:focus,
.searchFormCiepp input[type=text]:active {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #525252;
  font-weight: bold;
  width: 232px;
  height: auto;
  padding: 14px 50px 13px 20px;
  display: inline-block;
  border: 1px solid #dadada;
  background: white;
  margin: 5px 0 5px 0;
  box-shadow: none;
}
.searchFormCiepp .logoSearch {
  margin-left: -40px;
  color: #212529;
  font-size: 20px;
}

.search-bar {
  margin-top: 50px;
}
.search-bar .search-bar-simple .input-group-item {
  display: inline-block;
  width: 100%;
}
.search-bar .search-bar-simple .input-group-item input[type=text],
.search-bar .search-bar-simple .input-group-item input[type=text]:hover,
.search-bar .search-bar-simple .input-group-item input[type=text]:focus,
.search-bar .search-bar-simple .input-group-item input[type=text]:active {
  border: 1px solid #dadada;
  height: 42px;
  width: 200px;
  font-size: 12px;
  background: white;
  margin: 5px 0 5px 0;
  border-right-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-bar .search-bar-simple .input-group-item .input-group-inset-item {
  display: inline-block;
  margin: 5px 0 5px -1px;
  height: 42px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.search-bar .search-bar-simple .input-group-item .input-group-inset-item .btn,
.search-bar .search-bar-simple .input-group-item .input-group-inset-item .btn-monospaced {
  display: inline-block;
  height: 39px;
  background-color: white;
  margin-top: 1px;
}
.search-bar .search-bar-simple .input-group-item .input-group-inset-item .btn .inline-item,
.search-bar .search-bar-simple .input-group-item .input-group-inset-item .btn-monospaced .inline-item {
  display: block;
  margin-top: 7px;
}
.search-bar .search-bar-simple .input-group-item .input-group-inset-item .btn .inline-item svg,
.search-bar .search-bar-simple .input-group-item .input-group-inset-item .btn-monospaced .inline-item svg {
  font-size: 20px;
}
.search-bar .search-bar-simple .input-group-inset:focus ~ .input-group-inset-item {
  border-color: #ced4da;
}

.portlet-search-results .sticker,
.portlet-search-results .list-group-subtext:first-child,
.portlet-search-results .search-document-tags {
  display: none;
}

@media (max-width: 767px) {
  .search-bar .search-bar-simple .input-group-item input[type=text] {
    min-width: 150px;
  }
}
.theme .main-header .main-navbar-mobile .dropdown-menu {
  min-width: 100%;
}

.theme .main-header .navbar-nav li.nav-item {
  display: list-item;
}

@media (min-width: 768px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    display: block;
    width: 100%;
    flex: none;
    max-width: 100%;
  }
}
.main-navbar-mobile.navbar {
  padding: 0px;
}

@media (max-width: 767px) {
  .theme .section-plans-detail .panel-body table.mobile-table .icon-column {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .section-bandeau.stopper .color-invert h2.large {
    margin-top: 45px;
  }
}
.dropdown-menu.mobile-menu .sub-menu .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
}

.job-critera {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 600px) {
  .job-critera {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
  }
}
@media (max-width: 599px) {
  .job-critera > *:first-child {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.job-critera--height {
  height: 100%;
}

.job-critera--blue {
  background: #EBF8F9;
}

.tile__job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D7DCE0;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

@media (min-width: 900px) {
  .tile__job {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
  }
}
.tile__job:hover {
  background: #F5F7F8;
}

.tile__job:hover .tile__job__arrow {
  -webkit-animation-name: t2;
  animation-name: t2;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.tile__job__left, .tile__job__right {
  position: relative;
}

@media (min-width: 900px) {
  .tile__job__left, .tile__job__right {
    width: 50%;
  }
}
.tile__job__left > *, .tile__job__right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tile__job__entity {
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 0 8px 0 0;
  color: #232728;
}

.tile__job__title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #3978b5;
  margin: 4px 0 24px;
}

@media (min-width: 900px) {
  .tile__job__title {
    margin: 4px 0 0;
  }
}
.tile__job__contract, .tile__job__starting {
  color: #232728;
  font-weight: 600;
  font-size: 0.8125rem;
  margin: 4px 0;
}

.tile__job__contract > span, .tile__job__starting > span {
  color: #3978b5;
  margin: 0 8px 0 0;
}

.tile__job__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: #232728;
}

.tile__job + .tile__job {
  margin-top: 16px;
}

.tile__job__left .tag {
  display: inline-block;
  line-height: 1.5;
  padding: 0 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  background: #3978b5;
  border-radius: 4px;
}

.theme a.tile__job:hover {
  text-decoration: none;
}

@media (max-width: 599px) {
  .theme .job-critera > *:first-child {
    flex-shrink: 1;
  }
}
.section--gray {
  background: #F5F7F8;
}

.section--white {
  background: #FFFFFF;
}

.section--dark-blue {
  background: #0C5C6F;
}

.section--medium-blue {
  background: #007E8F;
}

.section--lighter-blue {
  background: #EBF8F9;
}

.section--drop-shadow {
  -webkit-box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.08);
  box-shadow: 0px 8px 40px rgba(35, 39, 40, 0.08);
}

.title--h5--variant {
  display: inline-block;
  font-weight: 600;
  font-size: 0.9375rem;
}

.theme .offre-emploi-form input[type=text],
.theme .offre-emploi-form input[type=file] {
  width: 100%;
  margin-top: 0px;
}
.theme .offre-emploi-form select {
  margin-top: 0px;
  height: 32px;
}
.theme .offre-emploi-form label {
  max-height: 25px;
  height: 25px;
}

@media (max-width: 992px) {
  .section-actualites .content-text .article-image.video {
    height: auto !important;
  }
  .section-actualites .content-text .date-publication {
    margin-top: 0px !important;
  }
}
.theme .main-header .btn-services {
  width: 212px;
}
.theme .main-header .col-xs-6.col-lg-6.pull-right.text-center {
  padding: 0px;
  width: 654px;
}

@media (max-width: 767px) {
  .theme .main-header .btn-services {
    width: 162px;
  }
  .theme .main-header .col-xs-6.col-lg-6.pull-right.text-center {
    padding: 0px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .theme .section-magazine .row .download-magazine {
    position: relative;
    width: 75%;
    left: 15px;
  }
}
.theme ul.pagination {
  min-width: 120px;
}

@media (max-width: 767px) {
  .theme .pre-footer .nav > li {
    display: inline-block;
  }
}
.theme .section-actualites .panel-body .panel .text {
  padding-left: 40px;
  padding-right: 40px;
}
.theme .section-actualites .panel-body .panel .text p {
  padding: 0px;
}

/** clay fix */
.search-bar-suggestions .input-group-item {
  display: block;
  flex-grow: initial;
  flex-wrap: nowrap;
  margin-left: initial;
  width: 300px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  height: 40px;
  overflow: hidden;
  margin-top: 40px;
}
.search-bar-suggestions .input-group-item .input-group {
  display: flex;
}
.search-bar-suggestions .input-group-item .input-group input {
  margin-top: 0px;
  height: 40px;
}
.search-bar-suggestions .input-group-item .input-group input:hover {
  margin-top: 0px;
  margin-bottom: 0px;
}
.search-bar-suggestions .input-group-item .input-group button {
  background: none;
}

.rb__list {
  display: inline-block;
}
.rb__list .rb__items {
  list-style-type: none;
}
.rb__list .rb__items li {
  display: inline-block;
}
.rb__list .rb__items li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #4485c4;
  border-radius: 100%;
  font-size: 24px;
  line-height: 1;
  color: #4485c4;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.rb__list .rb__items li a:hover {
  color: #525252;
  border-color: #525252;
  text-decoration: none;
}

a.twitterx {
  background-image: url(../img/twitterx.svg) !important;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

a.twitterx:hover,
a.titretwitterx {
  background-image: url(../img/twitterx-hover.svg) !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}