@font-face {
  font-family: 'jury';
  src:  url('fonts/jury.eot?l5k276');
  src:  url('fonts/jury.eot?l5k276#iefix') format('embedded-opentype'),
    url('fonts/jury.ttf?l5k276') format('truetype'),
    url('fonts/jury.woff?l5k276') format('woff'),
    url('fonts/jury.svg?l5k276#jury') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jury' !important;
  speak: never;
  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;
}

.icon-jury:before {
  content: "\e900";
}
#OfficielsList td{
  color: #004caa;
}
#OfficielsList td h5{
  color: black;
}
td.editable-control {
  background: url('/images/jury/Remark-pencil.svg') no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
}
tr.shown td.editable-control {
  background: url('/images/jury/Remark.svg') no-repeat center center;
  background-size: 16px 16px;
}
textarea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}