@charset "UTF-8";
#am-barre-tache .dropup {
  position: relative;
  overflow: visible;
  width: 3rem;
  flex: none; }
  #am-barre-tache .dropup .dropdown-toggle {
    padding: 0; }
  #am-barre-tache .dropup .dropdown-toggle::after {
    display: none; }

#am-barre-tache .dropdown-toggle {
  width: 100%;
  padding: 0;
  height: 3rem;
  border: 0;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }
  #am-barre-tache .dropdown-toggle:after {
    display: none; }

#am-barre-tache .open .dropdown-menu,
#am-barre-tache .show .dropdown-menu {
  display: block; }

#am-barre-tache .open > .dropdown-toggle,
#am-barre-tache .show > .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #97b4c3; }
  #am-barre-tache .open > .dropdown-toggle .am-icon:before,
  #am-barre-tache .show > .dropdown-toggle .am-icon:before {
    content: ""; }

#am-barre-tache .dropdown-menu {
  left: inherit;
  right: 0;
  max-height: 50vh;
  overflow-y: auto;
  padding: 0;
  margin-bottom: 5px;
  background: #b7cbd6;
  background: transparent;
  border: none; }
  #am-barre-tache .dropdown-menu li {
    margin: 0;
    width: 15rem;
    max-width: inherit; }
    #am-barre-tache .dropdown-menu li + li {
      border-top: 1px solid #adacac; }
  #am-barre-tache .dropdown-menu .btn {
    min-height: 3rem; }
  #am-barre-tache .dropdown-menu .btn,
  #am-barre-tache .dropdown-menu .progress {
    border-radius: 0; }
