/* Forcer Lucida Sans partout, sauf mode dyslexique */
html, body, body * {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",
                 "DejaVu Sans", "Liberation Sans",
                 Arial, Helvetica, sans-serif !important;
}

/* garder OpenDyslexic si activé */
body.dyslexic, body.dyslexic * {
    font-family: opendyslexic, Arial, Helvetica, sans-serif !important;
}
/* $Id: $ */

/* XHTML elements */

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lucida Sans", "Lucida Grande",
               "Lucida Sans Unicode",
               "DejaVu Sans", "Liberation Sans",
               Arial, Helvetica, sans-serif;
  font-size: 11px;
}

body {
  background-color: #ddf;
}

/** Must not be set on the body, it freezes the view in certain cases (when closing modal windows, ...) */
div.scroll {
  -webkit-overflow-scrolling: touch;
}

iframe {
  border: none;
}

pre {
  border: 1px solid #aaa;
  line-height: 1;
  padding: 2px 3px;
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 10px;
  margin: 2px;
  max-height: 250px;
  overflow: auto;
  text-align: left;
}

pre.document {
  border: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  max-height: none;
  white-space: pre-wrap;
}

table {
  font-family: inherit;
  font-size: 1em;
  /*border-collapse: collapse;*/
}

th {
  text-align: center;
  vertical-align: top;
}

td p, 
th p {
  white-space: normal;
  margin: 0;
}

p + p {
  margin-top: 0.4em;
}

img {
  border: none;
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding-left: 1.5em;
  line-height: 1.1;
}

dl {
  margin: 0.5em;
}

dt {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em 0.5em;
}

dd {
  margin: 0.4em 0 1em 1.5em;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #006;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

legend {
  padding: 1em;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 1.6em;
  color: #444;
  margin: 10px 0;
  page-break-before: always;
}

h1:first-of-type {
  page-break-before: auto;
}

h1.no-break {
  page-break-before: auto;
}

h2 {
  font-size: 1.4em;
  color: #444;
  margin: 5px 10px;
}

h3 {
  font-size: 1.4em;
  color: #666;
  margin: 5px 20px;
}

hr {
  border: none;
  border-bottom: 1px solid #666;
}

/* $Id: $ */

@media print {
  body {
    background: transparent;
  }
  
  .not-printable, 
  #user, #menubar, .titleblock, .tabmenu,
  #systemMsg, #performance, .smarty-include, #waitingMsgMask, #waitingMsgText,
  #profiling-toolbar, #profiler-overview {
    display: none;
  }
  
  div.warning,
  div.error,
  div.message {
    display: none;
  }
  
  table#weber table#allvalues,
  table#weber td.radiointeractive {
    display: none;
  }
  
  h1.newpage {
    page-break-before:always;
    display:none;
  }
  
  table.tbl > * > tr > td {
    border-width: 1pt;
  }
  
  .planning .event  {    
    font-size: 110%;
  }
  
  table.tabview td.tabox {
    background: transparent;
  }
}
/* $Id: $ */

@media screen {
  .only-printable {
    display: none;
  }

  .desktop label[title]:hover,
  a[onmouseover],
  code[onmouseover],
  div[onmouseover],
  img[onmouseover],
  label[onmouseover],
  small[onmouseover],
  span[onmouseover],
  strong[onmouseover],
  td[onmouseover],
  span[data-object_guid],
  div[data-object_guid],
  label[data-object_guid],
  strong[data-object_guid] {
    border-bottom: 1px dotted #bbb;
    margin-bottom: -1px;
    cursor: help;
  }
  
  a[onmouseover],
  a *[onmouseover] {
    cursor: pointer;
  }
}
/* $Id: $ */

th.title.modify,
th.category.modify,
table.form th.title.modify,
table.tbl th.title.modify,
table.form th.category.modify,
table.tbl th.category.modify,
table.main th.title.modify,
table.main th.title.modify {
  color: #fd4;
}
th.title.urgence {
  background-color: #00a;
  color: #fff;
}
th.title.urgence.modify {
  background-color: #00a;
  color: #fd4;
}

table.form td.cancelled,
table.form tr.selected td.cancelled,
table.tbl tr td.cancelled,
.desktop table.tbl tr:hover td.cancelled,
table.tbl tr.selected td.cancelled,
table.tbl tbody.hoverable td.cancelled,
th.cancelled,
th.category.cancelled,
table.form th.category.cancelled {
  color: #fff;
  background-color: #f88;
  text-shadow: 0 0 0 rgba(0, 0, 0, .0), 0 0 2px rgba(0, 0, 0, .7);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

table.form td.narrow,
table.form th.narrow,
table.form col.narrow,
table.main td.narrow,
table.main th.narrow,
table.main col.narrow,
table.tbl td.narrow,
table.tbl th.narrow,
table.tbl col.narrow {
  width: 1%;
}

/* Title block */
table.titleblock td {
  white-space: nowrap;
}

table.titleblock td.titlecell {
  font-family: Georgia, serif;
  font-size: 1.8em; 
  color: #620;
  width: 100%;
  vertical-align: middle;
}

/* Tab view table */
table.tabview {
  border-spacing: 0;
  border-collapse: collapse; /* Hack for IE */
  empty-cells: show;
  width: 100%;
}

table.tabview td {
  padding: 0;
}

table.tabmenu {
  margin-left: 10px;
  border-spacing: 0;
}

table.tabmenu td {
  background: url(../style/mediboard/./images/icons/tabBg.png) repeat-x top;
  padding: 3px 8px 0 8px;
  height: 24px;
}

table.tabmenu td.left,
table.tabmenu td.right {
  width: 12px;
  padding: 0;
}

table.tabmenu td.left {
  background: url(../style/mediboard/./images/icons/tabLeft.png) no-repeat top right;
}

table.tabmenu td.right {
  background: url(../style/mediboard/./images/icons/tabRight.png) no-repeat top left;
}

table.tabmenu td.selected {
  background: url(../style/mediboard/./images/icons/tabSelectedBg.png) repeat-x top;
}

table.tabmenu td.selected a {
  color: white;
}

table.tabmenu td.selected.left {
  background: url(../style/mediboard/./images/icons/tabSelectedLeft.png) no-repeat top right;
}

table.tabmenu td.selected.right {
  background: url(../style/mediboard/./images/icons/tabSelectedRight.png) no-repeat top left;
}

/* Pane table */

table.main {
  width: 100%;
  border-spacing: 4px;
}

table.main td {
  vertical-align: top;
}

table.main td.button {
  text-align: center;
}

table.main td.top {
  vertical-align: top;
}

table.main tbody.viewported td.viewport {
  border: 1px solid #000;
}

td.halfPane,
th.halfPane {
  width: 50%;
}

td.greedyPane,
th.greedyPane {
  width: 100%;
}

th.title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;  
  text-align: center;
  background: #888;
  border: 1px solid #ccc;
}

/* Standard table */
table.tbl {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}

table.tbl a {
  display: block;
  margin: 0;
}

table.tbl a.button,
table.tbl a.action {
  display: inline-block;
}

table.tbl td.top {
  vertical-align: top;
}

a.actionPat {
  display: inline;
  float: right;
  margin: 0 1px;
}

table.tbl td,
table.tbl th {
  border: 1px solid #ccc;
}

table.tbl td.empty,
table.form td.empty,
div.empty,
li.empty,
span.empty {
  font-style: italic;
  color: #999;
}

span.negative {
  color: #f00;
}

table.tbl th {
  background-color: #bbb;
  padding: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

table.tbl th.title {
  font-size: 1.2em;
  font-weight: bold;  
  text-align: center;
  background-color: #888;
}

table.tbl td,
div.tree-header {
  background-color: #fff;
  padding: 2px;
  white-space: nowrap;
  vertical-align: middle;
}

/*table.tbl tr,
div.tree-header {
  background-color: #fff;
}

table.tbl tr:nth-of-type(2n+1) {
  background-color: #f3f3f3;
}*/

table.tbl td.disabled,
table.tbl th.disabled,
span.disabled {
  color: #555 !important;
  font-style:italic !important;
}

table.tbl td.error,
table.tbl th.error,
span.error {
  background-color: #f66 !important;
}

table.tbl td.warning,
table.tbl th.warning,
span.warning {
  background-color: #fc0 !important;
}

table.tbl td.ok,
table.tbl th.ok,
span.ok {
  background-color: #afa !important;
}

table.tbl td.off,
table.tbl th.off,
span.off {
  background-color: #ccc !important;
}

table.tbl td.highlight,
table.tbl th.highlight,
td.highlight {
  background-color: #ff5 !important;
}

table.tbl td.checked {
  background-image : url(../style/mediboard/images/buttons/tick.png);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}

table.tbl td.warned {
  background-image : url(../style/mediboard/images/buttons/warning.png);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}

table.tbl td.big-warning,
span.big-warning {
  background-image: url(../style/mediboard/images/icons/warning.png);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #ffd;
  padding-left: 55px;
}

table.tbl td.big-error,
span.big-error {
  background-image: url(../style/mediboard/images/icons/error.png);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #fee;
  padding-left: 55px;
}

table.tbl td.big-info,
span.big-info {
  background-image: url(../style/mediboard/images/icons/info.png);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #eef;
  padding-left: 55px;
}

table.tbl tr.selected td,
table.tbl tbody.selected td,
div.selected {
  background-color: #ffc;
}

table.tbl td.sortie.normal {
}

table.tbl td.sortie.mutation {
  background-color: #ff8;
}

table.tbl td.sortie.transfert {
  background-color: #fc8;
}

table.tbl td.sortie.deces {
  background-color: #faa;
}

table.tbl tr td.isolement,
.desktop table.tbl tr:hover td.isolement {
  background-color: #afa;
}


/**
 * Layout tables
 */
table.layout {
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
  margin: 0 !important;
}

table.layout > * > tr,
table.layout > * > tr,
table.layout > * > tr > td,
table.layout > * > tr > th {
  border: none !important;
  background: transparent !important;
}

table.layout > * > tr > td.separator {
  width: 8px;
  background: #eee!important;
  vertical-align: middle;
  text-align:center;
  color: #AAA;
  cursor: pointer;
  font-size: 9px;
}

table.layout > * > tr > td.separator:hover {
  background: #ddd!important;
}

table.layout > * > tr > td.separator:before {
  content: "\3C\A\3C\A\3C";
}

table.layout > * > tr > td.separator.expand:before {
  content: "\3E\A\3E\A\3E";
}

.desktop tbody.hoverable:hover tr td,
.desktop table.tbl tr:hover td,
.desktop div.tree-header:hover,
table.tbl tr td.hover {
  background-color: #f8f8f8;
}

table.tbl td.button {
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  line-height: 140%;
}

table.merger tr.none td, 
table.merger tr.none th {
  opacity: 0.5;
}

table.merger tr.unique td, 
table.merger tr.unique th {
  background-color: #aaf;
}

table.merger tr.multiple td, 
table.merger tr.multiple th {
  background-color: #faa;
}

table.merger tr.duplicate td, 
table.merger tr.duplicate th {
  background-color: #afa;
}

table.tbl tr.clear,
table.tbl tr.clear a {
  background-color: #ddf;
  color: #000;
}

table.tbl tr.clear td,
table.tbl tr.clear th {
  background-color: transparent;
  border: none;
}

table.tbl th.title h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* Form tables */
table.form {
  width: 100%;
  border-spacing: 1px;
}

table.form th {
  color: #000;
  white-space: nowrap;
  background-color: #eee;
  vertical-align: middle;
  text-align: right;
  font-weight: normal;
  padding: 2px 3px;
  border: none;
}

table.form th.title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;  
  text-align: center;
  background-color: #888;
}

table.form th.category {
  font-weight: bold;  
  text-align: center;
  background-color: #bbb;
  vertical-align: middle;
}

table.form th.section, 
table.tbl th.section {
  text-align: center;
  font-size: 0.9em; 
  font-weight: normal; 
  line-height: 100%;
  background-color: #DDD;
  text-transform: uppercase;
}

table.form th.category label {
  font-weight: bold;  
  text-align: center;
  background-color: transparent;
  vertical-align: middle;
}

table.form th.text {
  text-align: center;
}

table.form td {
  white-space: nowrap;
  vertical-align: top;
  background-color: #eee;
  text-align: left;
  padding: 1px 3px;
}

table.form td.dark {
  background-color: #ddd;
}

table.form td.light {
  background-color: #fff;
}

table.form td.compte_rendu {
  background-color: #ddd;
}

table.form td.info {
  white-space: normal;
}

table.form td.button {
  text-align: center;
  vertical-align: middle;
}

table.form td.arretee {   
  background-image: url(../style/mediboard/images/icons/ray.gif);
}

/* The admission table based on the form one */
table.print {
  width: 100%;
  border-spacing: 3px;
  font-family: georgia, serif;
  color: #006;
}

table.print th {
  white-space: nowrap;
  background: transparent;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  border-right: #eee 1px solid;
  padding-right : 0.5em;
}

table.print th.title {
  font-weight: bold;  
  text-align: center;
  background: #68f;
  border: #aaa 2px solid;
  padding: 2px;
  color: #006;
}

/** Pour eviter d'avoir des titres enormes */
table.print > * > tr > th.title {
  font-size: 1.4em;
}

table.print th.category {
  font-weight: bold;  
  text-align: center;
  background: #abf;
  padding: 2px;
  border: #aaa 2px solid;
  font-size: 10pt;
}

table.print td {
  white-space: normal;
  vertical-align: top;
  background: transparent;
  text-align: left;
  font-size: 10pt;
}

table.print td.halfPane {
  white-space: normal;
  vertical-align: top;
  width: 50%;
  background: transparent;
  text-align: left;
}

 table.print td.info {
  white-space: normal;
  font-style: italic;
  padding: 10px;
  margin: 5px;
  border: #aaa 2px dotted;
}

table.main td.step {
  background: url(../style/mediboard/images/pictures/background.png) left bottom;
  width: 10%; 
  font-size: 12px; 
  font-weight: bold; 
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}

table.main td.step.selected  {
  border: 2px solid;
}

table.main td.step.selected a {
  font-size: 1.5em;
}

td.active {
  font-weight: bold;
}

td.redefined {
  text-decoration: line-through; 
  color: #888;
}

/** Tree grid **/
.treegrid .tree-folding {
  background-image: url(../style/mediboard/images/buttons/tree-folding.png);
  background-repeat: no-repeat;
  padding-left: 16px;
  font-weight: bold;
  border-right: 1em solid transparent; 
}

/*.treegrid .tree-folding:before {
  content: url(../style/mediboard/images/icons/tag.png);
}*/

.treegrid .tree-folding:hover {
  background-position: 0 0;
}

.treegrid .tree-folding {
  background-position: 0 -16px;
}

.treegrid tbody.opened .tree-folding:hover {
  background-position: 0 -32px;
}

.treegrid tbody.opened .tree-folding {
  background-position: 0 -48px;
}

#listebrancards th, 
#listebrancards td {
  min-width:80px;
  max-width:80px;
  white-space :normal;
}

/**
 * Dans les tableaux de constantes, les cumuls ont des bords, qui se chavauchent dans certains cas quand border-collapse:collapse
 */
@media screen {
  table.constantes {
    border-collapse: separate !important;
  }
}

table.constantes td, 
table.constantes th {
  border-right: none !important;
  border-bottom: none !important;
}

table.tbl tr.alternate:nth-of-type(odd) td {
  background-color: #ebebeb;
}

table.tbl tr.alternate:hover:nth-of-type(odd) td {
  background-color: #f8f8f8;
}
/* $Id: $ */

.control {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  display: inline; /* IE */
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.control .trigger {
  cursor: pointer;
  margin: 1px;
}

/** Form elements **/
form {
  display: inline;
  padding: 0;
  margin: 0;
}

button.intermax-result {
  opacity: .4;
}

input,
select,
textarea,
button,
textarea,
.textarea-container {
  font-size: 1em;
  margin: 1px;
  vertical-align: middle;
  font-family: inherit;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
}

input[type=image] {
  margin: 0;
  border: 0;
}

.control {
  margin: 1px !important;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
input[type=image],
textarea {
  padding: 1px;
  border-radius: 0;
  -webkit-appearance: none; /* To remove the "shadow" on iPad" */
}

/* hides the spin-button for firefox and webkit */
.numericField input[type=number]::-webkit-inner-spin-button,
.numericField input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numericField input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
select,
textarea {
  border: 1px #999 solid;
  background-color: #fff;
}

textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.textarea-container {
  border: 1px #999 solid;
}

.textarea-container textarea {
  margin: 0;
  width: 100%;
  border: none;
  overflow-x: hidden;
  resize: none;
}

.textarea-container textarea:focus {
  outline: none;
}

input[type=checkbox].disabled {
  opacity: 0.7;
}

/** <Two rules required> !! Don't merge them
 *  http://stackoverflow.com/a/2610741/92315
 */
:-moz-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}
/** </Two rules required> **/

select {
  padding: 0;
  white-space: nowrap;
}

optgroup, option {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  font-family: inherit;
  padding: 0;
  margin: 0;
  background: #fff;
}

option {
  padding-right: 0.6em;
}

optgroup {
  font-weight: bold;
  padding-left: 1em;
}

optgroup option {
  padding-left: 1em;
}

option.novalue {
  display:none;
}

option.checked {
  background: url(../style/mediboard/images/buttons/tick.png) no-repeat 12px;
  padding-left: 30px;
}

option[value=""] {
  font-style: italic;
}

form hr {
  border-bottom: 1px solid #ddd;
  margin: 2px;
}

fieldset,
fieldset legend {
  border: 1px solid #aaa;
  border-radius: 3px;
}

fieldset {
  background: #f3f3f3;
  background: rgba(220,220,220,0.3);
  margin-top: 0.5em;
  padding: 0.2em;
}

fieldset legend {
  font-weight: bold;
  background: #ddd;
  padding: 0.2em 1.2em;
  white-space: nowrap;
}

table.layout td.cancelled {
  background-color: #f88 !important;
}

/** On iOS, labels are not clickable, this may help (or not) **/
/*label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  display: inline-block;
}*/

.desktop label:hover {
  cursor: pointer;
}

/** Buttons **/
button,
a.button {
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;

  color: #000 !important;
  background: #eee url(../style/mediboard/images/buttons/button.png) center center repeat-x;

  border: 1px solid #999;
  border-radius: 3px;

  vertical-align: middle;
  height: 20px;
  padding: 1px;
  padding-right: 3px;
  margin: 1px;
  text-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
::-webkit-file-upload-button {
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;

  color: #000 !important;
  background: #eee url(../style/mediboard/images/buttons/button.png) center center repeat-x;

  border: 1px solid #999;
  border-radius: 3px;

  vertical-align: middle;
  height: 20px;
  padding: 1px 3px;
  margin: 1px;
  text-shadow: none;
  box-sizing: border-box;
}

button:before,
a.button:before,
button img {
  display: inline-block;
  line-height: 16px;
  margin-right: 1px;
  vertical-align: middle;
}

button::-moz-focus-inner,
a.button::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0;
}

button:focus,
a.button:focus {
  outline: 1px dotted #000;
}
::-webkit-file-upload-button:focus {
  outline: 1px dotted #000;
}

button[type=submit],
form button:not([type]) {
  border-color: #000;
  font-weight: bold;
}

button.notext,
a.button.notext {
  font-size: 0 !important;
  color: rgba(0,0,0,0);
  overflow: hidden;
  width: 20px;
  padding: 1px;
}

button.rtl,
a.button.rtl {
  padding-left: 2px;
  padding-right: 1px;
  line-height: 18px;
}

button.rtl:before,
a.button.rtl:before {
  float: right;
  margin-right: 0;
  margin-left: 1px;
}

button:hover,
a.button:hover {
  background-image: url(../style/mediboard/images/buttons/button-over.png);
  border-color: #333;
}
::-webkit-file-upload-button:hover {
  background-image: url(../style/mediboard/images/buttons/button-over.png);
  border-color: #333;
}

a.button.disabled,
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],

button[disabled="disabled"],
input[disabled="disabled"],
select[disabled="disabled"],
textarea[disabled="disabled"] { /* For IE */
  cursor: not-allowed;
  opacity: 0.5;
}

input[type=checkbox][disabled],
input[type=radio][disabled],
input[type=checkbox][disabled="disabled"],
input[type=radio][disabled="disabled"] { /* For IE */
  opacity: 1.0;
}

button[disabled]:hover,
a.button.disabled:hover,
button[disabled="disabled"]:hover { /* For IE */
  outline: none;
}

button.none {
  text-indent: 2px;
}

button.big,
a.button.big {
  font-size: 150%;
  height: 50px;
  margin: 4px 8px;
  padding: 0 2px;
  border-width: 2px;
  text-align: center;
  border-radius: 6px;
  white-space: normal;
}

button.big.notext,
a.button.big.notext {
  width: 26px;
  height: 40px;
  padding-top: 6px;
}

button.info:before, a.button.info:before {
  content: url(../style/mediboard/../../images/icons/info.png);
}

button.logout:before, a.button.logout:before {
  content: url(../style/mediboard/images/icons/logout.png);
}

button.thumb:before, a.button.thumb:before {
  content: url(../style/mediboard/images/buttons/thumb.png);
}

button.target:before, a.button.target:before {
  content: url(../style/mediboard/images/buttons/target.png);
}

button.rss:before, a.button.rss:before {
  content: url(../style/mediboard/images/buttons/rss.png);
}

button.copy:before, a.button.copy:before {
  content: url(../style/mediboard/images/buttons/copy.png);
}

button.bug:before, a.button.bug:before {
  content: url(../style/mediboard/images/buttons/bug.png);
}

button.cleanup:before, a.button.cleanup:before {
  content: url(../style/mediboard/images/buttons/cleanup.png);
}

button.agenda:before, a.button.agenda:before {
  content: url(../style/mediboard/images/buttons/agenda.png);
}

button.duplicate:before, a.button.duplicate:before {
  content: url(../style/mediboard/images/buttons/duplicate.png);
}

button.phone:before, a.button.phone:before {
  content: url(../style/mediboard/images/buttons/phone.png);
}

button.stats:before, a.button.stats:before {
  content: url(../style/mediboard/images/buttons/stats.png);
}

button.cut:before, a.button.cut:before {
  content: url(../style/mediboard/images/buttons/cut.png);
}

button.edit:before, a.button.edit:before {
  content: url(../style/mediboard/images/buttons/edit.png);
}

button.hslip:before, a.button.hslip:before {
  content: url(../style/mediboard/images/buttons/hslip.png);
}

button.vslip:before, a.button.vslip:before {
  content: url(../style/mediboard/images/buttons/vslip.png);
}

button.trash:before, a.button.trash:before {
  content: url(../style/mediboard/images/buttons/trash.png);
}

button.trash:hover, a.button.trash:hover {
  border-color: #f00;
}

button.submit:before, a.button.submit:before {
  content: url(../style/mediboard/images/buttons/save.png);
}

button.consultation:before, a.button.consultation:before {
  content: url(../style/mediboard/images/buttons/consultation.png);
}

button.consultation_create:before, a.button.consultation_create:before {
  content: url(../style/mediboard/images/buttons/consultation_create.png);
}

button.sejour_create:before, a.button.sejour_create:before {
  content: url(../style/mediboard/images/buttons/sejour_create.png);
}

button.accouchement_create:before, a.button.accouchement_create:before {
  content: url(../style/mediboard/images/buttons/accouchement_create.png);
}

button.grossesse:before, a.button.grossesse:before {
  content: url(../style/mediboard/images/icons/grossesse.png);
}

button.grossesse_create:before, a.button.grossesse_create:before {
  content: url(../style/mediboard/images/buttons/grossesse_create.png);
}

button.new:before, a.button.new:before {
  content: url(../style/mediboard/images/buttons/new.png);
}

button.print:before, a.button.print:before {
  content: url(../style/mediboard/images/buttons/print.png);
}

button.printPDF:before, a.button.printPDF:before {
  content: url(../style/mediboard/images/buttons/pdf.png);
}

button.pagelayout:before, a.button.pagelayout:before {
  content: url(../style/mediboard/images/buttons/pagelayout.png);
}

button.cancel:before, a.button.cancel:before {
  content: url(../style/mediboard/images/buttons/cancel.png);
}

button.cancel:hover, a.button.cancel:hover {
  border-color: #f00;
}

button.user:before, a.button.user:before {
  content: url(../style/mediboard/images/icons/myinfos.png);
}

button.close:before, a.button.close:before {
  content: url(../style/mediboard/images/buttons/cancel.png);
}

button.carriage_return:before, a.button.carriage_return:before {
  content: url(../style/mediboard/images/buttons/carriage_return.png);
}

button.mail:before, a.button.mail:before {
  content: url(../style/mediboard/images/buttons/mail.png);
}

button.modify:before, a.button.modify:before {
  content: url(../style/mediboard/images/buttons/save.png);
}

button.save:before, a.button.save:before {
  content: url(../style/mediboard/images/buttons/save.png);
}

button.search:before, a.button.search:before {
  content: url(../style/mediboard/images/buttons/search.png);
}

button.lookup:before, a.button.lookup:before {
  content: url(../style/mediboard/images/buttons/lookup.png);
}

button.mediuser_black:before, a.button.mediuser_black:before {
  content: url(../style/mediboard/../../images/icons/personnel.png);
}

button.lock:before, a.button.lock:before {
  content: url(../style/mediboard/images/buttons/lock.png);
}

button.unlock:before, a.button.unlock:before {
  content: url(../style/mediboard/images/buttons/unlock.png);
}

button.tick:before, a.button.tick:before {
  content: url(../style/mediboard/images/buttons/tick.png);
}

button.tick_cancel:before, a.button.tick_cancel:before {
  content: url(../style/mediboard/images/buttons/tick_cancel.png);
}

button.pdf:before, a.button.pdf:before {
  content: url(../style/mediboard/images/buttons/pdf.png);
}

button.archive:before, a.button.archive:before {
  content: url("../style/mediboard/images/buttons/archive.png");
}

button.down:before, a.button.down:before {
  content: url(../style/mediboard/images/buttons/down.png);
}

button.up:before, a.button.up:before {
  content: url(../style/mediboard/images/buttons/up.png);
}

button.left:before, a.button.left:before {
  content: url(../style/mediboard/images/buttons/left.png);
}

button.left-disabled:before, a.button.left-disabled:before {
  content: url(../style/mediboard/images/buttons/left-disabled.png);
}

button.right:before, a.button.right:before {
  content: url(../style/mediboard/images/buttons/right.png);
}

button.right-disabled:before, a.button.right-disabled:before {
  content: url(../style/mediboard/images/buttons/right-disabled.png);
}

button.rotate_left:before, a.button.rotate_left:before {
  content: url(../style/mediboard/images/buttons/rotate-left.png);
}

button.rotate_right:before, a.button.rotate_right:before {
  content: url(../style/mediboard/images/buttons/rotate-right.png);
}

button.change:before, a.button.change:before {
  content: url(../style/mediboard/images/buttons/change.png);
}

button.add:before, a.button.add:before {
  content: url(../style/mediboard/images/buttons/add.png);
}

button.remove:before, a.button.remove:before {
  content: url(../style/mediboard/images/buttons/remove.png);
}

button.stop:before, a.button.stop:before {
  content: url(../style/mediboard/images/buttons/stop.png);
}

button.warning:before, a.button.warning:before {
  content: url(../style/mediboard/images/buttons/warning.png);
}

button.send:before, a.button.send:before {
  content: url(../style/mediboard/images/buttons/send.png);
}

button.send-cancel:before, a.button.send-cancel:before {
  content: url(../style/mediboard/images/buttons/send-cancel.png);
}

button.send-again:before, a.button.send-again:before {
  content: url(../style/mediboard/images/buttons/send-again.png);
}

button.send-problem:before, a.button.send-problem:before {
  content: url(../style/mediboard/images/buttons/send-problem.png);
}

button.send-auto:before, a.button.send-auto:before {
  content: url(../style/mediboard/images/buttons/send-auto.png);
}

button.vcard:before, a.button.vcard:before {
  content: url(../style/mediboard/images/buttons/vcard.png);
}

button.merge:before, a.button.merge:before {
  content: url(../style/mediboard/images/buttons/merge.png);
}

button.barcode:before, a.button.barcode:before {
  content: url(../style/mediboard/images/buttons/barcode.png);
}

button.multiline:before, a.button.multiline:before {
  content: url(../style/mediboard/images/buttons/multiline.png);
}

button.singleline:before, a.button.singleline:before {
  content: url(../style/mediboard/images/buttons/singleline.png);
}

button.erase:before, a.button.erase:before {
  content: url(../style/mediboard/images/buttons/eraser.png);
}

button.new-lightning:before, a.button.new-lightning:before {
  content: url(../style/mediboard/images/buttons/new-lightning.png);
}

button.undo:before, a.button.undo:before {
  content: url(../style/mediboard/images/buttons/undo.png);
}

button.tag:before, a.button.tag:before {
  content: url(../style/mediboard/images/buttons/tag.png);
}

button.tag-edit:before, a.button.tag-edit:before {
  content: url(../style/mediboard/images/buttons/tag-edit.png);
}

button.tag-delete:before, a.button.tag-delete:before {
  content: url(../style/mediboard/images/buttons/tag-delete.png);
}

button.tag-add:before, a.button.tag-add:before {
  content: url(../style/mediboard/images/buttons/tag-add.png);
}

button.tag-arrow:before, a.button.tag-arrow:before {
  content: url(../style/mediboard/images/buttons/tag-arrow.png);
}

button.tag-warning:before, a.button.tag-warning:before {
  content: url(../style/mediboard/images/buttons/tag-warning.png);
}

button.formula:before, a.button.formula:before {
  content: url(../style/mediboard/images/buttons/formula.png);
}

button.sum:before, a.button.sum:before {
  content: url(../style/mediboard/images/buttons/sum.png);
}

button.loading:before, a.button.loading:before {
  content: url(../style/mediboard/images/icons/loading.gif) !important;
}

button.list:before, a.button.list:before {
  content: url(../style/mediboard/images/buttons/list.png);
}

button.history:before, a.button.history:before {
  content: url(../style/mediboard/images/buttons/history.gif);
}

button.brancard:before, a.button.brancard:before {
  content: url(../style/mediboard/images/buttons/brancard.png);
}

button.zoom-in:before, a.button.zoom-in:before {
  content: url(../style/mediboard/images/buttons/zoom_in.png);
}

button.zoom-out:before, a.button.zoom-out:before {
  content: url(../style/mediboard/images/buttons/zoom_out.png);
}

button.forms:before, a.button.forms:before {
  content: url(../style/mediboard/images/buttons/forms.png);
}

button.select-all:before, a.select-all:before {
  content: url(../style/mediboard/images/buttons/select-all.png);
}

button.clock:before, a.button.clock:before {
  content: url(../style/mediboard/images/buttons/planning.png);
}

button.door-in:before, a.button.door-in:before {
  content: url(../style/mediboard/images/buttons/door_in.png);
}

button.door-out:before, a.button.door-out:before {
  content: url(../style/mediboard/images/buttons/door_out.png);
}

button.bistouri:before, a.button.bistouri:before {
  content: url(../style/mediboard/images/buttons/bistouri.png);
}

button.fermeture-plaie:before, a.button.fermeture-plaie:before {
  content: url(../style/mediboard/images/buttons/fermeture-plaie.png);
}

button.intubation:before, a.button.intubation:before {
  content: url(../style/mediboard/images/buttons/intubation.png);
}

button.extubation:before, a.button.extubation:before {
  content: url(../style/mediboard/images/buttons/extubation.png);
}

button.injection:before, a.button.injection:before {
  content: url(../style/mediboard/images/buttons/injection.png);
}

button.download:before, a.button.download:before {
  content: url(../style/mediboard/images/buttons/download.png);
}

button.upload:before, a.button.upload:before {
  content: url(../style/mediboard/images/buttons/upload.png);
}

button.thumbnails:before, a.button.thumbnails:before {
  content: url(../style/mediboard/images/buttons/thumbnails.png);
}

button.help:before, a.button.help:before {
  content: url(../style/mediboard/images/buttons/help.png);
}

button.deficience:before, a.button.deficience:before {
  content: url(../style/mediboard/images/buttons/deficience.png);
}

button.modele_etiquette:before, a.modele_etiquette:before {
  content: url(../style/mediboard/images/buttons/modele_etiquette.png);
}

button.sourdine:before, a.sourdine:before {
  content: url(../style/mediboard/images/buttons/speaker_mute.png);
}

button.nosourdine:before, a.nosourdine:before {
  content: url(../style/mediboard/images/buttons/volume_lvl_3.png);
}

button.link:before, a.button.link:before {
  content: url(../style/mediboard/images/buttons/link.png);
}

button.unlink:before, a.button.unlink:before {
  content: url(../style/mediboard/images/buttons/unlink.png);
}

button.play:before, a.button.play:before {
  content: url(../style/mediboard/images/buttons/play.png);
}

button.pause:before, a.button.pause:before {
  content: url(../style/mediboard/images/buttons/pause.png);
}

button.media_stop:before, a.button.media_stop:before {
  content: url(../style/mediboard/images/buttons/media_stop.png);
}

button.comment:before, a.button.comment:before {
  content: url(../style/mediboard/images/buttons/comment.png);
}

button.calcul:before, a.button.calcul:before {
  content: url(../style/mediboard/images/buttons/calcul.png);
}

button.idex:before, a.button.idex:before {
  content: url(../style/mediboard/images/icons/external.png);
}

button.header_footer:before, a.button.header_footer:before {
  content: url(../style/mediboard/images/buttons/header_footer.png);
}

button.switch:before, a.button.switch:before {
  content: url(../style/mediboard/images/buttons/switch.png);
}

button.reboot:before, a.button.reboot:before {
  content: url(../style/mediboard/images/buttons/reboot.png);
}

button.drawing:before, a.button.drawing:before {
    content: url(../style/mediboard/images/buttons/drawing.png);
}

button.magic_wand:before, a.button.magic_wand:before {
  content: url(../style/mediboard/images/buttons/magic_wand.png);
}

/** dossier de soins **/
button.soins:before, a.button.soins:before {
  content: url(../style/mediboard/images/buttons/soins.png);
}

button.glob:before, a.button.glob:before {
  content: url(../style/mediboard/images/buttons/globe_blue.png);
}

button.report_magnify:before, a.button.report_magnify:before {
  content: url(../style/mediboard/images/buttons/report_magnify.png);
}

button.gantt:before, a.button.gantt:before {
  content: url(../style/mediboard/images/buttons/gantt.png);
}

button.back-forward:before, a.button.back-forward:before {
  content: url(../style/mediboard/images/buttons/back-forward.png);
}

button.imagerie:before, a.button.imagerie:before {
  content: url(../style/mediboard/images/buttons/imagerie.png);
}

button.dice:before, a.button.dice:before {
  content: url(../style/mediboard/images/buttons/dice.png);
}

button.checklist:before, a.button.checklist:before {
  content: url(../style/mediboard/images/buttons/checklist.png);
}

button.favoris:before, a.button.favoris:before {
  content: url(../style/mediboard/images/buttons/favoris.png);
}

button.import:before, a.button.import:before {
  content: url(../style/mediboard/images/buttons/import.png);
}

button.selected {
  border: 2px solid #000;
}

button.compact,
a.button.compact {
  margin: -1px !important;
}

button.labo:before, a.button.labo:before {
  content: url(../style/mediboard/../../images/icons/labo.png);
}

optgroup.group {
  text-align: center;
  font-variant: small-caps;
}

form label.notNull,
form label.canNull,
form label.notNullOK
/*,
form label.checkNull*/ {
  padding-right: 7px;
  font-weight: bold;
  background-position: center right;
  background-repeat: no-repeat;
}

form label.notNull {
  background-image: url(../style/mediboard/../mediboard/images/icons/notNull.png);
}

form label.canNull {
  background-image: url(../style/mediboard/../mediboard/images/icons/canNull.png);
}

form label.notNullOK {
  background-image: url(../style/mediboard/../mediboard/images/icons/notNullOK.png);
}

/*
form label.checkNull {
  background-image: url(../style/mediboard/../mediboard/images/icons/checkNull.png);
}
*/

form label.error,
table.form th.category label.error {
  color: #f00;
}

textarea[readonly],
textarea[readonly]:focus,
input[type=text][readonly],
input[type=text][readonly]:focus,
input[type=number][readonly],
input[type=number][readonly]:focus {
  border: 1px dotted #666;
  background: none;
  background: rgba(255,255,255,0.4);
}

.textarea-container textarea[readonly],
.textarea-container textarea[readonly]:focus {
  border: none;
}

input[type=text].date {
  width: 80px;
}

input[type=text].time {
  width: 50px;
}

input[type=text].dateTime {
  width: 110px;
}

div.autocomplete {
  position:absolute;
  width:250px;
  max-height:200px;
  overflow: auto;
  overflow-x: hidden;
  background-color:white;
  border:1px solid #999;
  margin-top: -2px;
  margin-bottom: 18px;
  padding: 0;
  z-index: 400;
  white-space: normal;
}

div.autocomplete ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

div.autocomplete ul em {
  text-decoration: underline;
  font-style: normal;
}

div.autocomplete ul li.selected {
  background-color: #fafaa4 !important;
  /*font-weight:bold;*/
}

div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  line-height: 100%;
  background-image: url(../style/mediboard/images/pictures/bg-gradient.png);
  background-position: center top;
  max-height: 55px;
  overflow: hidden;
}

/*div.autocomplete ul li:nth-of-type(2n+1) {
  background-color: #eee;
}*/

div.autocomplete ul li small {
  white-space: normal;
}

input.autocomplete {
  background-image: url(../style/mediboard/../../images/icons/throbber.gif);
  background-position: 100% 1px;
  background-repeat: no-repeat;
  padding-right: 17px;
}

input.autocomplete:focus {
  padding-right: 17px;
}

input.autocomplete.throbbing {
  background-position: 100% -19px;
}

input.search {
  background-image: url(../style/mediboard/../../images/icons/search.png);
  background-position: 100% 1px;
  background-repeat: no-repeat;
  padding-right: 17px;
}

div.dropdown {
  border:none;
  margin:0;
  padding:0;
  position:relative;
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 17px;
}

div.dropdown.fixed-width,
div.dropdown.fixed-width input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.dropdown-trigger {
  width: 16px;
  padding:0;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  margin: 1px;
  cursor:pointer;
  background-repeat: repeat-x;
  background-position: center center;
  background-image: url(../style/mediboard/images/buttons/button.png);
  border: 1px solid #999;
  border-radius: 0 3px 3px 0;
}

.desktop div.dropdown-trigger:hover {
  background-image: url(../style/mediboard/images/buttons/button-over.png);
  border-color: #333;
}

div.dropdown-trigger div {
  position:absolute;
  right:0;
  top:0;
  left:0;
  bottom:0;
  background: url(../style/mediboard/../../images/buttons/down.gif) center center no-repeat;
  border: 1px solid #eee;
  border-radius: 0 3px 3px 0;
}

input.barcode {
  background-image: url(../style/mediboard/../../images/icons/barcode.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 19px;
}

.textarea-helped {
  position: relative;
}

table.tbl .textarea-helped a {
  display: inline;
}

.textarea-helped .toolbar {
  position: absolute;
  bottom: 1px;
  right: 1px;
  margin: 2px 1px;
  padding: 0;
  vertical-align: middle;
  text-align: right;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.textarea-helped .toolbar.left {
  right: auto;
  left: 1px;
}

.textarea-helped .toolbar.left .throbber,
.textarea-helped .toolbar.left .throbber-background {
  left: auto;
  right: -20px;
}

.textarea-helped .toolbar:hover {
  opacity: 1;
}

.textarea-helped .toolbar a:hover img {
  outline: 1px dotted #999;
}

.textarea-helped .toolbar a:focus {
  outline: none;
}

.textarea-helped .toolbar img {
  margin: 1px;
  padding: 1px;
}

.textarea-helped .sub-toolbar {
  position: absolute;
  top: 20px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -3px;
  padding: 2px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 3px;
}

.textarea-helped .sub-toolbar img {
  margin-bottom: 0;
}

.textarea-helped .toolbar a:hover .sub-toolbar img {
  outline: none;
}

.textarea-helped .toolbar a:hover .sub-toolbar img:hover {
  outline: 1px dotted #999;
}


.textarea-helped .throbber,
.textarea-helped .throbber-background {
  position: absolute;
  height: 13px;
  width: 13px;
  left: -20px;
  margin: 4px;
  background-image: url(../style/mediboard/../../images/icons/throbber.gif);
  background-position: 100% -20px;
  background-repeat: no-repeat;
}

.textarea-helped .throbber-background {
  background-position: 100% 0;
}

textarea#htmlarea {
  width: 99%;
  height: 100%;
}

.numericField {
  border: none !important;
  border-collapse: collapse;
  border-spacing: 0;
  display: -moz-inline-box;
  display: inline-block;
  position: static; /* To allow filter:opacity in IE */
  white-space: normal; /* To allow full width inputs in the forms module */
}

.numericField td {
  padding: 0!important;
  border: none!important;
}

/*.numericField .arrows {
  width: 1%;
}*/

.numericField .arrows div {
  /*outline: 1px solid #999;*/
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin: -1px;
  height: 9px;
  width: 1.3em;
  right: -2px;
  border: 1px solid #999;
}

.numericField .arrows div.up {
  border-radius: 3px 3px 0 0;
  background-image: url(../style/mediboard/../../images/buttons/up-small.gif);
  border-bottom: none;
  margin-bottom: 0;
}

.numericField .arrows div.down {
  border-radius: 0 0 3px 3px;
  background-image: url(../style/mediboard/../../images/buttons/down-small.gif);
}

.desktop .numericField .arrows div:hover {
  background-color: #FFF;
}

.numericField .fraction {
  color: #666;
  padding: 0 3px !important;
  line-height: 18px;
  background: none;
}

.numericField input {
  margin: 0;
}

.numericField.big-buttons button:before {
  line-height: 14px;
  vertical-align: top;
}

.numericField.big-buttons button.down:before {
  content: "-";
}

.numericField.big-buttons button.up:before {
  content: "+";
}

.numericField.big-buttons button.down {
  margin-right: -1px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.numericField.big-buttons button.up {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.numericField.big-buttons button {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 1px;
  font-size: 16px;
  font-weight: bold;
  width: 14px;
  height: 14px;
  margin: 0;
  text-align: center;
}

.grippie-h {
  background: #CCC url(../style/mediboard/../../images/buttons/drag-n.gif) center center no-repeat;
  height: 5px;
  margin: -1px;
  cursor: n-resize;
}

span.highlight {
  background-color: yellow;
}

.cursor-highlight {
  outline: 2px dotted red;
  z-index: 2000;
  position: relative;
}

.autocomplete span.highlight {
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.ajax-upload {
  position: relative;
  width: 8em;
  height: 20px;
  overflow: hidden;
}

.ajax-upload .fakefile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.ajax-upload input[type="file"] {
  position: relative;
  text-align: right;
  opacity: 0;
  z-index: 20;
  right: 0;
}

select.helper {
  max-width: 10em;
}

.color-view {
  padding: 0 3px;
  margin: 0 3px;
  border: 1px solid #aaa;
}

.ipad textarea {
  min-height: 5em;
  resize: vertical;
}

/** Readonly mode **/
form.readonly .inputExtension,
form.readonly .dropdown-trigger,
form.readonly .numericField .arrows {
  display: none;
}

form.readonly .input.autocomplete,
form.readonly .input.dropdown {
  background-image: none;
  padding-right: 0;
}

form.readonly input,
form.readonly select,
form.readonly textarea {
  pointer-events: none;
}

form.readonly .button.remove, form.readonly button.remove,
form.readonly .button.add,    form.readonly button.add,
form.readonly .button.merge,  form.readonly button.merge,
form.readonly .button.trash,  form.readonly button.trash,
form.readonly .button.new,    form.readonly button.new,
form.readonly .button.save,   form.readonly button.save,
form.readonly .button.submit, form.readonly button.submit,
form.readonly .button.cancel, form.readonly button.cancel,
form.readonly .button.modify, form.readonly button.modify {
  display: none;
}

/* $Id: $ */

/* Message styles */
table.dialog #systemMsg,
#leftMenu #systemMsg {
  max-height: 50%;
  max-width: 50%;
  overflow: auto;
  position: fixed;
  top: 5px;
  right: 5px;
  background: #fff;
  border: 1px solid #666;
  padding: 5px;
}

#systemMsg {
  cursor: pointer;
  position: absolute;
  padding: 2px;
  border: 1px solid #888;
  right: 20px;
  z-index: 1200;
  background: white;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  border-radius: 3px;
}

#login #systemMsg {
  cursor: pointer;
  position: relative;
  right: 0;
}

div.warning, 
div.error, 
div.info, 
div.loading {
  line-height: 120%;
  background: no-repeat center left;
  padding: 2px;
  padding-left: 20px;
}

div.warning {
  color: #a40;
  background-image: url(../style/mediboard/../../images/icons/warning.png);
}

div.error {
  color: #f00;
  background-image: url(../style/mediboard/../../images/icons/error.png);
}

div.info {
  color: #008;
  background-image: url(../style/mediboard/../../images/icons/info.png);
}

div.noted {
  margin-right: 20px; 
}

div.loading {
  background-image: url(../style/mediboard/images/icons/loading.gif);
}

.ajax-loading {
  background: #666 url(../style/mediboard/images/icons/ajax-loading.gif) no-repeat center;
  border: none;
  min-height: 16px;
  min-width: 16px;
  z-index: 800;
}

.modal .ajax-loading {
  z-index: 1002;
}

div.small-success,
div.small-info,
div.small-warning,
div.small-error,
div.small-mail {
  text-align: left;
  margin: 5px;
  min-height: 15px;
  background-repeat: no-repeat;
  background-position: 5px center;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  padding-left: 30px;
  border-radius: 3px;
}

.small-success {
  background-image: url(../style/mediboard/images/icons/small-success.png);
  background-color: #efe;
  border-color: #5a5;
}

.small-info {
  background-image: url(../style/mediboard/images/icons/small-info.png);
   background-color: #eef;
  border-color: #55a;
}

.small-warning {
  background-image: url(../style/mediboard/images/icons/small-warning.png);
  background-color: #ffd;
  border-color: #da0;
}

.small-error {
  background-image: url(../style/mediboard/images/icons/small-error.png);
  background-color: #fee;
  border-color: #a55;
}

.small-mail {
  background-image: url(../style/mediboard/images/icons/small-mail.png);
  background-color: #ffe;
  border-color: #dd0;
}

div.big-success,
div.big-info,
div.big-warning,
div.big-error {
  text-align: left;
  margin: 8px 30px;
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: 5px center;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  padding-left: 60px;
  border-radius: 3px;
}

.big-warning {
  background-image: url(../style/mediboard/images/icons/warning.png);
  background-color: #ffd;
  border-color: #da0;
}

.big-success {
  background-image: url(../style/mediboard/images/icons/success.png);
   background-color: #efe;
  border-color: #5a5;
}

.big-info {
  background-image: url(../style/mediboard/images/icons/info.png);
   background-color: #eef;
  border-color: #55a;
}

.big-error {
  background-image: url(../style/mediboard/images/icons/error.png);
  background-color: #fee;
  border-color: #a55;
}

div.big-success,
div.big-info,
div.big-warning,
div.big-error,
div.small-success,
div.small-info,
div.small-warning,
div.small-error,
div.small-mail {
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

fieldset.error-notice legend,
td.error-notice {
  background-color: #ccccff !important;
}

fieldset.error-warning legend,
td.error-warning {
  background-color: #ffcd75 !important;
}

fieldset.error-error legend,
td.error-error {
  background-color: #ff9999 !important;
}

/** -- USER MESSAGE NOTIFICATIONS -- **/
#usermessage_notification a {
    position: fixed;
    top: 0;
    right:0;
    width:48px;
    height:48px;
    margin:5px;
    background: url('../style/mediboard/images/icons/mail.png') no-repeat;
}

#usermessage_notification a p {
    position: absolute;
    bottom:0;
    width: 100%;
    text-align: center;
}

#usermessage_notification a p span {
    display:block;
    width: 12px;
    height: 12px;
    margin:0 auto;
    background-color: red;
    box-shadow: 0 0 2px black;
    font-weight:bold;
    color:white;
    border-radius: 100%;
    font-size: 1em;
    line-height: 12px;
}

.nav-history {
  border-spacing: 0;
}

button.nav-history {
  position: fixed;
  bottom: 2px;
  left: 2px;
}

.nav-history a {
  display: block;
}

.nav-history .nav-block {
  line-height: 16px;
  vertical-align: middle;
}

.nav-history a:hover {
  text-decoration: none;
}

.nav-history tr:hover td {
  background: #ccc;
}

.nav-history .nav-block img {
  margin: 2px;
  vertical-align: middle;
  display: inline-block;
}

.nav-history .nav-object a:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 2px;
}

.nav-history .nav-type-view .nav-object a:before {
  background-image: url(../style/mediboard/../../style/mediboard/images/buttons/lookup.png);
}
.nav-history .nav-type-edit .nav-object a:before {
  background-image: url(../style/mediboard/../../style/mediboard/images/buttons/edit.png);
}
.nav-history .nav-type-new .nav-object a:before {
  background-image: url(../style/mediboard/../../style/mediboard/images/buttons/new.png);
}
.nav-history .nav-type-search .nav-object a:before {
  background-image: url(../style/mediboard/../../style/mediboard/images/buttons/search.png);
}

.nav-history .nav-time a {
  color: #999;
}

/* Text icons */
.texticon {
  border: 1px solid !important;
  border-radius: 3px;
  background: #fafafa;
  display: inline-block;
  padding: 1px 2px;
  line-height: 1;
  font-size: 10px;
  position: relative;
  box-sizing: border-box;
  font-weight: normal;
  text-shadow: none;
}

.texticon-stroke:after {
  border-bottom: 2px solid red;
  position: absolute;
  content: "";
  left: 0;
  right: -1px;
  height: 4px;
  transform: rotate(18deg);
}

.texticon-allergies-ok {
  color: #007f00;
}

.texticon-allergies-warning {
  color: red;
}

.texticon-arisque {
  color: red;
}

.texticon-atcd {
  color: #fd7d26;
}

.texticon-at {
  color: #037f48;
}

.texticon-cond {
  color: blueviolet;
}

.texticon-extempo {
  color: #14c20b;
}

.texticon-generique {
  color: #009866;
}

.texticon-ghs {
  color: #047f49;
}

.texticon-idext {
  color: #990303;
}

.texticon-hopital {
  color: #0833b5;
}

.texticon-isolement {
  color: #029902;
}

.texticon-lt {
  color: #980000;
}

.texticon-medicament {
  color: #6698fe;
}

.texticon-mutation {
  color: #0134fe;
}

/* Never used */
.texticon-perop {
  color: #cb0000;
}

.texticon-premed {
  color: #c49c01;
}

.texticon-referents {
  color: #0066cb;
}

.texticon-stup {
  color: #ff0000;
}

.texticon-t2a {
  color: #027f48;
}

.texticon-uf {
  color: #346701;
}

.texticon-uf-warning {
  color: #fd0101;
}

/* Never used */
.texticon-uhcd {
  color: #356702;
}
/* $Id: $ */

/** Tooltip **/
.tooltip-trigger {
  cursor: pointer;
}

div.tooltip {
  margin-left: 20px;
  position: absolute;
  z-index: 1100;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #999;
  padding: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/** Postit **/
div.postit {
  border-radius: 6px;
  background: #FEFF7F;
  padding: 4px;
}

/** Note **/
table.note {
  background: transparent;
  border-spacing: 0;
  padding: 0;
  color: #000;
  font-size: 0.9em;
  font-weight: normal;
  min-width: 15em;
}

table.note th,
table.note td {
  background: transparent;
  text-align: left;
}

table.note th {
  font-weight: bold;
}

table.note th.high {
  background-color: #faa;
}

table.note th.medium {
  background-color: #fc0;
}
table.note th.low {
  background-color: #afa;
}
/* $Id: $ */

td a.email {
  display: inline;
}

/** Login page */
#login {
  padding-top: 40px; 
}

#login table {
  border: solid #8c8 3px;
  width: 600px;
  background: #eef;
  margin: auto;
  padding: 5px;
  border-collapse: separate;
}

#login table td.logo {
  text-align: center;
  font-size: 0.9em;
  white-space: normal;
}

#login input, 
#login label,
#login button {
  font-size: 14px;
}

#login button {
  height: 26px;
  line-height: 22px;
  padding: 0 4px;
}

/* Global header */
#header {
  width: 100%;
  border-spacing: 0;
  border: none;
}

#header td {
  padding: 0;
}

table.Offline td.button {
  text-align: center;
  vertical-align: middle;
}

table.Offline select,
table.Offline option,
table.Offline input,
table.Offline button  {
  height: 20px;
  font-size: 1.2em;
  font-weight: bold;
  margin : 2px 2px;
}


/* Navigation */
#menubar {
  border-bottom: 1px solid #999;
  background-color: #ddd;
  color: #fff;
  text-align: left;
  width: 100%;
}

ul#nav,
ul#nav-vert {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav li {
  display: inline;
  float: left;
}

#nav a,
#nav-vert a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1em;
  padding: 2px 2px;
}

#nav a:hover,
#nav-vert a:hover {
  text-decoration: none;
  background: #eee;
  padding: 1px 2px 1px 1px;
  border: 1px outset #ddd;
}

#nav a:active,
#nav-vert a:active {
  background: #eee;
  padding:  1px 2px 1px 1px;
  border: 1px inset #ddd;
}

#nav li.nonSelected a,
#nav-vert li.nonSelected a {
  text-decoration: none;
  border-right: 1px dotted #aaa;
}

#nav li.selected a,
#nav-vert li.selected a {
  text-decoration: none;
  background: #aaa;
  padding:  1px 2px 1px 1px;
  border: 1px inset #888;
}

#nav img,
#nav-vert img {
  display: block;
  margin: auto;
  width: 48px;
}

#menubar.uniconed #nav img,
#menubar.uniconed #nav-vert li.nonSelected img {
  display: none;
}

/* User */

#user {
  vertical-align: top;
  height: 1%;
  border-bottom: 1px dashed black;
  padding: 2px;
}

#user .menu {
  float: right;
}

#user .menu img {
  padding: 2px;
}

#user .menu a:hover {
  text-decoration: none;
}

#user .menu img:hover {
  background-color: #ccc;
}

/* Main -- table -- pane */
#main {
  clear: both;
  width: 100%;
  border-spacing: 0
}

#mainPane {
  vertical-align: top;
}

/* Touchscreen mode */
.touchscreen input,
.touchscreen select,
.touchscreen option,
.touchscreen button,
.touchscreen a.button,
.touchscreen label {
  height: 26px;
  vertical-align: middle;
}

.touchscreen button,
.touchscreen a.button {
  height: 28px;
  line-height: 28px;
}

.touchscreen button:before,
.touchscreen a.button:before {
  margin: 4px;
}

.touchscreen button.notext,
.touchscreen a.button.notext {
  width: 28px;
}

.touchscreen input {
  height: 18px;
}
.touchscreen input[type=image] {
  width: 18px;
}

.touchscreen input[type=text],
.touchscreen input[type=tel],
.touchscreen input[type=number],
.touchscreen input[type=email],
.touchscreen input[type=password] {
  min-width: 3em;
  padding-top: 5px;
}

.touchscreen input[type=radio],
.touchscreen input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.touchscreen option,
.touchscreen form label {
  padding-top: 5px;
}

.touchscreen optgroup option {
  padding-left: 16px;
}

.touchscreen input.autocomplete {
  background-position: 100% 5px;
}

.touchscreen input.autocomplete.throbbing {
  background-position: 100% -15px;
}

.touchscreen div.autocomplete ul li {
  padding: 6px;
}

.touchscreen .control .trigger {
  width: 22px;
  height: 22px;
}

.touchscreen .control .trigger,
.touchscreen .inputExtension  {
  margin: 1px;
  top: 3px;
}

.touchscreen .inputExtension  {
  margin: 1px;
  width: 22px;
}

.touchscreen .control button,
.touchscreen .control input {
  top: -4px;
}

.touchscreen ul.control_tabs li a, 
.touchscreen ul.control_tabs_vertical li a {
  font-size: 15px;
}

.touchscreen .numericField .arrows div {
  width: 2.2em;
  height: 14px;
  right: -3px;
}

.touchscreen .numericField .arrows div.up {
  top: -3px;
  height: 15px;
}

.touchscreen .numericField .arrows div.down {
  bottom: -3px;
}

.touchscreen .numericField.big-buttons button {
  height: 22px;
  width: 22px;
  font-size: 18px;
}

.touchscreen .datepickerControl {
  font-size: 14px;
}

.touchscreen .datepickerControl td {
  padding: 3px;
}

.touchscreen div.dropdown-trigger {
  height: 24px;
  width: 24px;
}

.touchscreen div.dropdown {
  padding-right: 25px;
}

/** aides à la saisie ipad : on ne cache pas les boutons **/
.touchscreen .textarea-helped .toolbar {
    display: block!important;
}

/* control tabs */
hr.control_tabs {
  display: none;
}

ul.control_tabs,
ul.control_tabs_vertical {
  list-style: none;
  line-height: normal;
  clear: right;
  display: block;
  padding: 0;
}

ul.control_tabs {
  border-bottom: 1px solid #458;
  padding-left: 1px;
  margin-top: 1px;
}

ul.control_tabs_vertical {
  border-right: 1px solid #458;
}

ul.full_width li,
ul.control_tabs.wide li {
  width: 100%;
}

ul.control_tabs li, 
ul.control_tabs_vertical li {
  margin: 1px 1px 0;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
}

ul.control_tabs_vertical li {
  display: block;
}

ul.control_tabs li.linebreak, 
ul.control_tabs_vertical li.linebreak {
  clear: both;
}

ul.control_tabs li a, 
ul.control_tabs_vertical li a {
  display: block;
  border: 1px solid #458;
  border-radius: 3px 3px 0 0;
  background-color: #6688CC;
  font-size: 1.1em;
  padding: 3px 6px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: -1px;
}

/*
ul.control_tabs li a[data-count]:after, 
ul.control_tabs_vertical li a[data-count]:after {
  content: " (" attr(data-count) ")";
  font-size: smaller;
}*/

ul.control_tabs li a:focus, 
ul.control_tabs_vertical li a:focus {
  outline: 0;
}

ul.control_tabs li a:hover, 
ul.control_tabs_vertical li a:hover {
  background-color: #98B5DF;
  text-decoration: none;
}

ul.control_tabs li a.active, 
ul.control_tabs_vertical li a.active {
  background-color: #FFF;
  color: #000;
}

ul.control_tabs li a.active {
  border-bottom: 1px solid #fff;
}

ul.control_tabs_vertical li a.active {
  border-right: 1px solid #fff;
}

/** EMPTY **/
ul.control_tabs li a.empty, 
ul.control_tabs_vertical li a.empty{
  background-color: #bbb;
}

ul.control_tabs li a.empty:hover, 
ul.control_tabs_vertical li a.empty:hover {
  background-color: #ccc;
}

ul.control_tabs li a.empty.active, 
ul.control_tabs_vertical li a.empty.active {
  background-color: #eee;
}

/** WRONG **/
ul.control_tabs li a.wrong, 
ul.control_tabs_vertical li a.wrong,
span.wrong {
  background-color: #fb0;
}

ul.control_tabs li a.wrong:hover, 
ul.control_tabs_vertical li a.wrong:hover {
  background-color: #fd4;
}

ul.control_tabs li a.wrong.active, 
ul.control_tabs_vertical li a.wrong.active {
  background-color: #ffa;
  color: #000000;
}

/** SPECIAL **/
ul.control_tabs li a.special, 
ul.control_tabs_vertical li a.special,
ul.control_tabs li a.special:hover, 
ul.control_tabs_vertical li a.special:hover {
  background-color: #94dd89;
}

ul.control_tabs li a.special.active, 
ul.control_tabs_vertical li a.special.active {
  background-color: #6fe060;
  color: #000000;
}

/** Cancelled **/
ul.control_tabs li a.cancelled,
ul.control_tabs_vertical li a.cancelled,
ul.control_tabs li a.cancelled:hover,
ul.control_tabs_vertical li a.cancelled:hover {
  background-color: #f88;
}

ul.control_tabs li a.cancelled.active,
ul.control_tabs_vertical li a.cancelled.active {
  background-color: #ffc3c3;
  color: #000000;
}

ul.control_tabs .separator, 
ul.control_tabs_vertical .separator {
  padding: 0 10px; 
  display: block;
  visibility: hidden;
}

ul.control_tabs_vertical {
  border-right: 1px solid #458;
  padding: 0;
  padding-top: 6px;
}

ul.control_tabs_vertical li {
  text-align: right;
  margin-right: -1px;
}

ul.control_tabs_vertical li a {
  border-radius: 3px 0 0 3px;
  padding: 3px 8px;
  margin-bottom: 2px;
}

ul.control_tabs_vertical li a.active {
  background-color: #FFF;
  color: #000;
  border-bottom: 1px solid #458;
}

ul.control_tabs.small li a,
ul.control_tabs_vertical.small li a {
  font-size: 1em; 
  padding: 2px 5px;
  font-weight: normal;
}

ul.control_tabs.small li button,
ul.control_tabs_vertical.small li button {
  margin: 0;
}

div.progressBar {
  font-size: 0.9em;
  background: #fff;
  margin: 0 auto;
  height: 11px;
  width: 90%;
  text-align: left;
  border: 1px solid #ccc;
  position: relative;
  color: #000;
  min-width: 4em;
}

div.progressBar div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.progressBar div.bar {
  height: 100%;
  background-repeat: repeat;
}

div.progressBar div.text {
  text-align: center;
  white-space: nowrap;
}

div.progressBar div.empty {
  background-image: url(../style/mediboard/./images/icons/pempty.png);
}

div.progressBar div.normal {
  background-image: url(../style/mediboard/./images/icons/pnormal.png);
}

div.progressBar div.booked {
  background-image: url(../style/mediboard/./images/icons/pbooked.png);
}

div.progressBar div.full {
  background-image: url(../style/mediboard/./images/icons/pfull.png);
}

tr.groupexpand td,
tr.groupcollapse td {
  background-color: #ddf;
}

tr.groupexpand td,
tr.groupcollapse td,
tr.groupexpand th,
tr.groupcollapse th {
  padding-left: 25px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center left;
}

tr.groupcollapse td,
tr.groupcollapse th {
  background-image: url(../style/mediboard/../../images/icons/collapse.gif);
}

tr.groupexpand td,
tr.groupexpand th {
  background-image: url(../style/mediboard/../../images/icons/expand.gif);
}

tr.triggerShow td,
tr.triggerHide td {
  background-color: #ddf;
}

tr.triggerShow td,
td.triggerShow,
tr.triggerHide td,
td.triggerHide,
tr.triggerShow th,
tr.triggerHide th,
div.triggerShow,
div.triggerHide {
  padding-left: 20px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center left;
}

tr.triggerHide td,
tr.triggerHide th,
td.triggerHide,
div.triggerHide {
  background-image: url(../style/mediboard/../../images/icons/expand.gif);
}

tr.triggerShow td,
tr.triggerShow th,
td.triggerShow,
div.triggerShow {
  background-image: url(../style/mediboard/../../images/icons/collapse.gif);
}

.triggerShow:hover, .triggerHide:hover,
.triggerShow:hover td, .triggerHide:hover td,
.triggerShow:hover th, .triggerHide:hover th {
  cursor: pointer;
}

tr.show {
  display: table-row;
}

td.show {
  display: table-cell;
}

.hidden {
  display: none;
}

div.rank {
  font-size: 1.3em; 
  border-radius: 0.7em;
  border: 2px solid #888; 
  background: #fff; 
  font-weight: bold; 
  display: inline-block;
  min-width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
  text-align: center;
  margin: 2px;
}

div.rank.desired {
  background-color: #E3C006;
}

.datepickerControl {
  border:        1px solid #999999;
  background-color:  #EEEEEE;
  padding:      5px;
  margin-top: -1px;
  cursor: default;
  z-index: 1000 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  border-radius: 6px;
  border-top-left-radius: 0;
}

.datepickerControl.inline {
  border:        none;
  padding: 0;
  background-color:  transparent;
  width: auto;
  position: static !important;
  box-shadow: none;
}

.datepickerControl td {
  text-align:      center;
  padding:      1px;
}

.datepickerControl tr.monthLabel td {
  background-color:  #FFFFFF;
  border:        1px solid #999999;
  font-weight:    bold;
}

.datepickerControl tr.navigation td {
  cursor:        pointer;
}

.datepickerControl tr.navigation td:hover {
  text-decoration:  underline;
}

.datepickerControl tr.dayLabel td,
.datepickerControl td.weeknumber {
  border:        1px solid #003366;
  background-color:  #003366;
  color:        white;
  font-weight:    bold;
}

.datepickerControl td.day, 
.datepickerControl td.dayothermonth {
  cursor:        pointer;
  background-color:  #FFFFFF;
  border:        1px solid #EEEEEE;
  width:        2em;
}

/* We should use a class "othermonth" in addition to "day" instead of "dayothermonth" */
.datepickerControl td.dayothermonth { 
  color:        #999999;
  font-style:      italic;
}

.datepickerControl td.day:hover,
.datepickerControl td.hour:hover,
.datepickerControl td.minute:hover {
  background-color:  #EBE4C0;
  border:          outset 1px #666666;
}

.datepickerControl td.weekend {
  background-color:  #CCCCCC;
  font-style:      italic;
}

.datepickerControl td.today {
  outline:  2px solid #EBC2C0;
}

/* Spotted days */
.datepickerControl td.day.spot,
.datepickerControl td.dayothermonth.spot {
  color:    red;
  font-weight: bold;
}

/* Active days */
.datepickerControl td.day.active,
.datepickerControl td.dayothermonth.active,
.datepickerControl td.day.active:hover,
.datepickerControl td.dayothermonth.active:hover {
  border-bottom: green 1px solid;
}

/* Hours and minutes */
.datepickerControl td.hour,
.datepickerControl td.minute {
  cursor:        pointer;
  background-color:  #FFFFFF;
  border:        1px solid #EEEEEE;
  width:        2em;
}

/* Disabled days, minutes and hours */
.datepickerControl td.disabled {
  color: #999999;
  background-color: #EEEEEE;
  cursor: default;
}

.datepickerControl td.disabled:hover {
  background-color: #EEEEEE;
  border:       1px solid #EEEEEE;
}

.datepickerControl td input,
.datepickerControl td button {
  padding:      0;
  border:        1px solid #999999;
  text-align:      center;
}

.datepickerControl td.ampm {
  cursor:        pointer;
  background-color:  #CCCCCC;
  border:        1px solid #EEEEEE;
  width:        2em;
}

.datepickerControl input.current,
.datepickerControl td.current,
.datepickerControl td.current:hover {
  background-color:  #EBC2C0;
}

.datepickerControl td.current {
  font-weight:    bold;
}

.datepickerControl td.ferie {
  background-color: yellow;
  border:solid 1px orange;
}

.datepickerControl div.dropdown {
  border:        1px solid #999999;
  background-color:  #EEEEEE;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  text-align: left;
}

.datepickerControl div.dropdown a {
  display: block;
  margin: 0;
  padding: 1px 2px;
  text-decoration: none;
}

.datepickerControl div.dropdown a.current {
  background-color:  #CCCCCC;
}

.datepickerControl div.dropdown a:hover {
  outline: 2px solid #666666;
}

#waitingMsgMask {
  width: 100%;
  position: absolute;
  background-color:#333;
  z-index: 1300;
}

#waitingMsgText {
  width: 20%;
  min-width: 150px;
  position: fixed;
  z-index: 1400;
  font-size: 1.2em;
  background-color: #fff;
  color:#000;
  border: 1px solid #999;
  padding: 20px 5px;
  text-align: center;
  border-radius: 4px;
}

#waitingMsgText .loading{
  display: inline;
}

/** Flotr */
.flotr-datagrid-container {
  border: 1px solid #999;
  border-bottom: none;
  background: #fff;
}
.flotr-datagrid-toolbar {
  padding: 1px;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
}
.flotr-datagrid {
  border-collapse: collapse;
  border-spacing: 0;
}
.flotr-datagrid td, .flotr-datagrid th {
  border: 1px solid #ccc;
  padding: 1px 3px;
  min-width: 2em;
}
.flotr-datagrid tr:hover {
  background: #f3f3f3;
}
.flotr-datagrid tr:hover th {
  background: #999;
  color: #fff;
}
.flotr-datagrid th {
  text-align: left;
  background: #e3e3e3;
  border: 2px outset #fff;
}
.flotr-datagrid td:hover {
  background: #ccc;
}
.flotr-datagrid .first-row th {
  text-align: center;
}
.flotr-canvas {
  margin-bottom: -3px;
  padding-bottom: 1px;
}
.flotr-tabs-group {
  border-top: 1px solid #999;
}
.flotr-tab {
  border: 1px solid #666;
  border-top: none;
  margin: 0 3px;
  padding: 1px 4px;
  cursor: pointer;
  border-radius: 0 0 4px 4px;
  opacity: 0.5;
}
.flotr-tab.selected {
  background: #ddd;
  opacity: 1;
}
.flotr-tab:hover {
  background: #ccc;
}
.flotr-datagrid tr:hover, .flotr-datagrid col.hover {
  border: none;
  background: #f3f3f3;
}
.flotr-datagrid tr:hover th, .flotr-datagrid th.hover {
  background: #999;
  color: #fff;
}
.flotr-legend-label {
  text-align: left;
}
.flotr-mouse-value {
  z-index: 3;
  margin: -2px;
}



ul li.user:before,
ul li.prat:before,
ul li.func:before,
ul li.function:before,
ul li.etab:before,
ul li.group:before {
  float:right;
}

ul li.user:before,
ul li.prat:before {
  content: url(../style/mediboard/../../images/icons/user.png);
}

ul li.func:before,
ul li.function:before {
  content: url(../style/mediboard/../../images/icons/user-function.png);
}

ul li.etab:before,
ul li.group:before {
  content: url(../style/mediboard/../../images/icons/group.png);
}

td.user,
td.prat,
td.func,
td.function,
td.etab,
td.group {
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 16px !important;
}

td.user,
td.prat {
  background-image: url(../style/mediboard/../../images/icons/user.png);
}

td.func,
td.function {
  background-image: url(../style/mediboard/../../images/icons/user-function.png);
}

td.group,
td.etab {
  background-image: url(../style/mediboard/../../images/icons/group.png);
}

table.active {
  outline: 2px solid #6688CC;
}

#control_overlay {
  background-color: #000;
}

.modal {
  max-width: 95%;
  max-height: 95%;

  border: 2px solid #fff;
  background-color: #eee;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.7);
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.modal.full-width {
  width: 100%;
}

.modal.full-height {
  height: 100%;
}

.modal h1 {
  text-align: center;
  font-size: inherit;
  background: #ccc; 
  border-radius: 5px;
  font-weight: bold; 
  margin: 0; 
  padding: 5px 1em; 
  white-space: nowrap;
}

.modal.popup > .title {
  font-weight: bold;
  background-color: #CCCCCC;
  border-radius: 5px 5px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 18px;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 2;
}

.modal.popup > .title > span {
  margin: 1px;
}

.modal.popup > .title .left {
  float: left;
  padding-left: 0.4em;
}

.modal.popup > .title .right {
  float: right;
}

.modal > .content {
  /*text-align: center;*/
  overflow-x: auto; /* hidden */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  min-width: 200px;
  min-height: 80px;
}

/* IE9 in IE8 mode */
/* To fix a bug in IE where the scroll bar doesn't appear */
.ua-msie-8 .modal > .content {
  overflow-y: scroll;
}
.ua-msie-8 .modal.modal-iframe > .content {
  overflow-y: auto;
}

.modal > .content,
.modal > iframe { /* .modal > iframe shoule never happen */
  height: 100%;
  position: relative;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.modal > .content > iframe {
  margin-bottom: -10px;
}

/* Inner-shadow scroll top */
.modal.scroll-top > .title,
.modal.scroll-bottom:after {
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}

/* Inner-shadow scroll bottom */
.modal.scroll-bottom:after {
  content: "";
  display: block;
  position: relative;
}

.modal.popup > .title button.cancel,
.modal.popup > .title button.close,
.modal.popup > .title button.change {
  margin: 0;
}

.modal.popup > .title:empty {
  background: none;
  padding: 0;
  border: none;
}

/** Pagination **/
.pagination {
  text-align: center; 
  font-weight: bold; 
  margin: 1px; 
  word-spacing: -2px;
}

.pagination .page {
  display: -moz-inline-box;
  display: inline-block; 
  border: 1px solid #999; 
  padding: 1px 3px;
  margin: 1px 0;
  color: #555;
  border-radius: 3px;
  background: url(../style/mediboard/images/buttons/button.png) center center repeat-x;
}

.pagination.narrow .page {
  padding: 1px 2px;
}

.pagination .page:hover {
  text-decoration: none;
  background-image: url(../style/mediboard/images/buttons/button-over.png);
}

.pagination .page.active,
.pagination .page.disabled {
  cursor: default;
}

.pagination .page.active {
  border: 2px solid #000;
  color: #f30;
  margin: -1px;
}

.pagination .page.disabled {
  border: 1px solid #ccc; 
  color: #ccc;
}

/** Image thumbnails **/
img.thumbnail {
  border: 1px solid #000;
  padding: 1px;  
  margin-top: 0.5em ;
  margin-bottom: 0.5em;
  cursor: pointer;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
}

img.thumbnail:hover {
  border: 2px solid #000;
  padding: 0;
}

/** Object tags **/
ul.tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.tags > li.tag,
ul.tags > li.input {
  display: inline-block;
}

ul.tags > li.tag,
select.taglist option {
  text-shadow:  0   0   0 rgba(0, 0, 0, 0),
               -1px 0   0 rgba(255,255,255,.5),
                0   1px 0 rgba(255,255,255,.5),
                1px 0   0 rgba(255,255,255,.5),
                0  -1px 0 rgba(255,255,255,.5);
}

ul.tags > li.tag {
  border: 1px solid #ccc;
  background: #fff;
  padding: 1px 3px 1px 5px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 2px;
}

ul.tags > li.tag button.delete {
  background: transparent url(../style/mediboard/images/buttons/delete-tiny.png) no-repeat top center;
  border: none;
  width: 11px;
  height: 11px;
  padding: 0;
}

ul.tags > li.tag button.delete:hover {
  background: transparent url(../style/mediboard/images/buttons/delete-tiny.png) no-repeat center center;
}

ul.tags > li.tag.through {
  text-decoration: line-through;
}

ul.tags > li.input {
  border: none;
  padding: 0;
}

.hour_adm {
  width: 100%;
  display: none;
  font-size: 0.8em; 
  background-color: #555 !important;
  color: #fff;
  position: absolute;
  top: -11px;
  right: 0;  
}

td.td_hour_adm:hover {
  background-color: #eee !important;
}

td.td_hour_adm:hover .hour_adm {
 display: inline;
}

span.countertip {
  position: absolute; 
  background-color: #ddd; 
  font-size: 8px; 
  margin-top: -7px; 
  margin-left: -8px; 
  border-radius: 30px; 
  border: 1px solid #888;
  width: 10px;
  text-align: center;
  color: #000;
  font-weight: normal;
}

.text-block {
  border: 1px solid #e6e6e6; 
  padding: 4px; 
  background:rgba(255,255,255, 0.4); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF)"; 
  zoom: 1;
  border-radius: 4px; 
}

/** TreeView **/
.treeview, .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.treeview ul {
  background-color: white;
  margin-top: 4px;
}

.treeview .hitarea {
  background: url(../style/mediboard/images/pictures/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}

/* fix for IE6 */ * html .hitarea {
  display: inline;
  float: none;
}

.treeview li {
  margin: 0;
  padding: 1px 0 1px 16px;
}

.treeview a.selected {
  background-color: #eee;
}

.treeview .hover {
  color: red;
  cursor: pointer;
}

.treeview li {
  background: url(../style/mediboard/images/pictures/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px;
}

.treeview .expandable-hitarea {
  background-position: -80px -3px;
}

.treeview li.last {
  background-position: 0 -1766px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(../style/mediboard/images/pictures/treeview-default.gif);
}

.treeview li.lastCollapsable {
  background-position: 0 -111px
}

.treeview li.lastExpandable {
  background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 16px;
}

/** Supervision graphs */
.supervision .evenement {
  margin-bottom: -5px;
  overflow: hidden;
}

.supervision .evenement > div {
  cursor: pointer;
  white-space: nowrap;
  display: block;
  width: 2px;
  background: #bbb;
}

.supervision .evenement > div .marking,
.supervision .now .marking {
  position: absolute; 
  top: 0; 
  bottom: 0; 
  display: none;
  background: rgba(0,0,0,0.1);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000)";
  min-width: 1px;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  margin: 0 -1px;
}

.supervision .now .marking {
  display: block;
  background: red;
  border: none;
  min-width: 2px;
}

.supervision .evenement > div .marking > span {
  position: absolute; 
  bottom: 10px;
  background: #eee;
  padding: 4px;
  border: 1px solid #ccc;
  border-left: none;
}

.supervision .evenement > div:hover .marking {
  display: block;
}

.supervision .evenement .label {
  padding: 0 3px;
}

.supervision table.evenements {
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}

.supervision table.evenements td,
.supervision table.evenements th {
  border: 1px solid #ccc;
  padding: 0;
}

.supervision table.evenements th {
  vertical-align: middle;
  background: #eee;
  font-weight: normal;
  font-size: 0.9em;
}

.supervision table.evenements td {
  padding-bottom: 10px;
}

.supervision .yaxis-labels {
  position: absolute;
}

.supervision .yaxis-labels > div {
  display: inline-block;
  text-align: left;
  padding: 4px;
  font-size: 10px;
  line-height: 0.8;
  width: 74px;
  box-sizing: border-box;
  top: 0;
  z-index: 10;
}

.supervision .yaxis-labels .symbol {
  font-size: 16px;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', sans-serif; /** For IE : use a Unicode font **/
}

.supervision .yaxis-labels .title {
  font-size: 1.3em;
  line-height: 1.4;
  padding-left: 1em;
}

.supervision .xAxis .tickLabel {
  background: #ddd;
  color: black;
  font-size: 1.2em;
}

div.bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: none;
  padding: 0;
}

div.bullet.none {
  display: none;
}

div.bullet.ok {
  background-color: #6f6;
}

div.bullet.warning {
  background-color: #f90;
}

div.bullet.error {
  background-color: #f33;
}

@media print {
  .supervision .evenement > div {
    outline: 1px solid #ccc;
  }
}

/* Profiler */
#profiling-toolbar {
  position: fixed;
  padding: 2px;
  top: 0;
  right: 0;
  border: 1px solid #999;
  border-width: 0 0 1px 1px;
  background: white;
  opacity: 0.80;
  padding-right: 24px;
  z-index: 1500;
}

#profiling-plot {
  position: fixed;
  bottom: 15px;
  left: 10px;
  background: white;
}

#profiling-graph {
  width: 900px;
  height: 300px;
  display: inline-block;
}

#profiling-tooltip {
  position: absolute;
  border: 1px solid #fdd;
  padding: 2px;
  background-color: #fee;
  opacity: 0.80;
}

#profiler-toggle {
  position: fixed;
  top: 2px;
  right: 2px;
  z-index: 1500;
}

#profiler-overview {
  position: fixed;
  bottom: 20px;
  right: 2px;
  z-index: 1500;
  background: white;
  vertical-align: top;
  display: inline-block;
  width: 90px;
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1;
}

#profiler-overview .marking {
  /*border-right: 4px solid #999;*/
  border: none;
}

#profiler-overview .marking.sub {
  color: #666;
  display: none;
}

#profiler-overview:hover {
  opacity: 1.0;
  width: 120px;
}

#profiler-overview:hover .marking {
  font-weight: bold;
}

#profiler-overview:hover .marking.sub {
  display: block;
  font-weight: normal;
}

#profiler-overview .profiler-buttons {
  text-align: right;
  display: none;
}

#profiler-overview:hover .profiler-buttons {
  display: block;
}

#profiler-timebar {
  font-size: 0;
  height: 3px;
}

#profiler-timebar div {
  display: inline-block;
  height: 100%;
}

table.timeline {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
}
.timeline td {
  border: 1px solid #999;
}
.timeline .left-col {
  width: 200px;
  font-size: 0.9em;
  white-space: nowrap;
}

.timeline .right-col {
  overflow-x: scroll;
}

/** Ruler **/
.timeline .left-col  > div.ruler,
.timeline .right-col > div.ruler {
  height: 10px;
  position: relative;
  font-size: 10px;
  color: #999;
  overflow: hidden;
  /*max-width: 100%;*/
}

.timeline div.ruler span {
  position: absolute;
  border-left: 1px solid #ccc;
  padding-left: 3px;
}

.timeline .left-col  > div,
.timeline .right-col > div {
  position: relative;
  height: 20px;
  border-bottom: 1px solid #999;
  line-height: 1;
}

/** Bars **/
.timeline .bar {
  position: absolute;
  /*height: 45%;
  top: 2.5%;*/
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-width: 0 1px;
}

.timeline .bar.sub {
  /*top: 52.5%;*/
  top: 0%;
  height: 100%;
  opacity: 0.7;
}

.timeline .bar:hover {
  border: 1px solid #333;
}

.timeline .bar-client {
  background: #C94C4C;
  border-color: #C61F1F;
}

.timeline .bar-network {
  background: #4C80C9;
  border-color: #155FC6;
}

.timeline .bar-server {
  background: #66B230;
  border-color: #449B06;
}

.timeline .bar-type-session {
  background: #e9e146;
  border-color: #b0ae00;
}

.timeline .bar-mem {
  bottom: 0;
  background: #000;
  border: none;
  opacity: 0.1;
}

.timeline .bar-mem:hover {
  border: none;
  opacity: 0.7;
}

.timeline .zoom {
  text-align: right;
}

.timeline .legend {
  line-height: 1;
  font-size: 0.9em;
  color: #666;
}

.timeline .legend .bar {
  position: relative;
  border-width: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
}

.timeline .legend-item {
  display: inline-block;
}

/* To disable text selection */
*[unselectable] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6 {
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  -o-column-gap: 2px;
  -ms-column-gap: 2px;
  column-gap: 2px;
}

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}

.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
}

.columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  -ms-column-count: 4;
  column-count: 4;
}

.columns-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -o-column-count: 5;
  -ms-column-count: 5;
  column-count: 5;
}

.columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  -o-column-count: 6;
  -ms-column-count: 6;
  column-count: 6;
}

.markdown p {
  margin: 0.5em 0 0.5em;
}

.markdown ol, .markdown ul {
  /*white-space: nowrap;*/
}

div.folder {
  font-size: 1.1em;
  height: 20px;
  border-bottom: none;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 5px;
  margin: 5px;
  cursor: pointer;
}

div.folder.selected {
  background-color: rgba(252, 251, 255, 0.60);
}

div.folder:hover {
  background-color: rgba(252, 251, 255, 0.40)
}

div.folder.selected:hover {
  background-color: rgb(252, 251, 255);
}
/* $Id: $ */

/* To put on elements visible only by admins */
.admin-view {
  outline: 1px dotted #DF3737;
}

span.smarty-include {
  background: #444;
  position: absolute;
  color: #fff;
  opacity: 0.7;
  text-indent: 0.9em;    
  width: 5px;
  height: 5px;
  overflow: hidden;
  font-family: "lucida console", "courier new", courier, monospace;
  border: 1px solid #fff;
}

span.smarty-include.ajax {
  background: #494;
}

span.smarty-include:hover {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 5px 10px;
}

/* Debug console */
#console {
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 10px;
  margin: 5px;
  max-height: 300px;
  width: 50%;
  overflow: auto;
  background: #333;
  color: #fff;
  opacity: 0.8;
  position: fixed;
  bottom: 0;
  border: none;
  padding: 0;
  border-radius: 4px;
  z-index: 1500;
}

#console div {
  background: transparent;
  padding: 0;
}

#console .title {
  text-align: center;
  padding: 2px;
  background: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#console .body {
  padding: 3px;
}

#console .title .close,
#console .title .toggle {
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  float: left;
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 3px;
}

#console .title .close:hover,
#console .title .toggle:hover {
  color: #f66;
}

#console div.key {
  color: #9f9;
  float: left;
}

#console div.error,
#console div.warning {
  color: #f66;
}

#console div.value {
  color: #fff;
}

/* Vertical text */
span.vertical {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

span.vertical i {
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: -60%;
  font-style: normal;
}

span.vertical .nowm {
  width: 0.9em;
  padding: 0 2px;
  display: inline-block;
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 0.9em;
}

span.vertical .orig {
  display: none;
}

/* MSIE supports writing-mode */
.ua-msie span.vertical {
  -ms-writing-mode: tb-rl;
  width: auto;
}

.ua-msie span.vertical .orig {
  display: inline;
}

.ua-msie span.vertical .nowm {
  display: none !important; /* doesn't work when contentEditable=true !!! */
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  -ms-filter: "alpha(opacity=0)";
}

@media screen {
  .ua-msie span.vertical {
    -ms-filter: flipv fliph;
    background-color: inherit;
  }
}
/* $Id: main.css 27144 2015-02-15 19:27:29Z mytto $ */















/** 
z-index ordering (foreground to background) :
 1500 div#console, #profiler-toolbar, #profiler-toggle
 1400 #waitingMsgText
 1300 #waitingMsgMask
 1200 #systemMsg

 1150 dropDownMenu (style aero-blue)
 1100 div.tooltip
  
 1002 div.modal .ajax-loading
 1000 .datepickerControl
  801 div.modal
  
  800 .ajax-loading
  
  400 div.autocomplete
  100 .planning .event:hover
  100 .planning .selected, .planning .selected:hover
  100 .dent-menu
  100 .bargraph .threshold
   20 .ajax-upload input[type="file"]
   10 .ajax-upload .fakefile
**/

@font-face {
  font-family: opendyslexic;
  src: url(../style/mediboard/fonts/open_dyslexic/eot/OpenDyslexic-Regular.eot?)  format('eot'),
       url(../style/mediboard/fonts/open_dyslexic/woff/OpenDyslexic-Regular.woff) format('woff'),
       url(../style/mediboard/fonts/open_dyslexic/otf/OpenDyslexic-Regular.otf)   format('opentype');
}

@font-face {
  font-family: opendyslexic;
  font-weight: bold;
  src: url(../style/mediboard/fonts/open_dyslexic/eot/OpenDyslexic-Bold.eot?)  format('eot'),
       url(../style/mediboard/fonts/open_dyslexic/woff/OpenDyslexic-Bold.woff) format('woff'),
       url(../style/mediboard/fonts/open_dyslexic/otf/OpenDyslexic-Bold.otf)   format('opentype');
}

@font-face {
  font-family: opendyslexic;
  font-weight: normal;
  font-style: italic;
  src: url(../style/mediboard/fonts/open_dyslexic/eot/OpenDyslexic-Italic.eot?)  format('eot'),
       url(../style/mediboard/fonts/open_dyslexic/woff/OpenDyslexic-Italic.woff) format('woff'),
       url(../style/mediboard/fonts/open_dyslexic/otf/OpenDyslexic-Italic.otf)   format('opentype');
}

@font-face {
  font-family: opendyslexic;
  font-weight: bold;
  font-style: italic;
  src: url(../style/mediboard/fonts/open_dyslexic/eot/OpenDyslexic-BoldItalic.eot?)  format('eot'),
       url(../style/mediboard/fonts/open_dyslexic/woff/OpenDyslexic-BoldItalic.woff) format('woff'),
       url(../style/mediboard/fonts/open_dyslexic/otf/OpenDyslexic-BoldItalic.otf)   format('opentype');
}

@media screen {
  body.dyslexic {
    font-family: opendyslexic, arial, helvetica, sans-serif;
  }
}

body.touchscreen {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout:none;
}

.iframe-scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

div.cancelled,
span.cancelled {
  color: #fff;
  background-color: #f88;
  text-shadow: 0 0 0 rgba(0, 0, 0, .0), 0 0 2px rgba(0, 0, 0, .7);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

li.cancelled {
  opacity: 0.4;
  background-color: #eee;
}

/** Must not apply it to every tag, or it will break textareas behavior */
td.text,
th.text,
legend.text,
div.text {
  white-space: normal !important;
  /*word-wrap: break-word;*/
}

td.compact,
th.compact,
div.compact,
span.compact {
  line-height: 1;
  font-size: 0.9em; 
  color: #666;
}

td.compact strong,
th.compact strong,
div.compact strong,
span.compact strong {
  line-height: 1;
  font-size: 0.9em; 
  color: #000;
}

a.selected {
  background: url(../style/mediboard/../../images/icons/td_selected.png) no-repeat bottom center;
  padding-bottom: 8px;    
}  

a.selectable {
  padding-bottom: 8px;  
}
a.selectable:hover {
  background: url(../style/mediboard/../../images/icons/td_selected.png) no-repeat bottom center;
  padding-bottom: 8px;    
}  

a.sortable {
  background: url(../style/mediboard/../../images/icons/a_sortable.png) no-repeat bottom center;
  padding-bottom: 8px;  
}

a.sortable:hover {
  background: url(../style/mediboard/../../images/icons/a_asc.png) no-repeat bottom center;
  padding-bottom: 8px;  
}

a.ASC {
  background: url(../style/mediboard/../../images/icons/a_asc.png) no-repeat bottom center;
  padding-bottom: 8px;
}

a.ASC:hover {
  background: url(../style/mediboard/../../images/icons/a_desc.png) no-repeat bottom center;
  padding-bottom: 8px;
}

a.DESC {
  background: url(../style/mediboard/../../images/icons/a_desc.png) no-repeat bottom center;
  padding-bottom: 8px;
}
a.DESC:hover {
  background: url(../style/mediboard/../../images/icons/a_asc.png) no-repeat bottom center;
  padding-bottom: 8px;
}

/* Drag'n'Drop */
.dropover {
  outline: 4px solid #f88;
}

.dropactive {
  outline: 4px solid #9ECFFF;
}

.ua-firefox .dropactive {
  outline: none;
  box-shadow: 0 0 0 4px #9ECFFF;
}

/* Should not be used */
div.dragged {
  background-color: #ffc;
  border: 1px solid black;
  padding: 2px 10px;
}

.draggable:hover {
  cursor: move;
  background-color: #fff;
  outline: 3px solid #8f8;
}

/* tabbed boxes */
td.tabox {
  background-color: #ccc;
  border: solid #ccc 2px;
}

span.hilite {
  background: #f5f;
}

/* Installation wizard */
.wizard {
  padding: 20px;
  width: 900px;
  margin: 40px auto; 
  border: 2px solid #666;
  background: #eee;
}

.wizard .toc {
  position: fixed;
  right: 20px;
  top: 20px;
  background: #fff;
  border: 2px solid #666;
  padding: 8px;
  opacity: .7;
  width: 180px;
  font-size: 1.1em;
}

.wizard .toc ol {
  margin: 0;
  padding-left: 20px;
  line-height: 1.2;
}

.wizard .toc img {
  width: 12px;
  float: none; 
  margin-right: 2px;
}

.wizard .toc a.logout {
  background: #ddd url(../style/mediboard/images/icons/logout.png) no-repeat 3px 3px;
  padding: 3px;
  padding-left: 22px;
  vertical-align: middle;
  line-height: 16px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.wizard .toc a,
.wizard .toc strong {
  display: block;
  color: #000;
}

.wizard .navigation {
  text-align: center;
  margin: 20px;
}

.wizard iframe {
  display: block; 
  width: 100%; 
  background: #fff; 
  border: 1px solid #000;
}

div.generated {
  margin: 5px;
  text-align: center;
  font-size: 90%;
}

.inputExtension {
  cursor: pointer;
}

#performance {
  position: fixed;
  bottom: 0;
  right: 20px;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
  border-radius: 2px 2px 0 0;
  z-index: 5000;
  background: #eee;
  opacity: 0.7;
}

#performance:hover {
  opacity: 1.0;
}

#performance, 
#performance ul {
  list-style-type: none;
  padding: 0;
}

#performance strong {
  min-width: 12em;
  display: inline-block;
}

#performance strong.title {
  display: none;
}

#performance > li {
  display: inline-block;
  width: 10em;
  vertical-align: middle;
  background: #fff;
  padding: 0px;
  margin: 0;
  margin-right: -2px;
  height: 20px;
  padding-left: 4px;
  white-space: nowrap;
  position: relative;
}

#performance > li:before {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
  content: "";
  background-size: 16px 16px;
}

#performance > li.performance-time:before {
  background-image: url(../style/mediboard/../../images/icons/hourglass.png);
}

#performance > li.performance-memory:before {
  background-image: url(../style/mediboard/../../images/icons/memory.png);
}

#performance > li.performance-objects:before {
  background-image: url(../style/mediboard/../../images/icons/database_load.png);
}

#performance > li.performance-autoload:before {
  background-image: url(../style/mediboard/../../images/icons/autoload.png);
}

#performance > li.performance-cache:before {
  background-image: url(../style/mediboard/../../images/icons/cache.png);
}

#performance > li.performance-ccam:before {
  background-image: url(../style/mediboard/../../modules/dPccam/images/icon.png);
}

#performance > li.performance-network:before {
  background-image: url(../style/mediboard/../../images/icons/network.png);
}

#performance > li.performance-reloadcache:before {
  background-image: url(../style/mediboard/../mediboard/images/buttons/change.png);
}

#performance > li.performance-pagesize:before {
  background-image: url(../style/mediboard/../../images/icons/kilogram_weight.png);
}

#performance > li.performance-l10n:before {
  background-image: url(../style/mediboard/../../images/icons/flag-fr.png);
}

#performance > li.close {
  width: 1em;
  color: #666;
}

#performance > li.export {
  width: 2em;
}

#performance > li.export:before {
  background-image: url(../style/mediboard/images/buttons/submit.png);
}

#performance > li.warning {
  background-color: rgba(255,0,0,0.6)!important;
  font-weight: bold;
}

#performance > li.close:before {
  content: "x";
}

#performance > li > ul,
#performance > li > table {
  display: none;
  background: #eee;
}

#performance > li > ul > li {
  padding: 0px 2px;
}

#performance > li:hover {
  background: #eee;
}

#performance > li:hover > ul,
#performance > li:hover > table {
  border: 1px solid #ddd;
  border-bottom: none;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 1px;
  min-width: 10em;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

#performance span.performance-count {
  color: #009;
}

#performance .performance-bar {
  display: inline-block;
  width: 40px;
  background: #ddd;
}

#performance .performance-bar div {
  background: orange; 
  height: 8px;
}

option.validation {
  height: 16px;
  background-image: url(../style/mediboard/images/buttons/tick.png);
  background-repeat: no-repeat;
  background-position: center right;
}

option.modification {
  height: 16px;
  background-image: url(../style/mediboard/../../images/icons/warning.png);
  background-repeat: no-repeat;
  background-position: center right;
}

div.arretee,
span.hatching,
table.tbl th.arretee, table.tbl th.hatching, 
table.tbl td.arretee, table.tbl td.hatching,
table.tbl tr.hatching th, 
table.tbl tr.hatching td,
table.planningBloc tr.hatching th, 
table.planningBloc tr.hatching td,
table.form tr.hatching th,
table.form tr.hatching td {
  background-image: url(../style/mediboard/images/icons/ray.gif);
}

/**
 * Geshi xml
 */
.re0 {
  color:#000066;  
} 

.re1, .re2 {
  color:#000000;
  font-weight: bold; 
}

.st0 {
  color:#FF0000; 
}

.sc3 {
  color:#009900;
}

.de1 {
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 1em; 
  line-height: 1.2em; 
}

pre.geshi ol {
  padding-left: 3em;
}

td.tick {
  background: url(../style/mediboard/images/buttons/tick.png) no-repeat 6px;
}

td.loading {
  background: url(../style/mediboard/images/icons/loading.gif) no-repeat 6px;
}

/* Cross browser opacity */
.opacity-0 {
  opacity: 0.0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1.0;
}

/* Firefox doesn't print elements with opacity */
@media print {
  .ua-firefox .opacity-10 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-20 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-30 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-40 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-50 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-60 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-70 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-80 {
    opacity: 1.0;
  }
  .ua-firefox .opacity-90 {
    opacity: 1.0;
  }
}

span.circled {
  display: inline-block;
  border: 1px solid #abe;
  border-radius: 3px;
  padding: 1px;
  margin: 1px;
  vertical-align: middle;
}

a.inline-url {
  display: inline !important;
}

.release-info {
  color: #999;
  font-size: 0.8em;
}

.deprecated-browser-warning {
  background-color: #FFA65F;
  padding: 0.5em;
  border-bottom: 1px solid #333;
  font-size: 1.4em;
}

@media screen {
  body {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",
                 Arial, Helvetica, sans-serif;
  }
}
/* A transparent pixel because IE doesn't consider "transparent" color as opaque for the mouse pointer */
.ua-msie-9 .dent {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAA3bvkkAAAAAnRSTlMAAQGU%2Fa4AAAAKSURBVHjaY2oAAACGAIOk3dDiAAAAAElFTkSuQmCC);
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../style/mediboard/fonts/font-awesome-4.2.0/css/../style/mediboard/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../style/mediboard/fonts/font-awesome-4.2.0/css/../style/mediboard/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../style/mediboard/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../style/mediboard/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../style/mediboard/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a.button:before, button.fa:before {
  font-size: 15px !important;
  text-align: center;
  width: 16px;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul > li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before, .fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before, .fa-users:before {
  content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before, .fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"
}

.fa-won:before, .fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}
.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Must be displayed above for example selected Timeline items */
  z-index: 10;
}

.vis-active {
  box-shadow: 0 0 10px #86d5f8;
}

/* override some bootstrap styles screwing up the timelines css */

.vis [class*="span"] {
  min-height: 0;
  width: auto;
}

.vis.timeline {
}


.vis.timeline.root {
  position: relative;
  border: 1px solid #bfbfbf;

  overflow: hidden;
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.vis.timeline .vispanel {
  position: absolute;

  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.vis.timeline .vispanel.center,
.vis.timeline .vispanel.left,
.vis.timeline .vispanel.right,
.vis.timeline .vispanel.top,
.vis.timeline .vispanel.bottom {
  border: 1px #bfbfbf;
}

.vis.timeline .vispanel.center,
.vis.timeline .vispanel.left,
.vis.timeline .vispanel.right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}

.vis.timeline .vispanel.center,
.vis.timeline .vispanel.top,
.vis.timeline .vispanel.bottom {
  border-left-style: solid;
  border-right-style: solid;
}

.vis.timeline .background {
  overflow: hidden;
}

.vis.timeline .vispanel > .content {
  position: relative;
}

.vis.timeline .vispanel .shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  /* TODO: find a nice way to ensure shadows are drawn on top of items
  z-index: 1;
  */
}

.vis.timeline .vispanel .shadow.top {
  top: -1px;
  left: 0;
}

.vis.timeline .vispanel .shadow.bottom {
  bottom: -1px;
  left: 0;
}

.vis.timeline .labelset {
  position: relative;

  overflow: hidden;

  box-sizing: border-box;
}

.vis.timeline .labelset .vlabel {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;

  box-sizing: border-box;
}

.vis.timeline .labelset .vlabel {
  border-bottom: 1px solid #bfbfbf;
}

.vis.timeline .labelset .vlabel:last-child {
  border-bottom: none;
}

.vis.timeline .labelset .vlabel .inner {
  display: inline-block;
  padding: 5px;
}

.vis.timeline .labelset .vlabel .inner.hidden {
  padding: 0;
}


.vis.timeline .itemset {
  position: relative;
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.vis.timeline .itemset .background,
.vis.timeline .itemset .foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.vis.timeline .axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}

.vis.timeline  .foreground .group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}

.vis.timeline  .foreground .group:last-child {
  border-bottom: none;
}


.vis.timeline .item {
  position: absolute;
  color: #1A1A1A;
  border-color: #97B0F8;
  border-width: 1px;
  background-color: #D5DDF6;
  display: inline-block;
  padding: 5px;
}

.vis.timeline .item.selected {
  border-color: #FFC200;
  background-color: #FFF785;

  /* z-index must be higher than the z-index of custom time bar and current time bar */
  z-index: 2;
}

.vis.timeline .editable .item.selected {
  cursor: move;
}

.vis.timeline .item.point.selected {
  background-color: #FFF785;
}

.vis.timeline .item.box {
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}

.vis.timeline .item.point {
  background: none;
}

.vis.timeline .item.dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}

.vis.timeline .item.range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box;
}

.vis.timeline .item.background {
  overflow: hidden;
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.vis.timeline .item.range .content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.vis.timeline .item.background .content {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  margin: 5px;
}

.vis.timeline .item.line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.vis.timeline .item .content {
  white-space: nowrap;
  overflow: hidden;
}

.vis.timeline .item .delete {
  background: url('../style/mediboard/img/timeline/delete.png') no-repeat top center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: -24px;
  cursor: pointer;
}

.vis.timeline .item.range .drag-left {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  left: -4px;

  cursor: w-resize;
}

.vis.timeline .item.range .drag-right {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  right: -4px;

  cursor: e-resize;
}

.vis.timeline .timeaxis {
  position: relative;
  overflow: hidden;
}

.vis.timeline .timeaxis.foreground {
  top: 0;
  left: 0;
  width: 100%;
}

.vis.timeline .timeaxis.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vis.timeline .timeaxis .text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  white-space: nowrap;
}

.vis.timeline .timeaxis .text.measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}

.vis.timeline .timeaxis .grid.vertical {
  position: absolute;
  width: 0;
  border-right: 1px solid;
}

.vis.timeline .timeaxis .grid.minor {
  border-color: #e5e5e5;
}

.vis.timeline .timeaxis .grid.major {
  border-color: #bfbfbf;
}

.vis.timeline .currenttime {
  background-color: #FF7F6E;
  width: 2px;
  z-index: 1;
}
.vis.timeline .customtime {
  background-color: #6E94FF;
  width: 2px;
  cursor: move;
  z-index: 1;
}
.vis.timeline.root {
  /*
  -webkit-transition: height .4s ease-in-out;
  transition:         height .4s ease-in-out;
  */
}

.vis.timeline .vispanel {
  /*
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
  */
}

.vis.timeline .axis {
  /*
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
  */
}

/* TODO: get animation working nicely

.vis.timeline .item {
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
}

.vis.timeline .item.line {
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
}
/**/

.vis.timeline .vispanel.background.horizontal .grid.horizontal {
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
}

.vis.timeline .vispanel.background.horizontal .grid.minor {
    border-color: #e5e5e5;
}

.vis.timeline .vispanel.background.horizontal .grid.major {
    border-color: #bfbfbf;
}


.vis.timeline .dataaxis .yAxis.major {
    width: 100%;
    position: absolute;
    color: #4d4d4d;
    white-space: nowrap;
}

.vis.timeline .dataaxis .yAxis.major.measure{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    visibility: hidden;
    width: auto;
}


.vis.timeline .dataaxis .yAxis.minor{
    position: absolute;
    width: 100%;
    color: #bebebe;
    white-space: nowrap;
}

.vis.timeline .dataaxis .yAxis.minor.measure{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    visibility: hidden;
    width: auto;
}

.vis.timeline .dataaxis .yAxis.title{
    position: absolute;
    color: #4d4d4d;
    white-space: nowrap;
    bottom: 20px;
    text-align: center;
}

.vis.timeline .dataaxis .yAxis.title.measure{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    visibility: hidden;
    width: auto;
}

.vis.timeline .dataaxis .yAxis.title.left {
    bottom: 0px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.vis.timeline .dataaxis .yAxis.title.right {
    bottom: 0px;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vis.timeline .legend {
    background-color: rgba(247, 252, 255, 0.65);
    padding: 5px;
    border-color: #b3b3b3;
    border-style:solid;
    border-width: 1px;
    box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}

.vis.timeline .legendText {
    /*font-size: 10px;*/
    white-space: nowrap;
    display: inline-block
}
.vis.timeline .graphGroup0 {
    fill:#4f81bd;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #4f81bd;
}

.vis.timeline .graphGroup1 {
    fill:#f79646;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #f79646;
}

.vis.timeline .graphGroup2 {
    fill: #8c51cf;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #8c51cf;
}

.vis.timeline .graphGroup3 {
    fill: #75c841;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #75c841;
}

.vis.timeline .graphGroup4 {
    fill: #ff0100;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #ff0100;
}

.vis.timeline .graphGroup5 {
    fill: #37d8e6;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #37d8e6;
}

.vis.timeline .graphGroup6 {
    fill: #042662;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #042662;
}

.vis.timeline .graphGroup7 {
    fill:#00ff26;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #00ff26;
}

.vis.timeline .graphGroup8 {
    fill:#ff00ff;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #ff00ff;
}

.vis.timeline .graphGroup9 {
    fill: #8f3938;
    fill-opacity:0;
    stroke-width:2px;
    stroke: #8f3938;
}

.vis.timeline .fill {
    fill-opacity:0.1;
    stroke: none;
}


.vis.timeline .bar {
    fill-opacity:0.5;
    stroke-width:1px;
}

.vis.timeline .point {
    stroke-width:2px;
    fill-opacity:1.0;
}


.vis.timeline .legendBackground {
    stroke-width:1px;
    fill-opacity:0.9;
    fill: #ffffff;
    stroke: #c2c2c2;
}


.vis.timeline .outline {
    stroke-width:1px;
    fill-opacity:1;
    fill: #ffffff;
    stroke: #e5e5e5;
}

.vis.timeline .iconFill {
    fill-opacity:0.3;
    stroke: none;
}



div.network-manipulationDiv {
  border-width: 0;
  border-bottom: 1px;
  border-style:solid;
  border-color: #d6d9d8;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#fcfcfc), color-stop(50%,#fafafa), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
}

div.network-manipulation-editMode {
  position:absolute;
  left: 0;
  top: 0;
  height: 30px;
  margin-top:20px;
}

div.network-manipulation-closeDiv {
  position:absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;

  background-position: 20px 3px;
  background-repeat: no-repeat;
  background-image: url("../style/mediboard/img/network/cross.png");
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.network-manipulation-closeDiv:hover {
  opacity: 0.6;
}

span.network-manipulationUI {
  font-family: verdana;
  font-size: 12px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display:inline-block;
  background-position: 0px 0px;
  background-repeat:no-repeat;
  height:24px;
  margin: -14px 0px 0px 10px;
  vertical-align:middle;
  cursor: pointer;
  padding: 0px 8px 0px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.network-manipulationUI:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.20);
}

span.network-manipulationUI:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.50);
}

span.network-manipulationUI.back {
  background-image: url("../style/mediboard/img/network/backIcon.png");
}

span.network-manipulationUI.none:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.0);
  cursor: default;
}
span.network-manipulationUI.none:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.0);
}
span.network-manipulationUI.none {
  padding: 0;
}
span.network-manipulationUI.notification{
  margin: 2px;
  font-weight: bold;
}

span.network-manipulationUI.add {
  background-image: url("../style/mediboard/img/network/addNodeIcon.png");
}

span.network-manipulationUI.edit {
  background-image: url("../style/mediboard/img/network/editIcon.png");
}

span.network-manipulationUI.edit.editmode {
  background-color: #fcfcfc;
  border-style:solid;
  border-width:1px;
  border-color: #cccccc;
}

span.network-manipulationUI.connect {
  background-image: url("../style/mediboard/img/network/connectIcon.png");
}

span.network-manipulationUI.delete {
  background-image: url("../style/mediboard/img/network/deleteIcon.png");
}
/* top right bottom left */
span.network-manipulationLabel {
  margin: 0px 0px 0px 23px;
  line-height: 25px;
}
div.network-seperatorLine {
  display:inline-block;
  width:1px;
  height:20px;
  background-color: #bdbdbd;
  margin: 5px 7px 0px 15px;
}

div.network-navigation_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.network-navigation {
    width:34px;
    height:34px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    position:absolute;
    display:inline-block;
    background-position: 2px 2px;
    background-repeat:no-repeat;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.network-navigation:hover {
    box-shadow: 0px 0px 3px 3px rgba(56, 207, 21, 0.30);
}

div.network-navigation:active {
    box-shadow: 0px 0px 1px 3px rgba(56, 207, 21, 0.95);
}

div.network-navigation.up {
    background-image: url("../style/mediboard/img/network/upArrow.png");
    bottom:50px;
    left:55px;
}
div.network-navigation.down {
    background-image: url("../style/mediboard/img/network/downArrow.png");
    bottom:10px;
    left:55px;
}
div.network-navigation.left {
    background-image: url("../style/mediboard/img/network/leftArrow.png");
    bottom:10px;
    left:15px;
}
div.network-navigation.right {
    background-image: url("../style/mediboard/img/network/rightArrow.png");
    bottom:10px;
    left:95px;
}
div.network-navigation.zoomIn {
    background-image: url("../style/mediboard/img/network/plus.png");
    bottom:10px;
    right:15px;
}
div.network-navigation.zoomOut {
    background-image: url("../style/mediboard/img/network/minus.png");
    bottom:10px;
    right:55px;
}
div.network-navigation.zoomExtends {
    background-image: url("../style/mediboard/img/network/zoomExtends.png");
    bottom:50px;
    right:15px;
}
