#RVM-recherche-input::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

.iFrameCatalogageFast{

    width: 100%;
    /*min-height: 100px;*/
    border: none;
    height: auto;
}

.glyphicon-edit, .glyphicon-trash, .glyphicon-lock, .glyphicon-eye-open,  .glyphicon-refresh {
  /*color: #3DB39E;*/
  color: #ee5b58;
  font-size: 16pt;
  border: none;
  background-color: white;
}

#indexDropDownMenu {
    padding: 15px;
    cursor: default;
    position: absolute;
    top: 85%;
    border: 1px solid #d1cec6;
    width: 100%;
    min-width: 300px;
    display: none;
    opacity: 0;
    z-index: 9;
    background-color: #FFF;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
}

#divIndexRVMFAST {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

span.newbtn {
      text-decoration: none !important;
      cursor: pointer !important;
      box-shadow: none !important;
      color: #333 !important;
      border: 1px solid #cccbc5 !important;
      padding: 4px 12px !important;
      display: inline-block !important;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
      border-radius: 4px !important;
      font-size: 14px !important;
      line-height: 20px !important;
      -webkit-appearance: initial !important;
      background-color: white;
}

span.newbtn:hover {
      border: 1px solid #abaaa2 !important;
}

span.newbtnDisable {

      cursor: default !important;
      background-color: #ededed !important;
     }


#barrePaginationSimple {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 310px;
    margin: 0px auto;
}

#resultats-nb {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 310px;
    margin: 0px auto;
    text-align: center;
    color: #41403c;
    font-size: 16px;
    font-weight: bolder;
    /* margin-top: 50px; */
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
    text-transform: none;
}

div[id^='Thesaurus-'] > ul > li {
    font-weight: bold;
    padding: 0 0 0 20px;
    background: url(../images/icones/rvm-fiche-thesaurus-bullet-noir.png) 7px 3px no-repeat;
    color: #ee5b58;
    font-size: 16px;
    list-style-type: none;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.listeTermes li {
    text-align: left;
    list-style-type: none;
    font-size: 16px;
    color: #41403c;
    padding: 0 0 5px 0;
    font-weight: normal;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

div[id^='Thesaurus-'] a, div[id^='Thesaurus-'] a:not([href]):not([tabindex]) {
    color: #41403c;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
}

.rvm-fiche-revision{
    text-align: left;
    font-size: 16px;
    padding: 0 0 5px 0;
    font-family: "Source Sans Pro", Helvetica, sans-serif !important;
}

.nofile{
  font-size:14px;
  color:#ee5b58;
  font-style: italic;
}

#noticesHisto thead {
  display: block;
}

#noticesHisto tbody {
  display: block;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#noticesHisto td, #noticesHisto th {
  padding-right: 15px;
}
