.form-control.selectize-control {
  min-width: 200px;
}

#search_result h3 {
  margin-top: 0;
  cursor: pointer;
}

dt.redaction_note {
  display: none;
}

.myroomparent {
  padding: 0;
}

.myroomparent li {
  list-style: none;
  padding: 0;
}

.myroomparent ul {
  list-style: none;
  padding: 0;
  padding-left: 25px;
}

ul.myroomparent > li > div {
  padding-top: 10px;
  font-size: 20px;
}

ul.myroomparent > li > ul > li > div {
  padding-top: 8px;
  font-size: 18px;
}

ul.myroomparent > li > ul > li > ul > li > div {
  padding-top: 6px;
  font-size: 16px;
}

ul.myroomparent > li > ul > li > ul > li > ul > li > div {
  padding-top: 4px;
  font-size: 14px;
}

.myroomparent li a {
  font-size: 12px;
}

.myroomparent li a::before {
  content: "\002022\0000a0";
}

.navbar2-text {
  margin-top: -45px;
  margin-right: 1px;
}

/*
Bootstrap dialog override
*/

.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}

.modal-header {
  background: #f1f1f1;
}

.modal-content {
  border-radius: 0;
}

.modal-footer {
  background: #f1f1f1;
  padding: 0;
}

/*
.modal-footer .btn {
    padding: 14px;
    background-color: transparent;
    border: none;
    border-left: 1px solid #C0C0C0;
    border-radius: 0;
    color: #000;
    min-width: 94px;
}
*/

.modal-footer .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.modal-footer .btn + .btn {
  margin: 0;
}

.modal.msg-popup {
  top: auto;
}

.modal.msg-popup .modal-dialog {
  width: 300px !important;
  margin: 30px auto 60px;
}

.modal.msg-popup .modal-body {
  background-color: #000;
  color: #fff;
}

.modal-body {
  /* max-height: 300px; */
  overflow: auto;
}

.modal.msg-popup .modal-content {
  border: none;
}

.modal.msg-popup .modal-close-btn {
  position: absolute;
  top: 4px;
  right: 0;
  color: #999;
  cursor: pointer;
  padding: 12px;
}

/*.modal-sm .btn {
width: 49%;
}*/

.modal-backdrop.in {
  display: none;
}

/* spinner */

.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
  -webkit-animation: glyphicon-spin-l 1s infinite linear;
  animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
  -webkit-animation: glyphicon-spin-l 2s infinite linear;
  animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
  -webkit-animation: glyphicon-spin-l 3s infinite linear;
  animation: glyphicon-spin-l 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-right: 7px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/* time lime */

.message-item {
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
}

.message-item .message-inner {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.message-item .message-inner:before {
  border-right: 10px solid #ddd;
  border-style: solid;
  border-width: 10px;
  color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -20px;
  top: 6px;
  width: 0;
}

.message-item .message-inner:after {
  border-right: 10px solid #fff;
  border-style: solid;
  border-width: 10px;
  color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -18px;
  top: 6px;
  width: 0;
}

.message-item:before {
  background: #fff;
  border-radius: 2px;
  bottom: -30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  width: 3px;
}

.message-item:after {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  height: 15px;
  left: -36px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/*
.message-item .message-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
*/

.message-item .message-head .avatar {
  margin-right: 20px;
}

.message-item .message-head .user-detail {
  overflow: hidden;
}

.message-item .message-head .user-detail h5 {
  font-size: 16px;
  margin: 0;
}

.message-item .message-head .post-meta {
  float: left;
  padding: 0 15px 0 0;
}

.message-item .message-head .post-meta > div {
  color: #333;
  font-weight: bold;
  text-align: right;
}

.post-meta > div {
  color: #777;
  font-size: 12px;
  line-height: 22px;
}

.message-item .message-head .post-meta > div {
  color: #333;
  font-weight: bold;
  text-align: right;
}

.post-meta > div {
  color: #777;
  font-size: 12px;
  line-height: 22px;
}

.avatar img {
  min-height: 40px;
  max-height: 40px;
}

.jumbotron {
  background: center no-repeat url("/img/banner.png");
  background-size: cover;
  color: white !important;
  margin: 0px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.jumbotron a {
  color: white !important;
}

/* Wizard */

/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Basic CSS */

.sw-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0.25rem !important;
}

.sw-main .sw-container {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.sw-main .step-content {
  display: none;
  position: relative;
  margin: 0;
}

.sw-main .sw-toolbar {
  margin-left: 0;
}

/* Common Loader */

.sw-loading::after {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  z-index: 2;
}

.sw-loading::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* SmartWizard Theme: Arrows */

.sw-theme-arrows {
  border-radius: 5px;
  border: 1px solid #ddd;
}

.sw-theme-arrows > .sw-container {
  min-height: 200px;
}

.sw-theme-arrows .step-content {
  padding: 0 10px;
  border: 0px solid #d4d4d4;
  background-color: #fff;
  text-align: left;
}

.sw-theme-arrows .sw-toolbar {
  padding: 10px;
  margin-bottom: 0 !important;
}

.sw-theme-arrows > ul.step-anchor {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 0px;
  background: #f5f5f5;
  border-radius: 0;
  border-top-right-radius: 5px;
  list-style: none;
  overflow: hidden;
}

.sw-theme-arrows > ul.step-anchor li + li:before {
  padding: 0;
}

.sw-theme-arrows > ul.step-anchor > li > a,
.sw-theme-arrows > ul.step-anchor > li > a:hover {
  color: #bbb;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  border: 0 !important;
  border-radius: 0;
  outline-style: none;
  background: #f5f5f5;
}

.sw-theme-arrows > ul.step-anchor > li > a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f5f5f5;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.sw-theme-arrows > ul.step-anchor > li > a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.sw-theme-arrows > ul.step-anchor > li:first-child > a {
  padding-left: 15px;
}

.sw-theme-arrows > ul.step-anchor > li > a:hover {
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
  border-left-color: #f5f5f5;
}

.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
  color: #4285f4 !important;
  background: #46b8da !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
  border-color: #709f2b !important;
  color: #fff !important;
  background: #709f2b !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a:after {
  border-left: 30px solid #709f2b !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
  border-color: #b1dfbb !important;
  /*  #709f2b */
  color: #fff !important;
  background: #b1dfbb !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a:after {
  border-left: 30px solid #b1dfbb;
  /* c3e6cb */
}

.sw-theme-arrows > ul.step-anchor > li.danger > a {
  border-color: #d9534f !important;
  color: #fff !important;
  background: #d9534f !important;
}

.sw-theme-arrows > ul.step-anchor > li.danger > a:after {
  border-left: 30px solid #d9534f !important;
}

.sw-theme-arrows > ul.step-anchor > li.disabled > a,
.sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
  color: #eee !important;
}

/* Responsive CSS */

@media screen and (max-width: 768px) {
  .sw-theme-arrows > ul.step-anchor {
    border: 0;
    background: #ddd !important;
  }

  .sw-theme-arrows > .nav-tabs > li {
    float: none !important;
    margin-bottom: 0;
  }

  .sw-theme-arrows > ul.step-anchor > li > a,
  .sw-theme-arrows > ul.step-anchor > li > a:hover {
    padding-left: 15px;
    margin-right: 0;
    margin-bottom: 1px;
  }

  .sw-theme-arrows > ul.step-anchor > li > a:after,
  .sw-theme-arrows > ul.step-anchor > li > a:before {
    display: none;
  }
}

/* Loader Custom Style */

.sw-theme-arrows::before {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #709f2b;
}

.icon-share {
  color: #aaa;
}

.icon-right {
  float: right;
}

h2 {
  color: #2a3650 !important;
}

.head-title {
  color: #fff !important;
}

.pub {
  /*height: 15px;*/
  width: 100%;
  margin: auto;
  /*  text-align: center;
  overflow: hidden;
  */
}
#pub_hide_message {
  text-align: center;
  font-style: italic;
  color: #777;
}
/*
.pub_transition {
  transition: width 3s, height 3s ease 0.15s;
}
  */

#FilterBar {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.caption-btn {
  position: relative;
  top: 80px;
  left: 75%;
}

.hover-button-container {
  position: relative;
}

.hover-button-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

.hover-button-container:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.hover-button-container .button_bar_popover {
  display: none;
  position: absolute;
  top: 5px;
  left: 95%;
}

.hover-button-container:hover .button_bar_popover {
  opacity: 1;
  display: block;
  background-color: rgba(255, 255, 255);
}

.hover-button-container .button_bar_popover .popover-content {
  width: 220px;
  font-size: 11px;
  padding: 3px;
  padding-left: 9px;
}

.hover-button-container .button_bar {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
}

.hover-button-container .button_bar a {
  padding-left: 10px;
}

.hover-button-container:hover .button_bar {
  opacity: 1;
  background-color: rgba(255, 255, 255);
}

/* mark chronos search */
mark {
  background: yellow !important;
}

mark.current {
  background: orange !important;
}

.affix {
  top: 0;
  z-index: 1000;
  width: 100%;
}

.sticky .container {
  padding-left: 0;
  padding-right: 0px;
}

.affix.sticky .container {
  padding-left: 0;
  padding-right: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  .sticky .container {
    padding-right: 30px;
  }

  .affix.sticky .container {
    padding-left: 0;
    padding-right: 30px;
  }
}

.toc a {
  color: #333;
  text-decoration: none;
}

.toc ul li a:hover {
  border-left: 1px solid #23527c;
}

.toc ul li a {
  padding-left: 1em;
  text-indent: -0.5em;
  border-left: 1px solid #c8c8c8;
  display: block;
}

.toc {
  padding: 0;
  font-size: 120%;
}

.toc > ul {
  padding: 0.5em;
}

.toc > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.toc ul {
  font-size: 90%;
}

.toc ul ul {
  padding-left: 1.5em;
}

.toc li {
  list-style: none;
}

/* sidebar */
.bs-docs-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav > li > a {
  color: #999;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
}

/* active & hover links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #563d7c;
}

/* all active links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  font-weight: 700;
}

/* nested active links */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
  display: none;
}

/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
  display: block;
}

#module_chronos blockquote {
  padding: 0px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;

  border-left: none;
}

#module_chronos .essence > blockquote {
  padding: 0px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;

  border-left: none;
}

#module_chronos .essence > blockquote > blockquote {
  padding: 0px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;

  border-left: none;
}

.deletion {
  background-color: #ffeef0;
  background-image: url(/images/minus-4-16.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position-x: 4px;
  background-position-y: 4px;
}

.addition {
  background-color: #e6ffec;
  background-image: url(/images/plus-4-16.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position-x: 4px;
  background-position-y: 4px;
}

.chronos-text h1 {
  font-size: 26px;
}

.chronos-text h2 {
  font-size: 22px;
}

.chronos-text h3 {
  font-size: 18px;
}

.chronos-text h4 {
  font-size: 16px;
}

/* Style du menu des suggestions */
.tt-menu,
.typeahead.dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 2px;
  min-width: 100%;
  padding: 5px 0;
  z-index: 1051;
  /* Compatibilité Bootstrap modal */
}

/* Style d'une suggestion (item) */
.tt-suggestion,
.typeahead .dropdown-menu > li > a {
  color: #333;
  cursor: pointer;
  padding: 8px 20px;
  white-space: nowrap;
  transition: background 0.2s;
}

/* Hover et sélection */
.tt-suggestion:hover,
.tt-suggestion.tt-cursor,
.typeahead .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #262626;
}

/* Séparation entre suggestions */
.tt-suggestion:not(:last-child),
.typeahead .dropdown-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #ececec;
}

/* Style input lors de la recherche */
.typeahead,
.tt-input {
  background-color: #fff !important;
  color: #555;
  border-radius: 4px;
}

.tt-hint {
  color: #999;
}

/* Facultatif : style pour un container si utilisé */
.tt-dropdown-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
}

/* Optimisations responsives */
@media (max-width: 480px) {
  .tt-menu {
    min-width: 100px;
  }

  .tt-suggestion {
    padding: 7px 10px;
  }
}
