@media screen {
  body {
   font-family: Ubuntu, "Open Sans", sans-serif !important;
  }

  .ice_avert {
    display: none;
  }
}

@media print {
  body {
   font-family: Verdana, Garamond, Georgia, serif;
  }

  @page {
    size: A4;
    margin: 20pt;
  }

  .credits {
    display: none;
  }

  .ice_avert {
    display: block;
  }
}

body {
  line-height: 20px;
  font-size: 15px;
  background-color: #FFFFFF;
}

.ice_printArea {
  font-size: 12pt;
  text-align: justify;
  padding : 10mm;
  width: 250mm;
}

.ice_printArea .ice_trancription {
  margin-left: 10mm;
}


.titre_principal
{
    letter-spacing: 1px;
    line-height: 25pt;
    font-size: 25pt;
    font-weight: 400;
    color: rgb(175,125,76);
    font-family: "Alegreya","arial";
    text-shadow: 4px 4px 4px #E9DFCE;
    padding-top: 30px;
}
.sous_titre {
    line-height: 20pt;
    font-size: 20pt;
}

.menu_principal {
    float: left;
    font-family: Alegreya;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;

    padding-top : 12px;
}

.menu_item {
    display: inline-block;
    color : rgb(49,107,49);
    margin-right: 10px;
    padding: 3px 10px 3px 10px;
    border-radius : 5px;
    border: solid 1px #EEE;
    background-color: #FAFAFA;
    cursor: pointer;
}
.menu_item:hover {
  background-color: rgba(230, 230, 230, 0.3);
  border-color: rgba(133, 38, 30, 0.33);
}

.docmenu_item {
  font-size: 13px;
  color: rgb(133, 38, 30);
  padding: 1px;
  text-decoration: none;
  font-weight: bold;
  background-Color: rgba(236, 236, 236, 0.5);
  letter-spacing: 1px;
  border: solid 1px transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}
.docmenu_item:hover {
  background-color: rgba(230, 230, 230, 0.3);
  border-color: rgba(133, 38, 30, 0.33);
}


.docmenu_item_green {
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-color: rgb(49,107,49,0.8);
  letter-spacing: 1px;
  border: solid 1px transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
}
.docmenu_item_green:hover {
  background-color: rgba(49,107,49,0.9);
  border-color: rgba(49,107,49, 0.33);
  font-weight: bold;
}

.docmenu_item_special {
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-color: rgb(133,38,30,0.7);
  letter-spacing: 1px;
  border: solid 1px transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
}
.docmenu_item_special:hover {
  background-color: rgba(133,38,30,0.9);
  border-color: rgba(133,38,30,0.33);
  font-weight: bold;
}

.docmenu_item_brown {
  font-size: 14px;
  color: rgb(175,125,76);
  text-decoration: none;
  background-Color: rgba(175,125,76,0.1);
  letter-spacing: 1px;
  border: solid 1px transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
}
.docmenu_item_brown:hover {
  background-color: rgba(175,125,76,0.33);
  font-weight: bold;
  border-color: rgb(175,125,76);
}

.doc_explainer {
  font-size: 11px;
}

.volumeSpine{
  display: table-cell;
  border: solid 1px transparent;
  vertical-align: bottom;
  text-align: center;
  cursor: pointer;
}

.volumeChip {
  border: solid 1px #f1f1f1;
  border-bottom: none;
  background-color: rgba(253, 253, 253, 0.40);
  border-radius: 8px 8px 0 0;
  margin: 1px;
  line-height: 12px;
}

.volumeChip .glyphicon {
  opacity: 0.65;
}

.volumeSpine:hover .volumeChip{
  -webkit-transition: color 1s ease;
  transition: background-color 1s ease, border-color 1s ease;

  border-width: 2px;
  border-color: rgba(175,125,76, 0.8);
  background-color: rgba(253, 253, 253, 0.85);
  padding: 2px 0 24px 0;
  line-height: 22px;
}
.volumeSpine:hover .volumeChip .glyphicon {
  opacity: 1;
}

.volumePad {
  display: inline-block;
  font-size: 11px;
  color : #85261e;
  background-color: #fbefc9;
  min-width: 50px;
  margin: 1px;
  padding: 1px;
  border : solid 1px #d6d2c8;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 2s;
}
.volumePad:hover {
  color: #bf3327;
  background-color: #aae0bb;
  border-color: #ef2413;
}

.textedosPad {
  color: #4b9662;
  font-size: smaller;
}
.volumePad:hover .textedosPad {
  color: #b9911b;
}

.qexplication {
  padding: 3px 8px 3px 8px;
  border-radius : 13px;
  background-color: rgba(250,250,250,.9);
  border: solid 1px rgba(250,250,250,.9);

  letter-spacing: 1px;
  font-size: 13px;
  color: #ab813b;
  cursor: help;
}

.qexplication:hover  {
  border: solid 1px #48BFEA;
  background-color: #FFF;
}

.ice_alaune .carousel-inner {
  height: inherit;
}

@keyframes animBorderTour {
  from {
    box-shadow: rgba(175,125,76, 0.2) 0px 0px 10px 10px;
    border: 1px solid transparent;
    background-color: rgba(230,230,230,.8);
  }

  30%{
    box-shadow: #FFF 0px 0px 0px 0px;
    border: 1px solid rgba(175,125,76, 0.8);
    background-color: #FFF;
  }

  to {
    box-shadow: rgba(175,125,76, 0.2) 0px 0px 10px 10px;
    border: 1px solid transparent;
    background-color: rgba(230,230,230,.8);
  }
}

.ice_tourInvite {
  transition: background-color 0.3s;
  animation: 4s animBorderTour infinite;
}

@keyframes animBackgroundTour {
  from {
    box-shadow: rgba(175,125,76, 0.2) 0px 0px 5px 5px;
    background-color: rgba(230,230,230,.8);
  }

  50%{
    box-shadow: #FFF 0px 0px 0px 0px;
    background-color: #FFF;
  }

  to {
    box-shadow: rgba(175,125,76, 0.2) 0px 0px 5px 5px;
    background-color: rgba(230,230,230,.8);
  }
}

.ice_tourCommandMain {
  animation: 2s animBackgroundTour infinite;
}

.ice_tourCommandMain:hover {
  animation: none;
}

.ice_tourCommand {
  font-size: 16px;
  color: rgb(175, 125, 76);
  padding: 5px;
  background-color: #FFF;
  border: 1px solid rgba(175,125,76, 0.4);
  margin-left: 2px;
  margin-top: 5px;
  cursor: pointer;
}
.ice_tourCommand:hover {
  background-color: #DEDEDE;
  border-color: rgba(175,125,76);
}
.ice_tourCommands {
  border: 1px solid transparent;
  padding: 6px 2px;
}
.ice_tourCommands:hover {
/*  animation: 2s animBorderTour infinite; */
}

.ItemBarreNavigation {
  display: inline-block;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}

.ItemBarreNavigation:hover {
  color: #bf3327;
  background-color: #fbefee;
}

.credits {
    line-height: 18px;
    font-size: 13px;
    font-family: "Alegreya","arial";
    color: rgb(175,125,76);
    background-color: #FFF;
}
.credits_item {
  background-color: #FAFAFA;
  padding-left: 4px;
  padding-right: 4px;
}

.enccre-mainmodal {
  min-width: 600px !important;
  max-width: 50vw !important;
  width: 50vw !important;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}

.ice_modal {
  min-width: 50vw !important;
  max-width: 50vw !important;
  width: 50vw !important;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog {
  max-width: none !important;
}

.enccre-tdm-modal {
  width: 90vw;
  overflow-x: hidden;
}


.indexparagraphe {
    display: none;

    font-size: 10px;
    color: #44a592;

    position: absolute;
    left: -50px;
    text-indent: 0; /* reset text-indent of "".ice_texteedition p" */
    min-width : 40px; /* use all margin space*/
    max-width : 40px;
    text-align: right;
    padding-right: 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexparagraphe[data-hl=true] {
    display : inline;
}

.marquesautpage {
    font-size: 10px;
    color: orangered;

    position: absolute;
    left: -60px;
    text-indent: 0; /* reset text-indent of "".ice_texteedition p" */
    min-width : 40px; /* use all margin space*/
    max-width : 40px;
    text-align: left;
    padding-left: 1px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.marquesautpage::before {
    content: attr(data-label);
}

.rappelsautpage {
    color: orangered;
    font-size: large;
}
.rappelsautpage[data-wordbreak=false]::before {
    content: "\00A0" attr(data-indicateur);
}
.rappelsautpage::before {
    content: attr(data-indicateur);
}
.rappelsautpage[data-wordbreak=false]::after {
    content: "\00A0";
}

.rappelsautcolonne[data-hl=true] {
    color: #FF2020;
    font-size: large;
}
.rappelsautcolonne[data-hl=true][data-wordbreak=false]::before {
    content: "\00A0" attr(data-indicateur);
}
.rappelsautcolonne[data-hl=true]::before {
    content: attr(data-indicateur);
}
.rappelsautcolonne[data-wordbreak=false]::after {
    content: "\00A0";
}

.marqueerrata::before {
    content: "Errata" ;
}
.marqueerrata {
    font-size: 11px;
    color: olive;

    position: absolute;
    left: -50px;
    text-indent: 0; /* reset text-indent of "".ice_texteedition p" */
    min-width : 40px; /* use all margin space*/
    max-width : 40px;
    text-align: left;
    padding-left: 2px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    cursor: pointer;
}
.marqueerrata:hover {
    background-color: #FFF;
}


.appelnotebasdepage, .label_notebasdepage {
  color: black;
  font-style: italic;
  font-weight: bold;
}
.note_en_bas {
}

.ice_ficheidentite table {
  border-collapse: collapse;
  color : #777;
}
.ice_ficheidentite td {
  vertical-align: baseline;
  padding: 1px 4px 1px 4px;
  border: 1px solid silver;
}
.ice_ficheidentite tr[data-categorie] {
  cursor: pointer;
}

.ice_formOpt {
  display: inline-block;
  min-width: 150px;
  padding: 0 4px;
}

.ice_formOptGrp {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 6px 12px;
  height: 100%;
}

.form_dom_inactive::before {
  content: "Ces filtres ne sont pas actifs lorsque la recherche n'est pas faite sur les articles ou les planches.";
  color: red;
  font-size: 10pt;
}

.form_contrib_inactive::before {
  content: "Ces filtres ne sont pas actifs lorsque la recherche n'est pas faite sur les articles.";
  color: red;
  font-size: 10pt;
}

hr.LiseretCentre {
  border-top: 1px solid #dcdcdc;
  text-align: center;
  background: #FFF;
}
hr.LiseretCentre:after {
  content: attr(data-content);
  display: inline-block;
  position: relative;
  top: -13px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 2px 6px;
  color: #8c8b8b;
  font-size: 13px;
}

.matchingterm {
  background-color: #e5fffb;
  border-radius: 3px;
  -moz-box-shadow: 0 0 9px #aed3f3;
  -webkit-box-shadow: 0 0 9px #aed3f3;
  box-shadow: 0 0 9px #aed3f3;
}

.inline-form div.form-group {
  display : inline-block;
}

.resultset-item {
  display: inline-block;
  vertical-align: top;
  overflow-x : hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  padding: 3px 6px 3px 3px;
  border : solid 1px #DEDEDE;
  background-color : #FFF;
}

.resultset-item a {
  color : #000 !important;
}

.resultset-snippet a {
  color : #000 !important;
}

.ice_tabMat td {
  border-width: 0;
  padding: 4px 0;
  overflow: hidden;
}
.ice_tabMat td.toggleView {
  width: 26px;
  font-size: 12px;
  color: #888888;
  text-align: center;
}
.ice_tabMat td.goPageSection {
  width: 26px;
  font-size: 12px;
  color: #888888;
  cursor: pointer;
  text-align: right;
}
.ice_tabMat td.goPageEntree {
  width: 115px;
  font-size: 12px;
  color: #888888;
  text-align: right;
}
.ice_tabMat .pageRange {
  cursor: pointer;
  padding: 1px 2px;
  border-width: 1px;
  border-style: solid;
  border-color : transparent;
}
.ice_tabMat .pageRange:hover {
  border-color: #C7F1FF;
}
.ice_tabMatArt tr:nth-child(even) {
  background-color: #FFF9E6;
}
.ice_tabMatArt .itemEntree {
  background-color: #FFF;
  cursor: pointer;
  padding: 1px 2px;
  border: solid 1px #FFF;
}
.ice_tabMatArt .itemEntree:hover {
  border-color: #C7F1FF;
}
.ice_tabMatArt .goArticle {
  width: 36px;
  font-size: 12px;
  color: #888888;
  text-align: center;
}

.ice_tabMatPl tr:nth-child(odd) {
  background-color: #fdfaf1;
}
.ice_tabMatPl tr:nth-child(even) {
  background-color: #FFF9E6;
}

.ice_tabMatPl .plancheNum {
  text-align: left;
}

.ice_tabMatVolume div {
  padding-left: 1em;
  text-indent: -1em;
}

.ice_activeVolumeItem {
  background-color: #2e6da4;
  color: #FFF;
}
.ice_volumeItem {
  cursor: pointer;
}
.ice_volumeItem:hover {
  background-color: #C7F1FF;
}

.ice_tabContrib td {
  padding: 0;
}

.ice_tabContrib td > div {
  text-indent:-10px;
  margin-left: 10px;
}

.ice_tabContrib tr:nth-child(even) {
  background-color: #F4FBFF;
}

.ice_tabContrib tr {
  border: 1px solid #FFF;
  cursor: pointer;
}
.ice_tabContrib tr:hover {
  background-color: #C7F1FF;
}

.ice_tabDomaine tr:nth-child(even) {
  background-color: #F4FBFF;
}

.ice_tabDomaine tr {
  border: 1px solid #FFF;
}
.ice_tabDomaine tr:hover {
  background-color: #C7F1FF;
}

.ice_tabStudy tr:nth-child(odd) {
  background-color: #F4FBFF;
}
.ice_tabStudy tr {
  border-bottom: 1px solid #dadada;
}
.ice_tabStudy tr:hover {
  background-color: #C7F1FF;
}


.anchor_note{
  color : transparent;
}
.anchor_note[data-type='start']::before {
    content: "\200B";
}
.anchor_note[data-type='end']::before {
    content: "\200B";
}
.anchor_planche_div{
  color : transparent;
}
.anchor_planche_div[data-type='start']::before {
    content: "\200B";
}
.anchor_planche_div[data-type='end']::before {
    content: "\200B";
}

.rappelannotation {
  font-size: 10px;
}
.rappelannotation::before {
  display: none;
  content: attr(data-indicateur);
}

.ice_printArea h1.titresection {
  font-size: 17pt;
  text-align: left;
  color: #CD853F;
  font-weight: bold;
  padding-top: 2mm;
}

.ice_printArea .rappelannotation {
  color: #000 !important;
  border: solid 1px #F00;
  border-radius: 12mm;
  padding: 0.6mm;
  font-weight: bold;
  background-color: #FFF;
}
.ice_printArea .rappelannotation::before {
  display: inline;
}

.ice_printArea .note_collapsible {
  display: none;
}

.ice_printArea .note_collapsiblecontent {
  display: block;
}

.marqueannotation {
  opacity: 0.70;
  font-size: 14px;

  position: absolute;
  right: -60px; /*border size + padding + margin  */
  text-indent: 0; /* reset text-indent of "".ice_texteedition p" */
  min-width : 30px; /* use all margin space*/
  max-width : 30px;
  text-align: left;
  padding-left: 0px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  cursor: pointer;
}

.marqueannotation .glyphicon-comment {
  font-size: 12px;
}

.marqueannotation .glyphicon-pencil {
  font-size: 12px;
}


.ice_printArea .ice_texteedition .marqueannotation {
  display: none;
}

.MathJax {
  padding-left: 2px;
  padding-right: 2px;
}

.enccre-mainmodal .btn-primary, .ice_modal .btn-primary {
  background-image: none;
  background-color: rgb(175,125,76);
  text-shadow: none;
  color: #FFF;
}

.btn-outline-secondary {
  color: black;
}

.btn-outline-secondary:hover {
  background-color: rgb(175, 125, 76);
}

.ice_postracker  .btn-outline-secondary {
  background-image: inherit;
}

.ice_toolbar  .btn-outline-secondary {
  background-image: inherit;
}

.ice_contribindic  .btn-outline-secondary {
  background-image: inherit;
}

#ice-sideview-uctabs .nav>a {
  font-size: 13px;
  padding : 5px 15px;
}

#ice-sideview-uctabs .nav>a {
  background-color: #FAFAFA;
}

#ice-sideview-uctabs .nav>a.active {
  background-color: #FFF;
}

#ice-sideview-uctabs .nav-tabs {
  border-bottom: 1px solid rgba(175, 125, 76, 0.4);
}

#ice-sideview-uctabs .nav-tabs>a {
  color: rgb(175, 125, 76);
  border-color: rgba(175, 125, 76, 0.1);
}

#ice-sideview-uctabs .nav-tabs>a.active {
  border-color: rgba(175, 125, 76, 0.4);
  border-bottom-color: transparent;
}

#ice-sideview-uctabs-pane-NoteView .panel-info>.panel-heading {
  background: none;
}

#ice-sideview-uctabs-tab-ContribView {
  background-color: rgba(218, 233, 255, 0.5);
}
#ice-sideview-uctabs-tab-DomaineView {
  background-color: rgba(232, 218, 255, 0.5);
}
#ice-sideview-uctabs-tab-NomencQSearch {
  background-color: rgba(215, 249, 218, 0.5);
}


#ice-extracontenttabs .nav>a {
  font-size: 12px;
  padding : 5px 15px;
}

#ice-extracontenttabs .nav {
  background-color: #FAFAFA;
}

#ice-extracontenttabs .nav>.active {
  background-color: #FFF;
}

#ice-sideview-uctabs .panel-default>.panel-heading {
  background-image: none;
  background-color: #FFF;
}

.iceFicheDomaine .card {
  border-width : 1px;
  border-radius: 4px !important;
}

.iceFicheDomaine .card-header {
  padding: 4px 0 3px 16px;
  background-image: none;
}

.iceFicheDomaine .bg-light  {
  border-color: rgba(232, 218, 255, 0.5);
}

.iceFicheDomaine .bg-light>.card-body {
  background-image: none;
  background-color: rgba(232, 218, 255, 0.5);
}
.iceFicheDomaine .bg-light>.card-header {
  background-color: rgba(232, 218, 255, 0.5);
}
.iceFicheDomaine .bg-light>.card-header>button {
  color: #000;
  font-size: 13pt;
}


.iceFicheDomaine .active-dom {
  border-color: #cbb2f5;
  background-color: rgba(232, 218, 255, 0.5);
  border-bottom: 1px solid #cbb2f5 !important;
}

.iceFicheDomaine .active-dom>.card-header {
  background: none;
  background-color:  #cbb2f5;
  border-color: #cbb2f5;
  color: #FFF;
}

.iceFicheDomaine .active-dom>.card-header>button {
  color: #FFF;
  font-size: 13pt;
}


.iceFicheDomaine .accordion .card + .card {
	margin-top: 4px;
}

.ice_collapsiblesect .panel {
  background-color: transparent;
}

.ice_volumePopover {
  border-color: rgb(251, 239, 201);
}

.ice_volumePopover .popover-title {
  background-color: rgba(175, 125, 76, 0.25);
}

.ice_articlePreviewPopover .popover-title {
  background-color: rgba(175, 125, 76, 0.25);
}

.ice_oeuvreDetailPopover a,
.ice_oeuvreDetailPopover a:visited,
.ice_oeuvreDetailPopover a:hover,
.ice_oeuvreDetailPopover a:active {
  color: #CD853F;
  text-decoration: none;
}
.ice_oeuvreDetailPopover a:hover {
  text-decoration: underline;
}

#volsmenu {
  border-color: rgb(251, 239, 201);
}
#nomencSearch, #nomencquicks {
  border-color: rgb(215, 249, 218);
}

#contribsmenu {
  border-color: rgb(218, 233, 255);
}

#domainesmenu {
  border-color: rgb(232, 218, 255);
}

.unpublished {
  background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), #dddddd 1px, rgb(249, 249, 249) 1px, rgb(239, 239, 239) 20px)
}


.ice_osdnavbtn {
  color: #777;
  background-color: rgba(253, 250, 241, 0.38);
  border: 1px solid #fdfaf1;
}

.ice_osdnavbtn:hover {
  color: #000;
  background-color: rgba(253, 250, 241, 0.9);
  border: 1px solid #d1d1d1;
}

/* -------------------------------------------------------------------------- */
#CritEditor-Fullscreen .modal-dialog {
  margin: 0;
  height: 100vh;
  width: 100vw;
}
#CritEditor-Fullscreen {
  margin: 0;
  height: 100vh;
  width: 100vw;
}


.RichEditor-controls {
  display: inline-block;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  user-select: none;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}

.RichEditor-styleButton {
  color: #999;
  cursor: pointer;
  margin: 2px 6px 0 2px;
  padding: 2px 3px 2px 3px;
  display: inline-block;
  border-radius: 2px;
  border: solid 1px transparent;
}
.RichEditor-styleButton:hover {
  border-color: #777;
}
.RichEditor-activeButton {
  color: #5890ff;
}

.IceEd-justify .public-DraftStyleDefault-ltr {
  text-align: justify;
  white-space: normal;
}
.IceEd-center .public-DraftStyleDefault-ltr {
  text-align: center;
}
.IceEd-alignleft .public-DraftStyleDefault-ltr{
  text-align: left;
}
.IceEd-alignright .public-DraftStyleDefault-ltr {
  text-align: right;
}

.IceEd-media .public-DraftStyleDefault-ltr{

}

/* -------------------------------------------------------------------------- */

.note_content ul {
  list-style-type: disc;
}


.note_collapsible {
}

.note_collapsible::before {
  content: "\e159";
  padding-left: 6px;
  color : grey;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.note_collapsible[data-collapsed=false]::before {
  content: "\e160";
}

.note_collapsiblecontent {
  display: none;
  border: solid 1px #e6e6e6;
}

.note_collapsible[data-collapsed=false] .note_collapsiblecontent {
  display: block;
}

.note_linkto {
  cursor : pointer;
}

.note_linkto:hover {
  color :blue;
  text-decoration: underline;
}


.note_linktonotice {
  cursor : pointer;
}

.note_linktonotice::after {
  content: "\e169";;
  font-size: 12px;
  color :#95c6f1;
  padding-left: 6px;

  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.ice_printArea .note_linktonotice::after {
  display: none;
}

.note_linktonotice:hover {
  color :blue;
  text-decoration: underline;
}

.note_linktocontent {
  cursor : pointer;
}

.note_linktocontent::after {
  content: "\e164";
  font-size: 12px;
  color :#95c6f1;
  padding-left: 6px;

  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.note_linktocontent:hover {
  color :blue;
  text-decoration: underline;
}

.buttonlikeborder {
  padding: 4px 5px;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 3;
  border-color: #DEDEDE #BDBDBD #BDBDBD #DEDEDE;
}
.buttonlikeborder:hover {
  background-color: #EEE;
  border-color: #c3c3c3;
}

.areahighlight {
    background-color: white;
    opacity: 0.4;
    outline: 20px auto #ee88ff;
}

.itemOfBag {
  margin: 4px;
  padding: 3px;
  border: solid 1px #efefef;
  border-radius: 5px;
}
.itemOfBag:hover {
  background-color: #D9EDF7;
  border-color: #cfcfcf;
}
.itemRemover {
  color: silver;
  padding-left: 3px;
}
.itemOfBag:hover .itemRemover {
  color: #eab0bb;
}
.itemRemover:hover {
  color: red !important;
}

.itemInserter {
  color: #bbeab0;
  padding-left: 3px;
}
.itemInserter:hover {
  color: green !important;
}


  .Resizer {
    background-color: rgba(49, 107, 49, 0.35);
    opacity: .2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
  }

  .Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }

  .Resizer.horizontal {
    height: 11px;
    margin: -5px 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    width: 100%;
  }

  .Resizer.horizontal:hover {
    border-top: 5px solid rgba(49, 107, 49, 0.7);
    border-bottom: 5px solid rgba(49, 107, 49, 0.7);
  }

  .Resizer.vertical {
    width: 15px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
    height: 100%;
  }

  .Resizer.vertical:hover {
    border-left: 5px solid rgba(49, 107, 49, 0.7);
    border-right: 5px solid rgba(49, 107, 49, 0.7);

  }
  Resizer.disabled {
    cursor: not-allowed;
  }
  Resizer.disabled:hover {
    border-color: transparent;
  }

.error {
  border: 1px solid #a94442;
  background-color: #ffe6e6;
}  

.success {
  border: 1px solid green;
  background-color: #ccffcc;
}  

#errata_dd_container .dropdown-menu {
  display: block !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

#ice_midpanel .nav-link {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.carousel-control-prev, .carousel-control-next {
  background-color: rgba(175,125,76,0.4);
  width: 10%;
}

ul.pagination {
  margin-top: 1em;
  margin-bottom: 1em;
  justify-content: center;
}

a {
  color: rgb(175,125,76);
}
a:hover {
  color: rgb(115, 73, 31);
}

.card {
  border-color: rgba(49,107,49,0.4);
}

.card-header {
  background-color: rgba(49,107,49,0.1);
  color: rgba(49,107,49,1); 
}

.glyphicon-question-sign {
  cursor: help;
}

.reactour__close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 10px;
  height: 10px;
}

.badge-pill {
  font-size: 95%;
}

.badge-secondary {
  background-color: rgb(175,125,76);
}

.ice_textecontrib h1 {
  margin-top: 20px;
}

#EDE_docs li {
  margin-top: 2px;
}

.ice_postracker {
  white-space: nowrap;
  overflow-x: hidden;
}

.ice_postracker .dropdown-menu, .ice_contribindic .dropdown-menu {
  position: fixed !important;
}

#nomencSearchBar {
  margin-top: 25px !important;
}

.entity_TeX {
  cursor: pointer;
}

span[data-text="true"] {
  cursor: text;
}

.public-DraftStyleDefault-block {
  cursor: text;
}

.IceEd-media figcaption:first-of-type {
  cursor: pointer;
}

div.ice_postracking {
	overflow-x : auto;
	height: 100% !important;
}