/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

/* XHTML elements */

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 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;
}

h4 {
  font-size: 1.2em;
  margin: 5px 40px;
}

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

/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

@media print {
  body {
    background: transparent;
  }
  
  .not-printable, 
  #user, #menubar, .titleblock, .tabmenu,
  #systemMsg, #performance, .smarty-include, #waitingMsgMask, #waitingMsgText,
  #profiling-toolbar, #profiler-overview {
    display: none !important;
  }
  
  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;
  }
}
/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

@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;
  }
}
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.thirdPane,
th.thirdPane {
  width: 33%;
}

td.quarterPane,
th.quarterPane {
   width: 25%;
 }

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 > * > tr > td.separator,
table > * > tr > td.separator_vertical {
  width: 8px;
  background: #eee!important;
  vertical-align: middle;
  text-align:center;
  color: #AAA;
  cursor: pointer;
  font-size: 9px;
}

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

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

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

table > * > tr > td.separator_vertical:before {
  content: "\02C4\A\02C4\A\02C4";
}

table > * > tr > td.separator_vertical.expand:before {
  content: "\02C5\A\02C5\A\02C5";
}

.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, td.redefined ul li {
  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;
}

/**
 * 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;
}

table.tbl tr.highlight_patient td,
table.tbl tbody.highlight_patient td{
  background-color: #f0f0f0;
}

/**
 * Div permettant de gérer les scrolls
 */
div.y-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
div.x-scroll {
  overflow-x: auto;
}
div.x-y-scroll {
  overflow-y: auto;
  overflow-x: auto;
}

/**
 * Div permettant de gérer les scrolls
 * au survol uniquement
 */
div.y-scroll-hover {
  overflow-y: hidden;
  overflow-x: hidden;
}
div.y-scroll-hover:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

/**
 * Div qui va encadrer les tableaux dont le theader devra être fixe lors du scroll
 */
div.tablefixedheaders_wrap {
  overflow: auto;
  height: 100%;
  clear: both;
}

div.tablefixedheaders_wrap table {
  border-collapse: separate;
  border-left-width: 1px;
  border-bottom-width: 1px;
}

div.tablefixedheaders_wrap_shadowed table thead {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}

/** http://jimmybonney.com/articles/column_header_rotation_css/ */
th.rotate-45 {
  border: none !important;
  padding: 0 !important;
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
}

th.rotate-45 > div {
  position: relative;
  top: 0;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  transform:skew(-45deg,0deg);
  overflow: hidden;
  z-index: 10;
  border-left: 1px solid #dddddd;
  background: inherit;
  line-height: 0.8;
}

th.rotate-45 > div > span {
  transform:skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /* Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
}
/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

.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;

  /* For IE11, see http://stackoverflow.com/questions/24706698/textarea-wrongly-inheriting-white-space-css-property-from-parent-class */
  white-space: pre-wrap;
}

.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.fill,
a.button.fill {
  width: 100%;
  text-align: center;
}

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;
}

a.button.fa.notext,
button.fa.notext {
  text-align: center;
}
a.button.fa.notext:before,
button.fa.notext:before {
  font-size: 1rem !important;
}

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.function:before, a.button.function:before {
  content: url(../style/mediboard/images/icons/user-function.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, span.mail {
  content: url(../style/mediboard/images/buttons/mail.png);
}

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

button.mail-mssante:before, a.button.mail-mssante:before, span.mail-mssante {
  content: url(../style/mediboard/images/buttons/mailMSSante.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);
}

button.prestation:before, a.button.prestation:before {
  content: url(../style/mediboard/images/buttons/prestation.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.anonyme:before, a.button.anonyme:before {
  content: url(../style/mediboard/../../modules/dPpatients/images/anonyme.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.png);
  background-position: 100% 1px;
  background-repeat: no-repeat;
  padding-right: 17px;
}

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

input.autocomplete.throbbing {
  background-image: url(../style/mediboard/../../images/icons/throbber.gif?v2);
}

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, .toolbar-container {
  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;
}

.toolbar-container .toolbar {
  position: absolute;
  bottom: 0px;
  right: -2px;
  vertical-align: middle;
  text-align: right;
  opacity: 1;
}

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

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

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

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

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

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

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

.toolbar-container .sub-toolbar {
  position: absolute;
  top: 22px;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 3px;
  z-index: 100;
}

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

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

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


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

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;
}

.grippie-v {
  background: #CCC url(../style/mediboard/../../images/buttons/drag-n-v.gif) center center no-repeat;
  height: 5px;
  margin: -1px;
  cursor: ew-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;
}

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;
}

.pastable {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
}
.pastable.pastable-focus {
  outline: 2px solid #0d6fab;
}

/* Inline upload */
.inline-upload {
  padding: 2px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.inline-upload .pastable {
  border: none;
}

.inline-upload-header {
  margin: 0;
  padding: 0.2em;
  height: 3em;
  position: relative;
}

.inline-upload-input,
.inline-upload-pastearea {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 50%;
  border-radius: 3px;
  margin: 2px;
  background: rgba(30,30,30,0.1);
  line-height: 3em;
  vertical-align: middle;
  cursor: pointer;
}

.inline-upload-input:hover,
.inline-upload-pastearea:hover {
  background: rgba(30,30,30,0.05);
}

.inline-upload-progress {
  width: 20%;
  min-width: 150px;
  height: 1.1em;
}

.inline-upload-progress:before {
  content: attr(data-pct);
}

.inline-upload-pastearea {
  right:0;
  left: 50%;
  padding: 0;
}

.inline-upload-input-text,
.inline-upload-input input {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  width: 100%;
  cursor: pointer;
}

.inline-upload-input input {
  /**
  Pas zéro à cause des tests fonctionnels sous Chrome
  https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/1610
  */
  opacity: 0.01;
}

.inline-upload-input.inline-upload-drag {
  outline: 2px solid rgba(255, 0, 0, 0.5);
}

.inline-upload * {
  box-sizing: border-box;
}

.inline-upload-files {
  text-align: left;
  white-space: normal;
}

.inline-upload-file {
  display: inline-block;
  width: 240px;
  height: 100px;
  margin: 2px;
  vertical-align: top;
  position: relative;
  background: rgba(0,0,0,0.04);
  white-space: normal;
  border-radius: 3px;
}

.inline-upload-thumbnail {
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  padding: 3px;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
}

.inline-upload-thumbnail i {
  vertical-align: middle;
  color: #666;
  margin: 0.5em;
  line-height: 90px;
}

.inline-upload-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  line-height: 100px;
}

.inline-upload-info {
  height: 100%;
  left: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 0.4em;
}

.inline-upload-info input[type=text] {
  width: 100%;
}

.inline-upload-info > div {
  text-overflow: ellipsis;
  overflow: hidden;
}

.inline-upload-info > .inline-upload-filename {
  font-weight: bold;
}

.inline-upload-info .inline-upload-trash {
  position: absolute;
  right: 1px;
  bottom: 1px;
}

/* Custom color picker */
.sp-replacer {
  padding: 0;
  margin: 1px;
  background: white;
  position: relative;
  float: none;
}
.sp-preview {
  height: 15px;
  width: 32px;
  border: none;
  margin: 0;
}
.sp-dd {
  position: absolute;
  right: 0;
  font-size: 9px;
  height: 10px;
  line-height: 10px;
  padding: 2px 4px;
}

.form-icon {
  background-color: white;
  font-size: 1.4em;
}

/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

/* 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.success,
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.success {
  color: #5a5;
  background-image: url(../style/mediboard/../../images/icons/success.png);
}

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

#systemMsg>div.error {
  color: #EEE;
  background-color: #BB0A0A;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px #111111;
  font-size: 16px;
  padding: 5px 10px;
  background-image: none;
}

#systemMsg>div.error::before {
  display: inline-block;
  content: "\f071";
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
}

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,
.texticon-stroke_light:after {
  position: absolute;
  content: "";
  left: 0;
  right: -1px;
  height: 4px;
  transform: rotate(18deg);
}

.texticon-stroke:after {
  border-bottom: 2px solid red;
}

.texticon-stroke_light:after {
  border-bottom: 1px solid red;
}

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

.texticon-allergies-warning, .texticon-ko {
  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-ssr {
  color: #0066cb;
}

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

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

.texticon.texticon-sejour-conf {
  font-weight: bold;
  text-transform: capitalize;
  color: #795548;
  background-color: white;
}

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

.texticon-back-sas {
  color: #0066cb;
}

.texticon-alert-sas {
  color: #cb0000;
}

.texticon-premed {
  color: #c49c01;
}

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

.texticon-rpu {
  color: #aa0000;
}

.texticon-stup {
  color: #ff0000;
}

.texticon-consigne {
  color: #ff7700;
}

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

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

.texticon-uf {
  color: #346701;
}

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

.texticon-lateObjectifSoin {
  color: #ff6f42;
}

.texticon-gray {
  color: #999;
}

.texticon-perop {
  background-color: #fcc;
}

.texticon-traitement {
  background-color: #bdb;
}

.premedication {
  background-color: #ffa;
}

.texticon-highlight_red {
  background-color: #f66;
}

.texticon-grossesse {
  color: #c961af;
}

.texticon-atnc {
  padding: 1px;
  border-radius: 3px;
  border: 1px solid #425055;
}

.texticon-archive {
  background-color: #929292;
  font-size: 1.3em;
  font-weight: bold;
}

.texticon-LOINC {
  border: 1px solid #a53232;
  color: #a53232;
}

.texticon-SNOMED {
  border: 1px solid #00a9e0;
  color: #00a9e0;
}

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

.texticon-biosim {
  color: #7f007f;
}

.texticon-derive_sanguin {
  color: #800;
}

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

.texticon-ccam-atcd {
  color: #3B7243;
}

.texticon-exc,
.texticon-acte_csarr {
  color: #34A848;
}

/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

/** 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);
}

div.tooltip.borderless {
  border: none;
  padding: 0;
  background: none;
}

/** 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;
  max-width: 40em;
}

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;
}
/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

td a.email {
  display: inline;
}

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

#login.dialog {
  padding-top: 0;
}

#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;
  height: 100%;
}

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

.touchscreen select[multiple] {
  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 li span.subtab,
.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;
}

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

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

/* 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 li span.subtab,
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;
  cursor: pointer;
}

/*
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 li span.subtab:focus,
ul.control_tabs_vertical li a:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

ul.control_tabs li a.wrong.active, 
ul.control_tabs li span.subtab.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 li span.subtab.special,
ul.control_tabs_vertical li a.special,
ul.control_tabs li a.special:hover, 
ul.control_tabs li span.subtab.special:hover,
ul.control_tabs_vertical li a.special:hover {
  background-color: #94dd89;
}

ul.control_tabs li a.special.active, 
ul.control_tabs li span.subtab.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 li span.subtab.cancelled,
ul.control_tabs_vertical li a.cancelled,
ul.control_tabs li a.cancelled:hover,
ul.control_tabs li span.subtab.cancelled:hover,
ul.control_tabs_vertical li a.cancelled:hover {
  background-color: #f88;
}

ul.control_tabs li a.cancelled.active,
ul.control_tabs li span.subtab.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;
}

.control_tabs_fold {
  cursor: pointer;
  padding: 3px;
  width: 1em;
  height: 1em;
}
.control_tabs_fold:hover {
  color: white;
  border-radius: 50%;
  background: #658199;
}
.control_tabs_unfolded a {
  pointer-events: none;
}

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);
}

div.progressBarModern {
  background: #ddd;
  border: 1px solid #bbb;
  border-radius: 5px;
  font-weight: bold;
  height: 15px;
  position: relative;
  min-width: 4em;
  line-height: initial;
}

div.progressBarModern > .bar{
  background: repeating-linear-gradient(45deg,#ccc,#ccc 10px,#d1d1d1 10px,#d1d1d1 20px);
  background: #ccc;
  border: 1px solid black;
  border-radius: 5px;
  color: white;
  text-shadow: 1px 1px 2px black;
  cursor: help;
  height: 15px;
  left: -1px;
  position: absolute;
  top: -1px;
}

div.progressBarModern > .bar > .progress{
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 100%;
}
div.progressBarModern > .bar > .values{
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
div.progressBarModern > .bar:hover > .values{
  opacity: 1;
  transition: opacity .7s;
}
div.progressBarModern > .bar:hover > .progress{
  opacity: 0;
  transition: opacity .7s;
}

div.progressBarModern.alternate > .bar > .progress{
  opacity: 0;
}
div.progressBarModern.alternate > .bar > .values{
  opacity: 1;
}
div.progressBarModern.alternate > .bar:hover > .values{
  opacity: 0;
}
div.progressBarModern.alternate > .bar:hover > .progress{
  opacity: 1;
}

div.progressBarModern > .bar.bar-empty{
  background: none;
  border: none;
}
div.progressBarModern > .bar.bar-error{
  background: repeating-linear-gradient(45deg,#D9534F,#D9534F 10px,#DF6D69 10px,#DF6D69 20px);
  border: 1px solid red;
}
div.progressBarModern > .bar.bar-critical{
  background: repeating-linear-gradient(45deg,#E5804F,#E5804F 10px,#E89065 10px,#E89065 20px);
  border: 1px solid #FF2300;
}
div.progressBarModern > .bar.bar-warning{
  background: repeating-linear-gradient(45deg,#F0AD4E,#F0AD4E 10px,#F2B968 10px,#F2B968 20px);
  border: 1px solid orangered;
}
div.progressBarModern > .bar.bar-ok{
  background: repeating-linear-gradient(45deg,#5CB85C,#5CB85C 10px,#74C374 10px,#74C374 20px);
  border: 1px solid green;
}

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-color: #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 #888;
  padding: 1px;  
  margin-top: 0.5em ;
  margin-bottom: 0.5em;
  cursor: pointer;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

img.thumbnail:hover {
  border-color: #000;
}

/** 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 */
#edit-timing-fields {
  white-space: normal;
  padding: 3px;
}

#edit-timing-fields .timing-field {
  display: inline-block;
  width: 200px;
  min-height: 26px;
  margin: 1px;
}

.supervision .timing-container {
  height: 12px;
}

.supervision .timing-container .timing {
  margin-left: -2px;
}

.supervision .timing-container .timing .label {
  font-size: 0.9em;
  white-space: nowrap;
  position: absolute;
  margin-left: 2px;
  display: none;
  z-index: 200;
}

.supervision .timing-container .timing:hover .label {
  display: inline-block;
}

.supervision .timing-container .timing:hover .marking {
  outline: 2px solid rgba(0,0,0,0.2);
}

.supervision .evenement > div .marking,
.supervision .timing-container .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 .timing-container .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.show-markings .evenement > div .marking {
  display: block;
  width: 0;
  border: none;
  border-left: 1px dotted #ccc;
  margin: 0;
  background: none;
}
.supervision .vis-labelset {
  background: #eee;
}

.supervision .vis-labelset .autogestion {
  background-color: #ffd999 !important;
}

.supervision .vis-labelset .traitement {
  background-color: #bdb !important;
}

.supervision .vis-labelset .premedication {
  background-color: #ffa !important;
}

.supervision .vis-labelset .highlight_red {
  background-color: #f66 !important;
}

.supervision .vis-item .vis-item-content {
  padding: 2px;
}

.supervision .vis-labelset .vis-label .vis-inner {
  display: block;
}

.supervision .vis-dot.timeline-error {
  border-color: red;
}

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

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

.supervision .yaxis-labels > .axis {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 2px;
  font-size: 10px;
  line-height: 0.8;
  width: 74px;
  box-sizing: border-box;
  top: 0;
}

.supervision .flot-y-axis .flot-tick-label {
  width: 70px;
}

.supervision .yaxis-labels > .graph-legend > table {
  border-spacing: 1px;
  border-collapse: collapse;
  margin-bottom: 1px;
}

.supervision .yaxis-labels > .graph-legend .legendColorBox > div {
  padding: 0 !important;
  border: none !important;
}

.supervision .yaxis-labels > .graph-legend .legendLabel {
  padding: 0 2px;
}

.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 {
  color: black;
  font-size: 1.1em;
}

.supervision .evt-perop {
  display: inline-block;
  background: #BBF;
  bottom: 0;
  font-size: 12px;
  font-size: 1rem;
}

.supervision .vis-item[data-line_type='perf'] {
  border: none;
  background: none;
}

.supervision .vis-item[data-line_type='perf'] .vis-item-content {
  width: 100%;
  height: 30px;
  padding: 0;
  left: 0 !important;
  min-height: 2px;
}

.supervision .vis-item[data-line_type='perf'] .vis-item-content .perf {
  background: #bbccff;
  display: inline-block;
  min-height: 2px;
}

.supervision .vis-item[data-line_type='perf'] .vis-item-content .initial_debit {
  border-top: 2px solid black;
}

.supervision .vis-item[data-line_type='perf'] .vis-item-content .perf:nth-child(odd) {
  background: #BBF;
}

.supervision .vis-item[data-line_type='perf'] .vis-item-content .perf:hover {
  /*background: #0bb875;*/
}

.supervision .vis-item[data-line_type='perf'] .vis-item-content .perf[data-value='0.00'],
.supervision .vis-item[data-line_type='perf'] .vis-item-content .perf[data-value='0'] {
  background: red!important;
}

.supervision .vis-item.planif_systeme {
  border-color: #9dc773;
  opacity: 0.8;
}
.supervision .vis-item.planif_systeme.vis-selected {
  border-color: #37ae43;
}

.supervision .vis-item.planif_systeme.planif_success,
.supervision .vis-item.vis-dot.planif_success {
  border-color: #75ff74;
}
.supervision .vis-item.planif_systeme.planif_late {
  border-color: #ff5d61;
}
.supervision .vis-item.planif_systeme.planif_cancel,
.supervision .vis-item.vis-dot.planif_cancel{
  border-color: #f00;
}
.supervision .vis-item.planif_systeme.planif_ok {
  border-color: #7a7cff;
}
.timeline-draggable.planif_success,
.legend_planif_success {
  background-color: #cfc !important;
}
.timeline-draggable.planif_late,
.legend_planif_late {
  background-color: #f88 !important;
}
.timeline-draggable.planif_cancel,
.legend_planif_cancel {
  background-color: #f00 !important;
}
.timeline-draggable.planif_ok,
.legend_planif_ok {
  background-color: #bbf !important;
}

.vis-group.bg_conditionnel {
  background-image: url(../style/mediboard/../../images/icons/ray.gif);
}

.vis-group.bg_chevron {
  background-color: #eceff180;
}

.supervision .evt-perop .evt-label {
  display: none;
}
.supervision .evt-perop:hover .evt-label {
  display: block;
  position: absolute;
  bottom: 40px;
}
.supervision .evt-perop .evt-hover {
  content: "";
  display: none;
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
}
.supervision .evt-perop:hover .evt-hover {
  display: block;
}
.supervision .legend {
  font-size: 0.9em;
}
.supervision .legend td {
  font-size:inherit;
}

.supervision .vis-readonly,
.supervision .vis-readonly.vis-selected,
.supervision .vis-readonly:hover {
  background-color: #D5DDF6;
  border-color: #97B0F8;
}

.supervision .vis-timeline {
  margin-top: -1px;
}

.supervision .vis-group.timeline-CPrescriptionLineMix .vis-item {
  background: none;
}

.supervision .vis-group.timeline-CPrescriptionLineMix .vis-item.vis-point.vis-selected {
  background: #FFF785;
}

.supervision .vis-group.timeline-CPrescriptionLineMedicament,
.supervision .vis-group.timeline-CPrescriptionLineElement,
.supervision .vis-group.timeline-CPrescriptionLineMix,
.supervision .vis-group.timeline-CAnesthPerop {
  cursor: crosshair;
}

.supervision .vis-labelset .vis-label .vis-inner {
  padding: 2px;
  min-height: 19px;
}

.supervision #timeline-drag {
  background: #97B0F8;
  position: absolute;
  top: 0;
  padding: 3px;
  text-align: right;
  border-radius: 3px;
  margin-right: 6px;
}

.supervision #timeline-drag:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #97B0F8;
  border-width: 6px;
  margin-top: -6px;
}

.supervision .timeline-total {
  font-style: italic;
}

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;
}

#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%;
}

/** Bars **/
.profiling-timeline .bar {
  border: 1px solid #ccc;
  border-width: 0 1px !important;
  border-radius: 0!important;
}

.profiling-timeline .bar.sub {
  height: 50%;
  top: 0!important;
  opacity: 0.7;
}

.profiling-timeline .bar.sub {
  height: 50%;
  top: 0!important;
  opacity: 0.7;
}

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

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

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

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

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

.profiling-timeline .bar-mem {
  background: #000;
  border: 1px solid rgba(0,0,0,0.2);
  opacity: 1.0;
  top: auto;
  bottom: 0;
  height: 30%;
}

.profiling-timeline .legend {
  float: right;
  line-height: 1;
  font-size: 0.9em;
  color: #666;
  padding: 2px;
}

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

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

.profiling-timeline .legend-item .bar-mem {
  background: linear-gradient(to right, hsl(100, 100%, 50%), hsl(0, 100%, 50%));
}

.profiling-timeline .profiling-timeline-container {
  clear: both;
}

.profiling-timeline .vis-label .vis-inner {
  min-width: 20em;
}

/* 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;*/
}

.markdown p a {
  display: inline;
}

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);
}

div.legend_block {
  height: 12px;
  width: 20px;
  border: solid 1px #666;
  vertical-align: middle;
  display: inline-block;
}

.process-progress {
  width: 200px;
  display: none;
  height: 14px;
}

.process-progress[max] {
  display: inline-block;
}

.process-progress[max]:before {
  content: attr(max);
}

.process-progress[value][max]:before {
  content: attr(value) " / " attr(max);
}

.dsn-uri {
  color: #999;
}
.dsn {
  font-weight: bold;
}
.dsn-empty {
  font-style: italic;
}
.dsn.dsn-dbtype {
  color: #8c000c;
}
.dsn.dsn-dbuser {
  color: #0a4973;
}
.dsn.dsn-dbpass {
  font-style: italic;
  font-weight: normal;
  color: #999;
}
.dsn.dsn-dbhost {
  color: #009150;
}
.dsn.dsn-dbname {
  color: #971777;
}

.dsn-host {
  font-weight: normal;
}

.dsn-host.dsn-host-enabled {
  font-weight: bold;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.fa-stack[data-count]:after{
  position: absolute;
  left: 50%;
  top: 1%;
  content: attr(data-count);
  font-size: 50%;
  padding: .6em;
  border-radius: 999px;
  line-height: .75em;
  color: white;
  background: rgba(255,0,0,.85);
  text-align: center;
  font-weight: bold;
  /*min-width: 1em;*/
}

.fa-stack[data-count].fa-count-blue:after{
  background-color: steelblue;
}

.bracket {
  padding: 2em;
  position: relative;
}

.bracket-left::before {
  border-right: none !important;
  left: 0;
}

.bracket-right::after {
  border-left: none !important;
  right: 0;
}

.bracket-left::before,
.bracket-right::after {
  border: .2em solid steelblue;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 10%;
}

.axisLabel {
  position: absolute;
  text-align: center;
  font-size: 12px;
}

.xaxisLabel {
  bottom: 3px;
  left: 0;
  right: 0;
}

.yaxisLabel {
  top: 50%;
  left: 2px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform:  rotate(-90deg);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#flot-tooltip {
  position: absolute;
  opacity: 0.8;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  max-width: 300px;
  white-space: normal;
}
/* PrismJS 1.11.0
http://prismjs.com/download.html?themes=prism-coy&languages=markup+css+clike+javascript+bash+batch+diff+http+ini+json+lua+makefile+markdown+nsis+php+php-extras+powershell+properties+python+typescript+rust+smarty+sql&plugins=line-highlight+line-numbers+show-invisibles+autolinker+file-highlight+command-line */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	overflow: visible;
	padding: 0;
}
pre[class*="language-"]>code {
	position: relative;
	border-left: 10px solid #358ccb;
	box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
	background-color: #fdfdfd;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local;
}

code[class*="language"] {
	max-height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto;
}

/* Margin bottom to accomodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	position: relative;
	padding: .2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	box-shadow: 0px 13px 8px #979797;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
	right: 0.75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #7D8B99;
}

.token.punctuation {
	color: #5F6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
	color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
	color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
	color: #1990b8;
}

.token.regex,
.token.important {
	color: #e90;
}

.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.important {
	font-weight: normal;
}

.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.namespace {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	pre[class*="language-"]:before,
	pre[class*="language-"]:after {
		bottom: 14px;
		box-shadow: none;
	}

}

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
	color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers {
	padding-left: 0;
}

pre[class*="language-"].line-numbers code {
	padding-left: 3.8em;
}

pre[class*="language-"].line-numbers .line-numbers-rows {
	left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
pre[data-line] code {
	position: relative;
	padding-left: 4em;
}
pre .line-highlight {
	margin-top: 0;
}

pre[data-line] {
	position: relative;
	padding: 1em 0 1em 3em;
}

.line-highlight {
	position: absolute;
	left: 0;
	right: 0;
	padding: inherit 0;
	margin-top: 1em; /* Same as .prismâ€™s padding-top */

	background: hsla(24, 20%, 50%,.08);
	background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));

	pointer-events: none;

	line-height: inherit;
	white-space: pre;
}

	.line-highlight:before,
	.line-highlight[data-end]:after {
		content: attr(data-start);
		position: absolute;
		top: .4em;
		left: .6em;
		min-width: 1em;
		padding: 0 .5em;
		background-color: hsla(24, 20%, 50%,.4);
		color: hsl(24, 20%, 95%);
		font: bold 65%/1.5 sans-serif;
		text-align: center;
		vertical-align: .3em;
		border-radius: 999px;
		text-shadow: none;
		box-shadow: 0 1px white;
	}

	.line-highlight[data-end]:after {
		content: attr(data-end);
		top: auto;
		bottom: .4em;
	}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
	content: none;
}

pre.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre.line-numbers > code {
	position: relative;
    white-space: inherit;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		pointer-events: none;
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}
.token.tab:not(:empty),
.token.cr,
.token.lf,
.token.space {
	position: relative;
}

.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before,
.token.space:before {
	color: hsl(24, 20%, 85%);
	position: absolute;
}

.token.tab:not(:empty):before {
    content: '\21E5';
}

.token.cr:before {
    content: '\240D';
}

.token.crlf:before {
    content: '\240D\240A';
}
.token.lf:before {
    content: '\240A';
}

.token.space:before {
	content: '\00B7';
}
.token a {
	color: inherit;
}
.command-line-prompt {
	border-right: 1px solid #999;
	display: block;
	float: left;
	font-size: 100%;
	letter-spacing: -1px;
	margin-right: 1em;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.command-line-prompt > span:before {
	color: #999;
	content: ' ';
	display: block;
	padding-right: 0.8em;
}

.command-line-prompt > span[data-user]:before {
	content: "[" attr(data-user) "@" attr(data-host) "] $";
}

.command-line-prompt > span[data-user="root"]:before {
	content: "[" attr(data-user) "@" attr(data-host) "] #";
}

.command-line-prompt > span[data-prompt]:before {
	content: attr(data-prompt);
}


.token.esc {
  color: #011a83;
}

.token.fs {
  color: #CC0000;
}

.token.rs {
  color: #9F0000;
}

.token.cs {
  color: #009966;
}

.token.scs {
  color: #006699;
}
/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

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

span.smarty-include {
  background: #ff7611;
  color: #fff;
  opacity: 0.7;
  text-indent: 0.9em;
  width: 10px;
  height: 10px;
  font-family: "lucida console", "courier new", courier, monospace;
  border-radius: 10px;
  float: left;
  margin : 2px;
}

span.smarty-include:hover {
  opacity: 1;
  cursor: help;
}

/* Prism.js */
code[class*="language-"],
pre[class*="language-"] {
  font-size: 11px;
  text-shadow: none;
}

pre[class*="language-"] {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.highlight-fill {
  position: relative;
}

.highlight-fill pre[class*="language-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: none;
}
/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

/* 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;
}

div.vertical_inverse {
  display: inline-block;
  position: relative;
  left:15px;

  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;

  transform: rotate(-90deg);
  -webkit-transform: translate(-100%, 0) rotate(-90deg) ;
  -moz-transform: translate(-100%, 0) rotate(-90deg);
  -ms-transform: translate(-100%, 0) rotate(-90deg);
}

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;
  }
}
/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

/* Reference
 * http://tympanus.net/codrops/2013/05/02/vertical-timeline/
 */

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul.timeline {
  margin-top: 10px;
}

/* The line */
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #ddd;
  left: 110px;
}

.timeline > li {
  position: relative;
}

/* The date/time */
.timeline > li .timeline_time {
  width: 90px;
  text-align: right;
  position: absolute;
}

.timeline > li .timeline_time span {
  font-size: 1.2em;
  font-weight: bold;
  color: #777;
}

.timeline > li .timeline_time span.timeline_hour {
  font-size: 1em;
}

.timeline > li .timeline_time span.timeline_year {
  font-size: 180%;
  display: block;
 }

#practitioners_filter .circled::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  content: "\f0b0";
  color: black;
}

/* Right content */
.timeline > li .timeline_label {
  margin: -25px 0 10px 145px;
  background: #ddd;
  color: #666;
  padding: 1em 1em 1em 1em;
  position: relative;
  border-radius: 5px;
}

.timeline > li .timeline_label:hover {
  background: #f0f0f0;
}

.timeline > li .timeline_label:hover:after {
  border-right-color: #f0f0f0;
}

.timeline > li .timeline_label h2 {
  margin: 0;
  padding: 0;
}

.timeline > li .timeline_label .timeline_description {
  display: block;
}
.timeline > li .timeline_label .timeline_description p {
  display: inline;
}

.timeline > li hr.item_separator {
  background-color: #fff;
  border: 0;
  height: 2px;
}

.timeline > li div.timeline_label_consultations span.type_item,
.timeline > li div.timeline_label_medical span.type_item,
.timeline > li div.timeline_label_appointments span.type_item,
.timeline > li div.timeline_label_note_suite span.type_item,
.timeline > li div.timeline_label_medical_note span.type_item,
.timeline > li div.timeline_label_psycho_note span.type_item,
.timeline > li div.timeline_label_social_note span.type_item,
.timeline > li div.timeline_label_other_note span.type_item,
.timeline > li div.timeline_label_addictology span.type_item,
.timeline > li div.timeline_label_followup span.type_item,
.timeline > li div.timeline_label span.type_item.event_note_suite_medical,
.timeline > li div.timeline_label span.type_item.event_note_suite_psycho,
.timeline > li div.timeline_label span.type_item.event_note_suite_social,
.timeline > li div.timeline_label span.type_item.event_note_suite_other,
.timeline > li div.timeline_label span.type_item.event_pathologie_begin,
.timeline > li div.timeline_label span.type_item.event_pathologie_end,
.timeline > li div.timeline_label span.type_item.event_suivi_begin,
.timeline > li div.timeline_label span.type_item.event_suivi_end {
  background: #ef6d01;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_consultations span.type_item.auxiliaire {
  background: #51acbb;
}

.timeline > li div.timeline_label_anesth_appointments span.type_item,
.timeline > li div.timeline_label_anesth_visits span.type_item {
  background: #ab47bc;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_pregnancy span.type_item,
.timeline > li div.timeline_label_expected_term span.type_item,
.timeline > li div.timeline_label_birth span.type_item {
  background: palevioletred;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_infogroup span.type_item {
  background: #ef9d01;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_documents span.type_item,
.timeline > li div.timeline_label_files span.type_item,
.timeline > li div.timeline_label_ordonnances span.type_item,
.timeline > li div.timeline_label_prescriptions span.type_item,
.timeline > li div.timeline_label_forms span.type_item,
.timeline > li div.timeline_label_formulaires span.type_item {
  background: #1abc9c;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_constantes span.type_item,
.timeline > li div.timeline_label_traitements span.type_item,
.timeline > li div.timeline_label_medicaments span.type_item,
.timeline > li div.timeline_label_antecedents span.type_item,
.timeline > li div.timeline_label_antecedent span.type_item,
.timeline > li div.timeline_label_vaccin span.type_item,
.timeline > li div.timeline_label_allergie span.type_item,
.timeline > li div.timeline_label_laboratoire span.type_item,
.timeline > li div.timeline_label_lab span.type_item,
.timeline > li div.timeline_label_pathologie span.type_item,
.timeline > li div.timeline_label_programme span.type_item,
.timeline > li div.timeline_label_autres span.type_item,
.timeline > li div.timeline_label span.type_item.event_CBrancardageItem,
.timeline > li div.timeline_label span.type_item.event_CAdministration,
.timeline > li div.timeline_label span.type_item.event_CConsultation,
.timeline > li div.timeline_label span.type_item.event_CConsultAnesth,
.timeline > li div.timeline_label span.type_item.event_VisiteAnesth,
.timeline > li div.timeline_label span.type_item.event_CTransmissionMedicale,
.timeline > li div.timeline_label span.type_item.event_CObservationMedicale,
.timeline > li div.timeline_label span.type_item.event_CConstantesMedicales,
.timeline > li div.timeline_label span.type_item.event_COperation,
.timeline > li div.timeline_label span.type_item.event_CCompteRendu,
.timeline > li div.timeline_label span.type_item.event_objectifs_soins_open,
.timeline > li div.timeline_label span.type_item.event_objectifs_soins_achieved,
.timeline > li div.timeline_label span.type_item.event_objectifs_soins_not_achieved,
.timeline > li div.timeline_label span.type_item.event_CFile,
.timeline > li div.timeline_label span.type_item.event_CExObject,
.timeline > li div.timeline_label_score span.type_item,
.timeline > li div.timeline_label_nurse span.type_item,
.timeline > li div.timeline_label_vitals span.type_item,
.timeline > li div.timeline_label_transmissions span.type_item,
.timeline > li div.timeline_label_movements span.type_item,
.timeline > li div.timeline_label_observations span.type_item,
.timeline > li div.timeline_label_stays span.type_item,
.timeline > li div.timeline_label span.event_CConsultation_prm {
  background: #02618d;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_arrived span.type_item,
.timeline > li div.timeline_label span.type_item.event_affectation_begin,
.timeline > li div.timeline_label_assignment_begin span.type_item,
.timeline > li div.timeline_label_prescription_begin span.type_item,
.timeline > li div.timeline_label_pathology_begin span.type_item,
.timeline > li div.timeline_label_followup_start span.type_item,
.timeline > li div.timeline_label span.type_item.event_CPrescriptionLine_begin,
.timeline > li div.timeline_label span.type_item.event_CSejour_prm {
  background: forestgreen;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label span.type_item.event_affectation_end,
.timeline > li div.timeline_label_assignment_end span.type_item,
.timeline > li div.timeline_label_prescription_end span.type_item,
.timeline > li div.timeline_label_left span.type_item,
.timeline > li div.timeline_label_pathology_end span.type_item,
.timeline > li div.timeline_label_followup_end span.type_item,
.timeline > li div.timeline_label span.type_item.event_CPrescriptionLine_end {
  background: firebrick;
  font-weight: bold;
  color: #fff;
}

.timeline > li div.timeline_label_evenements span.type_item,
.timeline > li div.timeline_label_alerts span.type_item,
.timeline > li div.timeline_label_reminders span.type_item,
.timeline > li div.timeline_label_naissance span.type_item,
.timeline > li div.timeline_label_sejours span.type_item,
.timeline > li div.timeline_label_interventions span.type_item,
.timeline > li div.timeline_label_surgeries span.type_item,
.timeline > li div.timeline_label_examens span.type_item,
.timeline > li div.timeline_label span.event_CPatient_prm {
  background: #d53d2a;
  font-weight: bold;
  color: #fff;
}

.menu-title-container-surgeries i.icon-i-surgery  {
  font-size: 2.2em;
}

.timeline > li .timeline_label i.timeline_currency {
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  border-radius: 50%;
  background-color: #454545;
  color: #dddddd;
  box-shadow: 1px 1px 5px 0px #454545;
  display: inline-block;
  font-style: inherit;
  font-weight: bold;
}

.timeline > li .timeline_label:hover i.timeline_currency {
  background-color: #656565;
  cursor: help;
}

/* The triangle */
.timeline > li .timeline_label:after {
  right: 100%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid transparent;
  border-right-color: #ddd;
  top: 5px;
}

/* The icons */
.timeline > li .timeline_icon {
  width: 20px;
  height: 20px;
  font-size: 1.2em;
  line-height: 22px;
  position: relative;
  color: #fff;
  background: #ddd;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ddd;
  text-align: center;
  margin: 0 0 0 105px;
  cursor: pointer;
}

div.timeline_menu div.timeline_menu_icon {
  cursor: pointer;
  background-color: #777;
  border-color: #ccc;
  padding: 1px 2px;
  font-size: 1.2em;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #eef1f6;
  text-align: center;
  margin: 5px;
  width: 1.2em;
  height: 1.2em;
}

div.timeline_menu_design div.timeline_menu_design_icon {
  cursor: pointer;
  background-color: #777;
  border-color: #ccc;
  padding: 1px 2px;
  font-size: 1em;
  color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px #eef1f6;
  text-align: center;
  margin: 1px;
  width: 100%;
  height: 1.2em;
}


div.timeline_menu div.timeline_menu_icon:hover {
  color: #eef1f6;
}

div.timeline_menu div.has_occurences {
  box-shadow: 0 0 0 1px black;
}

div.timeline_menu div.timeline_menu_icon i {
  position: relative;
}

div.timeline_menu_design{
  margin-top: 4px;
}

div.timeline_menu_design i {
  position: relative;
  font-size: 2em;
}

div.timeline_menu span.indicateur {
  border-radius: 50%;
  background-color: #ff0000;
  padding: 1px 3px;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  margin: 0 -10px 0 0;
}

 div.timeline_menu span.indicateur_2_num {
  padding: 2px 2px;
}

div.timeline_menu table.tbl th.title {
  background: #777;
  color: #fff;
}

.timeline > li .timeline_icon:hover {
  color: #eef1f6;
}

.timeline > li div.timeline_icon {
  background: #fff;
}

.timeline > li div.timeline_icon_consultations,
.timeline > li div.timeline_icon_medical,
.timeline > li div.timeline_icon_note_suite,
.timeline > li div.timeline_icon_medical_note,
.timeline > li div.timeline_icon_psycho_note,
.timeline > li div.timeline_icon_social_note,
.timeline > li div.timeline_icon_other_note,
.timeline > li div.timeline_icon_addictology,
.timeline > li div.timeline_icon_followup,
.timeline > li div.timeline_icon_appointments,
.timeline > li div.timeline_label span.event_CConsultation_prm,
.timeline > li table.tbl th.consultations,
.timeline > li div.timeline_icon_CConsultation_prm,
.timeline > li div.timeline_icon_CPathologieDossierAddictologie,
.timeline > li div.timeline_icon_CTypeSuiviDossierAddictologie,
.timeline > li div.timeline_icon_note_suite_medical,
.timeline > li div.timeline_icon_note_suite_psycho,
.timeline > li div.timeline_icon_note_suite_social,
.timeline > li div.timeline_icon_note_suite_other,
div.timeline_menu div.pathologies,
div.timeline_menu div.suivis,
div.timeline_menu div.notes_suite,
div.timeline_menu div.note_suite_medical,
div.timeline_menu div.note_suite_psycho,
div.timeline_menu div.note_suite_social,
div.timeline_menu div.note_suite_other,
div.timeline_menu div.consultations,
div.timeline_menu div.medical,
div.timeline_menu div.note_suite,
div.timeline_menu div.medical_note,
div.timeline_menu div.psycho_note,
div.timeline_menu div.social_note,
div.timeline_menu div.other_note,
div.timeline_menu div.appointments,
div.timeline_menu div.addictology,
div.timeline_menu div.followup,
div.timeline_menu table.tbl th.consultations,
.color_tag.consultations {
  background: #ef6d01;
}

.timeline > li div.timeline_icon_infogroup {
  background: #ef9d01;
}

.timeline > li div.timeline_icon_anesth_appointments,
.timeline > li div.timeline_icon_anesth_visits {
  background: #ab47bc;
}

.timeline > li div.timeline_icon_pregnancy,
.timeline > li div.timeline_icon_expected_term,
.timeline > li div.timeline_icon_birth,
div.timeline_menu div.pregnancy {
  background: palevioletred;
}

.timeline > li div.timeline_icon_documents,
.timeline > li div.timeline_icon_folders,
.timeline > li div.timeline_icon_files,
.timeline > li div.timeline_icon_forms,
.timeline > li div.timeline_icon_ordonnances,
.timeline > li div.timeline_icon_prescriptions,
.timeline > li div.timeline_icon_formulaires {
  background: #1abc9c;
}

.timeline > li div.timeline_icon_constantes,
.timeline > li div.timeline_icon_nurse,
.timeline > li div.timeline_icon_vitals,
.timeline > li div.timeline_icon_score,
.timeline > li div.timeline_icon_transmissions,
.timeline > li div.timeline_icon_movements,
.timeline > li div.timeline_icon_observations,
.timeline > li div.timeline_icon_stays,
.timeline > li div.timeline_icon_traitements,
.timeline > li div.timeline_icon_medicaments,
.timeline > li div.timeline_icon_antecedents,
.timeline > li div.timeline_icon_antecedent,
.timeline > li div.timeline_icon_vaccin,
.timeline > li div.timeline_icon_autres,
.timeline > li div.timeline_icon_CBrancardageItem,
.timeline > li div.timeline_icon_CAdministration,
.timeline > li div.timeline_icon_CConsultation,
.timeline > li div.timeline_icon_CConsultAnesth,
.timeline > li div.timeline_icon_VisiteAnesth,
.timeline > li div.timeline_icon_CTransmissionMedicale,
.timeline > li div.timeline_icon_CObservationMedicale,
.timeline > li div.timeline_icon_CConstantesMedicales,
.timeline > li div.timeline_icon_COperation,
.timeline > li div.timeline_icon_COperation_prm,
.timeline > li div.timeline_icon_CCompteRendu,
.timeline > li div.timeline_icon_CFile,
.timeline > li div.timeline_icon_CExObject,
.timeline > li div.timeline_icon_score,
.timeline > li div.timeline_icon_objectifs_soins_open,
.timeline > li div.timeline_icon_objectifs_soins_not_achieved,
.timeline > li div.timeline_icon_objectifs_soins_achieved,
div.timeline_menu div.objectifs_soins_open,
div.timeline_menu div.objectifs_soins_not_achieved,
div.timeline_menu div.objectifs_soins_achieved {
  background: #02618d;
}

.timeline > li div.rosp,
.timeline > li div.timeline_icon_rosp,
div.timeline_menu div.rosp,
div.timeline_menu table.tbl th.rosp,
.timeline > li div.tlsi,
.timeline > li div.timeline_icon_tlsi,
div.timeline_menu div.tlsi,
div.timeline_menu table.tbl th.tlsi {
  background: #d53d2a;
}

.timeline > li div.timeline_icon_affectation_begin,
.timeline > li div.timeline_icon_assignment_begin,
.timeline > li div.timeline_icon_pathologie_begin,
.timeline > li div.timeline_icon_pathology_begin,
.timeline > li div.timeline_icon_suivi_begin,
.timeline > li div.timeline_icon_followup_start,
.timeline > li div.timeline_icon_prescription_begin,
.timeline > li div.timeline_icon_CPrescriptionLine_begin,
.timeline > li div.timeline_icon_arrived,
.timeline > li div.timeline_icon_CSejour_prm {
  background: forestgreen;
}

.timeline > li div.timeline_icon_assignment_end,
.timeline > li div.timeline_icon_pathology_end,
.timeline > li div.timeline_icon_followup_end,
.timeline > li div.timeline_icon_prescription_end,
.timeline > li div.timeline_icon_left,
.timeline > li div.timeline_icon_CPrescriptionLine_end {
  background: firebrick;
}

.timeline > li div.tooltip {
  margin: -25px 0 0 130px;
}

.timeline > li table.tbl th.title {
  background: #777;
  color: #fff;
}

.timeline > li table.tbl th.documents,
.timeline > li table.tbl th.folders,
.timeline > li table.tbl th.files,
.timeline > li table.tbl th.ordonnances,
.timeline > li table.tbl th.formulaires,
.timeline > li table.tbl th.prescriptions,
.timeline > li div.documents,
.timeline > li div.folders,
.timeline > li div.files,
.timeline > li div.ordonnances,
.timeline > li div.prescriptions,
.timeline > li div.forms,
.timeline > li div.formulaires {
  background: #1abc9c;
}

.timeline > li table.tbl th.constantes,
.timeline > li table.tbl th.traitements,
.timeline > li table.tbl th.pathologie,
.timeline > li table.tbl th.programme,
.timeline > li table.tbl th.medicaments,
.timeline > li table.tbl th.antecedents,
.timeline > li table.tbl th.autres,
.timeline > li div.constantes,
.timeline > li div.nurse,
.timeline > li div.vitals,
.timeline > li div.movements,
.timeline > li div.traitements,
.timeline > li div.pathologie,
.timeline > li div.programme,
.timeline > li div.medicaments,
.timeline > li div.antecedents,
.timeline > li div.autres {
  background: #02618d;
}

/* Timeline menu */

div.timeline_menu {
  text-align: center;
  clear: both;
  color: #000;
}

div.timeline_menu > div {
  cursor: pointer;
  clear: none;
  display: inline-block;
}

div.timeline_menu > div:hover {
  color: #000;
 }

.timeline > li table.tbl th.evenements,
.timeline > li table.tbl th.surgeries,
.timeline > li table.tbl th.naissance,
.timeline > li table.tbl th.sejours,
.timeline > li table.tbl th.interventions,
.timeline > li table.tbl th.examens,
.timeline > li div.evenements,
.timeline > li div.naissance,
.timeline > li div.sejours,
.timeline > li div.interventions,
.timeline > li div.surgeries,
.timeline > li div.examens,
.timeline > li div.timeline_icon_evenements,
.timeline > li div.timeline_icon_alerts,
.timeline > li div.timeline_icon_reminders,
.timeline > li div.timeline_icon_naissance,
.timeline > li div.timeline_icon_sejours,
.timeline > li div.timeline_icon_interventions,
.timeline > li div.timeline_icon_surgeries,
.timeline > li div.timeline_icon_examens,
.timeline > li div.timeline_icon_CPatient_prm,
div.timeline_menu div.evenements,
div.timeline_menu div.naissance,
div.timeline_menu div.sejours,
div.timeline_menu div.interventions,
div.timeline_menu div.surgeries,
div.timeline_menu div.examens,
div.timeline_menu table.tbl th.evenements,
div.timeline_menu table.tbl th.naissance,
div.timeline_menu table.tbl th.sejours,
div.timeline_menu table.tbl th.interventions,
div.timeline_menu table.tbl th.surgeries,
div.timeline_menu table.tbl th.examens,
.color_tag.evenements,
.color_tag.events,
.color_tag.alerts,
.color_tag.rosp,
.color_tag.reminders {
  background: #d53d2a;
}
div.timeline_menu div.present {
  border-color: #faa;
}

div.timeline_menu div.highlighted {
  background-color: #fee;
}

div.timeline_menu div.documents,
div.timeline_menu div.files,
div.timeline_menu div.ordonnances,
div.timeline_menu div.formulaires,
div.timeline_menu div.prescriptions,
div.timeline_menu div.forms,
div.timeline_menu div.folders,
div.timeline_menu table.tbl th.documents,
div.timeline_menu table.tbl th.files,
div.timeline_menu table.tbl th.ordonnances,
div.timeline_menu table.tbl th.formulaires,
.color_tag.documents,
.color_tag.formulaires,
.color_tag.ordonnances {
  background: #1abc9c;
}

div.timeline_menu div.constantes,
div.timeline_menu div.nurse,
div.timeline_menu div.vitals,
div.timeline_menu div.transmissions,
div.timeline_menu div.stays,
div.timeline_menu div.traitements,
div.timeline_menu div.medicaments,
div.timeline_menu div.antecedents,
div.timeline_menu div.autres,
div.timeline_menu div.movements,
div.timeline_menu div.documents_sejour,
div.timeline_menu div.objectifs_soins,
div.timeline_menu div.consultations_sejour,
div.timeline_menu div.saisies,
div.timeline_menu div.operations,
div.timeline_menu div.CBrancardageItem,
div.timeline_menu div.CCompteRendu,
div.timeline_menu div.CFile,
div.timeline_menu div.CExObject,
div.timeline_menu div.CAdministration,
div.timeline_menu div.CConsultation,
div.timeline_menu div.CConsultAnesth,
div.timeline_menu div.VisiteAnesth,
div.timeline_menu div.score,
div.timeline_menu div.CConstantesMedicales,
div.timeline_menu div.CObservationMedicale,
div.timeline_menu div.CTransmissionMedicale,
div.timeline_menu div.COperation,
div.timeline_menu div.lab,
div.timeline_menu table.tbl th.constantes,
div.timeline_menu table.tbl th.traitements,
div.timeline_menu table.tbl th.medicaments,
div.timeline_menu table.tbl th.antecedents,
div.timeline_menu table.tbl th.autres,
.color_tag.antecedents,
.color_tag.antecedent,
.color_tag.allergie,
.color_tag.constantes,
.color_tag.pathologie,
.color_tag.programme,
.color_tag.traitements,
.color_tag.vaccin,
.color_tag.laboratoire,
.timeline > li table.tbl th.allergie,
.timeline > li div.timeline_icon_allergie,
div.timeline_menu div.allergie,
div.timeline_menu table.tbl th.allergie,
.timeline > li table.tbl th.pathologie,
.timeline > li div.timeline_icon_pathologie,
.timeline > li table.tbl th.programme,
.timeline > li div.timeline_icon_programme,
div.timeline_menu div.pathologie,
div.timeline_menu table.tbl th.pathologie,
.timeline > li div.allergie,
.timeline > li div.timeline_icon_allergie,
div.timeline_menu div.allergie,
div.timeline_menu table.tbl th.allergie,
.timeline > li div.laboratoire,
.timeline > li div.timeline_icon_laboratoire,
.timeline > li div.timeline_icon_lab,
div.timeline_menu div.laboratoire,
div.timeline_menu div.lab,
div.timeline_menu table.tbl th.laboratoire {
  background: #02618d;
}

div.timeline_menu div.affectation_begin,
div.timeline_menu div.assignment_begin,
div.timeline_menu div.pathologie_begin,
div.timeline_menu div.pathology_begin,
div.timeline_menu div.suivi_begin,
div.timeline_menu div.followup_start,
div.timeline_menu div.prescription_begin,
div.timeline_menu div.CPrescriptionLine_begin {
  background: forestgreen;
}

div.timeline_menu div.affectation_end,
div.timeline_menu div.assignment_end,
div.timeline_menu div.pathologie_end,
div.timeline_menu div.pathology_end,
div.timeline_menu div.suivi_end,
div.timeline_menu div.prescription_end,
div.timeline_menu div.CPrescriptionLine_end {
  background: firebrick;
}

div.timeline_menu div.tooltip {
  margin: 0 0 0 0;
}

div.timeline-event-actions div.documents,
div.timeline-event-actions div.prescriptions,
div.timeline-event-actions div.folders,
div.timeline-event-actions div.formulaires,
div.timeline-event-actions div.constantes,
div.timeline-event-actions div.traitements,
div.timeline-event-actions div.antecedents,
div.timeline-event-actions div.antecedent,
div.timeline-event-actions div.movements,
div.timeline-event-actions div.pathologie,
div.timeline-event-actions div.programme,
div.timeline-event-actions div.allergie,
div.timeline-event-actions div.laboratoire,
div.timeline-event-actions div.lab,
div.timeline-event-actions div.evenements,
div.timeline-event-actions div.events,
div.timeline-event-actions div.surgeries,
div.timeline-event-actions div.naissance,
div.timeline-event-actions div.vaccin,
div.timeline-event-actions div.rosp {
  color: #fff;
  padding: 3px;
  font-size: 15px;
  text-align: center;
}

div.timeline_menu div#consultations-0-actions,
div.timeline_menu div#addictology-0-actions,
div.timeline_menu div#followup-0-actions,
div.timeline_menu div#medical-0-actions {
  background-color: rgba(239, 109, 1, 0.8);
  padding: 10px;
  border: none;
}

div.timeline_menu div#pregnancy-0-actions {
  background-color: rgba(219, 112, 147, 0.8);
  padding: 10px;
  border: none;
}

div.timeline_menu div#documents-0-actions,
div.timeline_menu div#folders-0-actions,
div.timeline_menu div#ordonnances-0-actions,
div.timeline_menu div#formulaires-0-actions,
div.timeline_menu div#prescriptions-0-actions,
div.edit_consultation_menu div#documents_consult_actions {
  background-color: rgba(26, 188, 156, 0.8);
  padding: 10px;
  border: none;
}

div.timeline_menu div#constantes-0-actions,
div.timeline_menu div#traitements-0-actions,
div.timeline_menu div#antecedents-0-actions,
div.timeline_menu div#pathologie-0-actions,
div.timeline_menu div#allergie-0-actions,
div.timeline_menu div#laboratoire-0-actions,
div.timeline_menu div#lab-0-actions,
div.timeline_menu div#movements-0-actions,
div.timeline_menu div#stays-0-actions,
div.timeline_menu div#nurse-0-actions,
div.edit_consultation_menu div#constantes_consult_actions,
div.edit_consultation_menu div#traitements_consult_actions,
div.edit_consultation_menu div#antecedents_consult_actions,
div.edit_consultation_menu div#antecedent_consult_actions,
div.edit_consultation_menu div#movements_consult_actions,
div.edit_consultation_menu div#pathologie_consult_actions,
div.edit_consultation_menu div#programme_consult_actions,
div.edit_consultation_menu div#allergie_consult_actions,
div.edit_consultation_menu div#vaccin_consult_actions,
div.edit_consultation_menu div#laboratoire_consult_actions{
  background-color: rgba(2, 97, 141, 0.8);
  padding: 10px;
  border: none;
}

div.timeline_menu div#evenements-0-actions,
div.timeline_menu div#rosp-0-actions,
div.timeline_menu div#tlsi-0-actions,
div.timeline_menu div#surgeries-0-actions,
div.edit_consultation_menu div#tlsi-0-actions,
div.edit_consultation_menu div#evenements_consult_actions,
div.edit_consultation_menu div#events_consult_actions,
div.edit_consultation_menu div#rosp_consult_actions {
  background-color: rgba(213, 61, 42, 0.8);
  padding: 10px;
  border: none;
}

div.timeline_menu div.button_size {
  padding: 2px;
}

div.timeline_menu div.button_size button,
div.edit_consultation_menu div.button_size button {
  text-align: left;
  height: 25px;
  font-size: 10px;
  line-height: 12px;
}

div#consultations-0-actions div.button_size button,
div#medical-0-actions div.button_size button {
  width: 150px;
}

div#consultations-0-actions div.nbr_consult_patient,
div#medical-0-actions div.nbr_consult_patient {
  font-size: 0.8em;
  color: #fff;
  padding-top: 5px;
}

div#consultations-0-actions div.nbr_consult_patient > span,
div#medical-0-actions div.nbr_consult_patient > span {
  font-weight: bold;
}

div#documents-0-actions div.button_size button,
div#prescriptions-0-actions div.button_size button,
div#ordonnances-0-actions div.button_size button,
div#formulaires-0-actions div.button_size button,
div#documents_consult_actions div.button_size button,
div#tlsi-0-actions div.button_size button {
  width: 180px;
}

div .timeline_submenu {
  padding-top: 5px;
  border-radius: 5px;
  background: #ddd none repeat scroll 0 0;
}

div.timeline_menu_arrow {
  padding: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
  height: 0;
  width: 0;
  position: relative;
  left: 5px;
  bottom: 8px;
}

span.timeline_description table.form th.category {
  background: none;
  border: none;
  font-size: 1.2em;
  color: #666;
}

span.timeline_description table.form th {
  background: none;
  color: #666;
  border-right: 1px solid #bbb;
}

span.timeline_description table.form td {
  background: none;
  color: #666;
}

div#timeline-menu-events-movements.addictologie {
  left: -100px !important;
}
div#timeline-menu-events-documents_sejour.addictologie {
  position: relative;
  left: -65px;
}
div#timeline-menu-events-prescriptions.addictologie {
  position: relative;
  left: -35px;
}

/* petite résolution <= 1820px */
@media (max-width: 1820px) {
  div.timeline_menu_design div.timeline_menu_design_icon {
    font-size: 1em;
    width: 100%;
    height: 2.4em;
  }

  div.timeline_menu_design div.consultations > span,
  div.timeline_menu_design div.medical > span,
  div.timeline_menu_design div.vitals > span,
  div.timeline_menu_design div.nurse > span,
  div.timeline_menu_design div.stays > span,
  div.timeline_menu_design div.addictology > span,
  div.timeline_menu_design div.followup > span,
  div.timeline_menu_design div.documents > span,
  div.timeline_menu_design div.prescriptions > span,
  div.timeline_menu_design div.folders > span,
  div.timeline_menu_design div.ordonnances > span,
  div.timeline_menu_design div.formulaires > span,
  div.timeline_menu_design div.constantes > span,
  div.timeline_menu_design div.antecedents > span,
  div.timeline_menu_design div.antecedent > span,
  div.timeline_menu_design div.appointments > span,
  div.timeline_menu_design div.lab > span,
  div.timeline_menu_design div.movements > span,
  div.timeline_menu_design div.allergie > span,
  div.timeline_menu_design div.rosp > span,
  div.timeline_menu_design div.traitements > span,
  div.timeline_menu_design div.pathologie > span,
  div.timeline_menu_design div.laboratoire > span,
  div.timeline_menu_design div.tlsi > span,
  div.timeline_menu_design div.surgeries > span,
  div.timeline_menu_design div.pregnancy > span,
  div.timeline_menu_design div.evenements > span {
    line-height: 2.4em;
  }

  div.timeline_menu_design > div {
    vertical-align: top;
  }
}


/**
z-index ordering (foreground to background) :
 1500 div#console, #profiler-toolbar, #profiler-toggle
 1400 #waitingMsgText
 1300 #waitingMsgMask
 1200 #systemMsg

 1100 div.tooltip

 1002 div.modal .ajax-loading
 1000 .datepickerControl
  801 div.modal

  800 .ajax-loading

  700 headerMenu (style aero-blue)

  400 div.autocomplete
  100 .planning .event:hover
  100 .planning .selected, .planning .selected:hover
  100 .dent-menu
  100 .bargraph .threshold
**/

/* For the /install wizard */







@media screen {
  body.dyslexic {
    font-family: opendyslexic, arial, helvetica, sans-serif;
  }
}

body.touchscreen {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -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;
}

td.clickable,
span.clickable,
div.clickable {
  cursor: pointer;
}

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;
}

.toc:hover{
  opacity: 1;
}

.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: 0 0 0 4px;
  margin: 0 -2px 0 0;
  height: 20px;
  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: 0 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.planningBloc th.hatching,
table.planningBloc td.hatching,
table.form tr.hatching th,
table.form tr.hatching td {
  background-image: url(../style/mediboard/images/icons/ray.gif)!important;
}

table.tbl th.hatching_red,
table.tbl td.hatching_red,
table.tbl tr.hatching_red th,
table.tbl tr.hatching_red td,
table.form tr.hatching_red th,
table.form tr.hatching_red td {
  background-image: url(../style/mediboard/../../images/icons/ray_cancelled.gif)!important;
}

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;
  }
}

div.circled {
  clear: both;
}

span.circled,
div.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;
}

.release-info .branch-name {
  text-transform: capitalize;
}

.obsolete-browser-warning {
  background-color: #ffda5f;
  padding: 0.5em;
  border-bottom: 1px solid #999;
}

.event-icon {
  font-size: 1.2em;
  display: inline-block;
  width: 1.2em;
  text-align: center;
  color: white;
  border-radius: 4px;
}

.event-icon-small {
    height: 12px;
    width: 12px;
}

.event-icon-small-24 {
    height: 24px;
    width: 24px;
}

strong.realises, strong.csarr {
  color: #080;
}

strong.annules, strong.cdarr {
  color: #800;
}

strong.planifies {
  color: #888;
}

.rtf-preview, .rtf-preview p {
  white-space: pre-wrap;
}

/* edit consultation menu TAMM et PLUUS */
div.edit_consultation_menu {
  display: inline-block;
  font-size:1.5em;
  cursor: pointer;
}

div.edit_consultation_menu div.color_tag {
  width: 1.3em;
  color: #fff;
  padding: 1px 2px;
}

span.sortie_transfert {
  width: 16px;
  color: red;
  font-weight: bold;
  background-color: white;
  font-size: 1.4em;
}

/** Classe comportemantale des boutons **/
button.singleclick {
}

tr>td>button.hidden_line_button {
  opacity: 0;
  transition: opacity 0.25s;
}
tr:hover>td>button.hidden_line_button {
  opacity: 0.75;
}

pre.xdebug-var-dump{
  max-height: 500px;
}

/* Menu messagrie */
span#messagerie-navigation {
  cursor: pointer;
}

span#messagerie-navigation.none {
  color: #aaa;
}

ul.messagerie-menu {
  list-style: none;
  margin-left: 0px;
  border: none;
  padding: 5px;
  background-color: #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

ul.messagerie-menu li.messagerie-menu-element {
  font-size: 13px;
  text-align: left;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  padding: 2px;
  min-width: 100px;
}

ul.messagerie-menu li.messagerie-menu-element:hover {
  background-color: #eee;
}

ul.messagerie-menu li.messagerie-menu-element span.msg-counter {
  float: right;
}

div#messagerie-menu-container {
  display: inline-block;
}

div#messagerie-menu-container a {
  text-decoration: none;
  display: inline-block;
}

div.file_synchro>img {
  float: right;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 2px;
}

div.file_synchro:hover>img {
  opacity: 1;
}

/**
 * @package Mediboard\Style\Mediboard
 * @author  SAS OpenXtrem <dev@openxtrem.com>
 * @license https://www.gnu.org/licenses/gpl.html GNU General Public License
 * @license https://www.openxtrem.com/licenses/oxol.html OXOL OpenXtrem Open License
 */

/* 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-face {
  font-family: opendyslexic;
  src: url(../style/mediboard/vendor/fonts/open_dyslexic/eot/OpenDyslexic-Regular.eot?)  format('eot'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/woff/OpenDyslexic-Regular.woff) format('woff'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/otf/OpenDyslexic-Regular.otf)   format('opentype');
}

@font-face {
  font-family: opendyslexic;
  font-weight: bold;
  src: url(../style/mediboard/vendor/fonts/open_dyslexic/eot/OpenDyslexic-Bold.eot?)  format('eot'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/woff/OpenDyslexic-Bold.woff) format('woff'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/otf/OpenDyslexic-Bold.otf)   format('opentype');
}

@font-face {
  font-family: opendyslexic;
  font-weight: normal;
  font-style: italic;
  src: url(../style/mediboard/vendor/fonts/open_dyslexic/eot/OpenDyslexic-Italic.eot?)  format('eot'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/woff/OpenDyslexic-Italic.woff) format('woff'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/otf/OpenDyslexic-Italic.otf)   format('opentype');
}

@font-face {
  font-family: opendyslexic;
  font-weight: bold;
  font-style: italic;
  src: url(../style/mediboard/vendor/fonts/open_dyslexic/eot/OpenDyslexic-BoldItalic.eot?)  format('eot'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/woff/OpenDyslexic-BoldItalic.woff) format('woff'),
  url(../style/mediboard/vendor/fonts/open_dyslexic/otf/OpenDyslexic-BoldItalic.otf)   format('opentype');
}
/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fa-stack, .fab, .fal, .far, .fas {
  display: inline-block
}

.fa:before, .fab:before, .fal:before, .far:before, .fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  /*line-height: 1;*/
}

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

button.fa.notext:before, button.fab.notext:before, button.fal.notext:before, button.fas.notext:before {
  width: 15px;
  font-size: 1rem !important
}

a.button.fa.notext:before, a.button.fab.notext:before, a.button.fal.notext:before, a.button.far.notext:before, a.button.fas.notext:before, button.far.notext:before {
  width: 16px;
  font-size: 1rem !important
}

.fa-lg {
  font-size: 1.33333em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

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

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

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

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

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

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

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

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

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

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

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

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

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

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

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

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

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

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

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

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

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

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

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

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

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

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

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

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

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

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

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

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

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

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

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

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

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-brands-400.eot");
  src: url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-brands-400.woff2") format("woff2"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-brands-400.woff") format("woff"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-brands-400.ttf") format("truetype"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab:before {
  font-family: 'Font Awesome 5 Brands'
}

.fa:before, .far:before, .fas:before {
  font-family: 'Font Awesome 5 Free'
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-regular-400.eot");
  src: url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-regular-400.woff2") format("woff2"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-regular-400.woff") format("woff"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-regular-400.ttf") format("truetype"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far:before {
  font-weight: 400
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-solid-900.eot");
  src: url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-solid-900.woff2") format("woff2"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-solid-900.woff") format("woff"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-solid-900.ttf") format("truetype"),
  url("../style/mediboard/vendor/fonts/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa:before, .fas:before {
  font-weight: 900
}

@font-face {
  font-family: 'webfont-medical-icons';
  src:url('../style/mediboard/vendor/fonts/webfont-medical-icons/fonts/webfont-medical-icons.eot');
  src:url('../style/mediboard/vendor/fonts/webfont-medical-icons/fonts/webfont-medical-icons.eot?#iefix') format('embedded-opentype'),
      url('../style/mediboard/vendor/fonts/webfont-medical-icons/fonts/webfont-medical-icons.ttf') format('truetype'),
      url('../style/mediboard/vendor/fonts/webfont-medical-icons/fonts/webfont-medical-icons.woff') format('woff'),
      url('../style/mediboard/vendor/fonts/webfont-medical-icons/fonts/webfont-medical-icons.svg#webfont-medical-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'webfont-medical-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-i-womens-health:before {
  content: "\e600";
}
.icon-i-waiting-area:before {
  content: "\e601";
}
.icon-i-volume-control:before {
  content: "\e602";
}
.icon-i-ultrasound:before {
  content: "\e603";
}
.icon-i-text-telephone:before {
  content: "\e604";
}
.icon-i-surgery:before {
  content: "\e605";
}
.icon-i-stairs:before {
  content: "\e606";
}
.icon-i-radiology:before {
  content: "\e607";
}
.icon-i-physical-therapy:before {
  content: "\e608";
}
.icon-i-pharmacy:before {
  content: "\e609";
}
.icon-i-pediatrics:before {
  content: "\e60a";
}
.icon-i-pathology:before {
  content: "\e60b";
}
.icon-i-outpatient:before {
  content: "\e60c";
}
.icon-i-mental-health:before {
  content: "\e60d";
}
.icon-i-medical-records:before {
  content: "\e60e";
}
.icon-i-medical-library:before {
  content: "\e60f";
}
.icon-i-mammography:before {
  content: "\e610";
}
.icon-i-laboratory:before {
  content: "\e611";
}
.icon-i-labor-delivery:before {
  content: "\e612";
}
.icon-i-immunizations:before {
  content: "\e613";
}
.icon-i-imaging-root-category:before {
  content: "\e614";
}
.icon-i-imaging-alternative-pet:before {
  content: "\e615";
}
.icon-i-imaging-alternative-mri:before {
  content: "\e616";
}
.icon-i-imaging-alternative-mri-two:before {
  content: "\e617";
}
.icon-i-imaging-alternative-ct:before {
  content: "\e618";
}
.icon-i-fire-extinguisher:before {
  content: "\e619";
}
.icon-i-family-practice:before {
  content: "\e61a";
}
.icon-i-emergency:before {
  content: "\e61b";
}
.icon-i-elevators:before {
  content: "\e61c";
}
.icon-i-ear-nose-throat:before {
  content: "\e61d";
}
.icon-i-drinking-fountain:before {
  content: "\e61e";
}
.icon-i-cardiology:before {
  content: "\e61f";
}
.icon-i-billing:before {
  content: "\e620";
}
.icon-i-anesthesia:before {
  content: "\e621";
}
.icon-i-ambulance:before {
  content: "\e622";
}
.icon-i-alternative-complementary:before {
  content: "\e623";
}
.icon-i-administration:before {
  content: "\e624";
}
.icon-i-social-services:before {
  content: "\e625";
}
.icon-i-smoking:before {
  content: "\e626";
}
.icon-i-restrooms:before {
  content: "\e627";
}
.icon-i-restaurant:before {
  content: "\e628";
}
.icon-i-respiratory:before {
  content: "\e629";
}
.icon-i-registration:before {
  content: "\e62a";
}
.icon-i-oncology:before {
  content: "\e62b";
}
.icon-i-nutrition:before {
  content: "\e62c";
}
.icon-i-nursery:before {
  content: "\e62d";
}
.icon-i-no-smoking:before {
  content: "\e62e";
}
.icon-i-neurology:before {
  content: "\e62f";
}
.icon-i-mri-pet:before {
  content: "\e630";
}
.icon-i-interpreter-services:before {
  content: "\e631";
}
.icon-i-internal-medicine:before {
  content: "\e632";
}
.icon-i-intensive-care:before {
  content: "\e633";
}
.icon-i-inpatient:before {
  content: "\e634";
}
.icon-i-information-us:before {
  content: "\e635";
}
.icon-i-infectious-diseases:before {
  content: "\e636";
}
.icon-i-hearing-assistance:before {
  content: "\e637";
}
.icon-i-health-services:before {
  content: "\e638";
}
.icon-i-health-education:before {
  content: "\e639";
}
.icon-i-gift-shop:before {
  content: "\e63a";
}
.icon-i-genetics:before {
  content: "\e63b";
}
.icon-i-first-aid:before {
  content: "\e63c";
}
.icon-i-dermatology:before {
  content: "\e63d";
}
.icon-i-dental:before {
  content: "\e63e";
}
.icon-i-coffee-shop:before {
  content: "\e63f";
}
.icon-i-chapel:before {
  content: "\e640";
}
.icon-i-cath-lab:before {
  content: "\e641";
}
.icon-i-care-staff-area:before {
  content: "\e642";
}
.icon-i-accessibility:before {
  content: "\e643";
}
.icon-i-diabetes-education:before {
  content: "\e644";
}
.icon-i-hospital:before {
  content: "\e645";
}
.icon-i-kidney:before {
  content: "\e646";
}
.icon-i-ophthalmology:before {
  content: "\e647";
}
.icon-womens-health:before {
  content: "\e648";
}
.icon-waiting-area:before {
  content: "\e649";
}
.icon-volume-control:before {
  content: "\e64a";
}
.icon-ultrasound:before {
  content: "\e64b";
}
.icon-text-telephone:before {
  content: "\e64c";
}
.icon-surgery:before {
  content: "\e64d";
}
.icon-stairs:before {
  content: "\e64e";
}
.icon-radiology:before {
  content: "\e64f";
}
.icon-physical-therapy:before {
  content: "\e650";
}
.icon-pharmacy:before {
  content: "\e651";
}
.icon-pediatrics:before {
  content: "\e652";
}
.icon-pathology:before {
  content: "\e653";
}
.icon-outpatient:before {
  content: "\e654";
}
.icon-ophthalmology:before {
  content: "\e655";
}
.icon-mental-health:before {
  content: "\e656";
}
.icon-medical-records:before {
  content: "\e657";
}
.icon-medical-library:before {
  content: "\e658";
}
.icon-mammography:before {
  content: "\e659";
}
.icon-laboratory:before {
  content: "\e65a";
}
.icon-labor-delivery:before {
  content: "\e65b";
}
.icon-kidney:before {
  content: "\e65c";
}
.icon-immunizations:before {
  content: "\e65d";
}
.icon-imaging-root-category:before {
  content: "\e65e";
}
.icon-imaging-alternative-pet:before {
  content: "\e65f";
}
.icon-imaging-alternative-mri:before {
  content: "\e660";
}
.icon-imaging-alternative-mri-two:before {
  content: "\e661";
}
.icon-imaging-alternative-ct:before {
  content: "\e662";
}
.icon-hospital:before {
  content: "\e663";
}
.icon-fire-extinguisher:before {
  content: "\e664";
}
.icon-family-practice:before {
  content: "\e665";
}
.icon-emergency:before {
  content: "\e666";
}
.icon-elevators:before {
  content: "\e667";
}
.icon-ear-nose-throat:before {
  content: "\e668";
}
.icon-drinking-fountain:before {
  content: "\e669";
}
.icon-diabetes-education:before {
  content: "\e66a";
}
.icon-cardiology:before {
  content: "\e66b";
}
.icon-billing:before {
  content: "\e66c";
}
.icon-anesthesia:before {
  content: "\e66d";
}
.icon-ambulance:before {
  content: "\e66e";
}
.icon-alternative-complementary:before {
  content: "\e66f";
}
.icon-administration:before {
  content: "\e670";
}
.icon-accessibility:before {
  content: "\e671";
}
.icon-social-services:before {
  content: "\e672";
}
.icon-smoking:before {
  content: "\e673";
}
.icon-restrooms:before {
  content: "\e674";
}
.icon-restaurant:before {
  content: "\e675";
}
.icon-respiratory:before {
  content: "\e676";
}
.icon-oncology:before {
  content: "\e677";
}
.icon-nutrition:before {
  content: "\e678";
}
.icon-nursery:before {
  content: "\e679";
}
.icon-no-smoking:before {
  content: "\e67a";
}
.icon-neurology:before {
  content: "\e67b";
}
.icon-mri-pet:before {
  content: "\e67c";
}
.icon-interpreter-services:before {
  content: "\e67d";
}
.icon-internal-medicine:before {
  content: "\e67e";
}
.icon-intensive-care:before {
  content: "\e67f";
}
.icon-inpatient:before {
  content: "\e680";
}
.icon-information-us:before {
  content: "\e681";
}
.icon-infectious-diseases:before {
  content: "\e682";
}
.icon-hearing-assistance:before {
  content: "\e683";
}
.icon-health-services:before {
  content: "\e684";
}
.icon-health-education:before {
  content: "\e685";
}
.icon-gift-shop:before {
  content: "\e686";
}
.icon-genetics:before {
  content: "\e687";
}
.icon-first-aid:before {
  content: "\e688";
}
.icon-dental:before {
  content: "\e689";
}
.icon-coffee-shop:before {
  content: "\e68a";
}
.icon-chapel:before {
  content: "\e68b";
}
.icon-cath-lab:before {
  content: "\e68c";
}
.icon-care-staff-area:before {
  content: "\e68d";
}
.icon-registration:before {
  content: "\e68e";
}
.icon-dermatology:before {
  content: "\e68f";
}
.vis-background, .vis-labelset, .vis-timeline {
  overflow: hidden
}

.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.vis-active {
  box-shadow: 0 0 10px #86d5f8
}

.vis [class*=span] {
  min-height: 0;
  width: auto
}

div.vis-configuration {
  position: relative;
  display: block;
  float: left;
  font-size: 12px
}

div.vis-configuration-wrapper {
  display: block;
  width: 700px
}

div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block
}

div.vis-configuration.vis-config-option-container {
  display: block;
  width: 495px;
  background-color: #fff;
  border: 2px solid #f7f8fa;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px
}

div.vis-configuration.vis-config-button {
  display: block;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  background-color: #f7f8fa;
  border: 2px solid #ceced0;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 30px
}

div.vis-configuration.vis-config-button.hover {
  background-color: #4588e6;
  border: 2px solid #214373;
  color: #fff
}

div.vis-configuration.vis-config-item {
  display: block;
  float: left;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px
}

div.vis-configuration.vis-config-item.vis-config-s2 {
  left: 10px;
  background-color: #f7f8fa;
  padding-left: 5px;
  border-radius: 3px
}

div.vis-configuration.vis-config-item.vis-config-s3 {
  left: 20px;
  background-color: #e4e9f0;
  padding-left: 5px;
  border-radius: 3px
}

div.vis-configuration.vis-config-item.vis-config-s4 {
  left: 30px;
  background-color: #cfd8e6;
  padding-left: 5px;
  border-radius: 3px
}

div.vis-configuration.vis-config-header {
  font-size: 18px;
  font-weight: 700
}

div.vis-configuration.vis-config-label {
  width: 120px;
  height: 25px;
  line-height: 25px
}

div.vis-configuration.vis-config-label.vis-config-s3 {
  width: 110px
}

div.vis-configuration.vis-config-label.vis-config-s4 {
  width: 100px
}

div.vis-configuration.vis-config-colorBlock {
  top: 1px;
  width: 30px;
  height: 19px;
  border: 1px solid #444;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  cursor: pointer
}

input.vis-configuration.vis-config-checkbox {
  left: -5px
}

input.vis-configuration.vis-config-rangeinput {
  position: relative;
  top: -5px;
  width: 60px;
  padding: 1px;
  margin: 0;
  pointer-events: none
}

.vis-panel, .vis-timeline {
  padding: 0;
  box-sizing: border-box
}

input.vis-configuration.vis-config-range {
  -webkit-appearance: none;
  border: 0 solid #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  height: 20px
}

input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c8c8c8', GradientType=0);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px
}

input.vis-configuration.vis-config-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #14334b;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #3876c2;
  background: -moz-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3876c2), color-stop(100%, #385380));
  background: -webkit-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -o-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -ms-linear-gradient(top, #3876c2 0, #385380 100%);
  background: linear-gradient(to bottom, #3876c2 0, #385380 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3876c2', endColorstr='#385380', GradientType=0);
  box-shadow: #111927 0 0 1px 0;
  margin-top: -7px
}

input.vis-configuration.vis-config-range:focus {
  outline: 0
}

input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
  background: #9d9d9d;
  background: -moz-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9d9d9d), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #9d9d9d 0, #c8c8c8 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#c8c8c8', GradientType=0)
}

input.vis-configuration.vis-config-range::-moz-range-track {
  width: 300px;
  height: 10px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(99%, #c8c8c8));
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c8c8c8', GradientType=0);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px
}

input.vis-configuration.vis-config-range::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380
}

input.vis-configuration.vis-config-range:-moz-focusring {
  outline: #fff solid 1px;
  outline-offset: -1px
}

input.vis-configuration.vis-config-range::-ms-track {
  width: 300px;
  height: 5px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent
}

input.vis-configuration.vis-config-range::-ms-fill-lower {
  background: #777;
  border-radius: 10px
}

input.vis-configuration.vis-config-range::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px
}

input.vis-configuration.vis-config-range::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380
}

input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
  background: #888
}

input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
  background: #ccc
}

.vis-configuration-popup {
  position: absolute;
  background: rgba(57, 76, 89, .85);
  border: 2px solid #f2faff;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.vis-configuration-popup:after, .vis-configuration-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.vis-configuration-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(57, 76, 89, .85);
  border-width: 8px;
  margin-top: -8px
}

.vis-configuration-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2faff;
  border-width: 12px;
  margin-top: -12px
}

.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  margin: 0
}

.vis-panel {
  position: absolute;
  margin: 0
}

.vis-panel.vis-bottom, .vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right, .vis-panel.vis-top {
  border: 1px #bfbfbf
}

.vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden
}

.vis-panel.vis-bottom, .vis-panel.vis-center, .vis-panel.vis-top {
  border-left-style: solid;
  border-right-style: solid
}

.vis-panel > .vis-content {
  position: relative
}

.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.vis-itemset, .vis-labelset, .vis-labelset .vis-label {
  position: relative;
  box-sizing: border-box
}

.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0
}

.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0
}

.vis-labelset .vis-label {
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  border-bottom: 1px solid #bfbfbf
}

.vis-labelset .vis-label.draggable {
  cursor: pointer
}

.vis-labelset .vis-label:last-child {
  border-bottom: none
}

.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0
}

.vis-itemset {
  padding: 0;
  margin: 0
}

.vis-itemset .vis-background, .vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible
}

.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1
}

.vis-foreground .vis-group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf
}

.vis-foreground .vis-group:last-child {
  border-bottom: none
}

.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.vis-item {
  position: absolute;
  color: #1A1A1A;
  border-color: #97B0F8;
  border-width: 1px;
  background-color: #D5DDF6;
  display: inline-block
}

.vis-item.vis-point.vis-selected, .vis-item.vis-selected {
  background-color: #FFF785
}

.vis-item.vis-selected {
  border-color: #FFC200;
  z-index: 2
}

.vis-editable.vis-selected {
  cursor: move
}

.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px
}

.vis-item.vis-point {
  background: 0 0
}

.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px
}

.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box
}

.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, .4);
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden
}

.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block
}

.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block
}

.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid
}

.vis-item .vis-item-content {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px
}

.vis-item .vis-delete {
  background: url(../style/mediboard/vendor/../images/buttons/cancel.png) center no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -24px;
  cursor: pointer
}

.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize
}

.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize
}

.vis-range.vis-item.vis-readonly .vis-drag-left, .vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto
}

.vis-time-axis {
  position: relative;
  overflow: hidden
}

.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%
}

.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap
}

.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden
}

.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid
}

.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5
}

.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf
}

.vis-current-time {
  background-color: #FF7F6E;
  width: 2px;
  z-index: 1
}

.vis-custom-time {
  background-color: #6E94FF;
  width: 2px;
  cursor: move;
  z-index: 1
}

div.vis-network div.vis-close, div.vis-network div.vis-edit-mode div.vis-button, div.vis-network div.vis-manipulation div.vis-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf
}

.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap
}

.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto
}

.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap
}

.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto
}

.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center
}

.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto
}

.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  -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-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  -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-legend {
  background-color: rgba(247, 252, 255, .65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, .55)
}

.vis-legend-text {
  white-space: nowrap;
  display: inline-block
}

.vis-graph-group0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd
}

.vis-graph-group1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646
}

.vis-graph-group2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf
}

.vis-graph-group3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841
}

.vis-graph-group4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100
}

.vis-graph-group5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6
}

.vis-graph-group6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662
}

.vis-graph-group7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26
}

.vis-graph-group8 {
  fill: #f0f;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f0f
}

.vis-graph-group9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938
}

.vis-timeline .vis-fill {
  fill-opacity: .1;
  stroke: none
}

.vis-timeline .vis-bar {
  fill-opacity: .5;
  stroke-width: 1px
}

.vis-timeline .vis-point {
  stroke-width: 2px;
  fill-opacity: 1
}

.vis-timeline .vis-legend-background {
  stroke-width: 1px;
  fill-opacity: .9;
  fill: #fff;
  stroke: #c2c2c2
}

.vis-timeline .vis-outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: #fff;
  stroke: #e5e5e5
}

.vis-timeline .vis-icon-fill {
  fill-opacity: .3;
  stroke: none
}

div.vis-network div.vis-manipulation {
  border-width: 0;
  border-bottom: 1px;
  border-style: solid;
  border-color: #d6d9d8;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(48%, #fcfcfc), color-stop(50%, #fafafa), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  background: linear-gradient(to bottom, #fff 0, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px
}

div.vis-network div.vis-edit-mode {
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px
}

div.vis-network div.vis-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-position: 20px 3px;
  background-repeat: no-repeat;
  background-image: url(../style/mediboard/vendor/img/network/cross.png);
  user-select: none
}

div.vis-network div.vis-close:hover {
  opacity: .6
}

div.vis-network div.vis-edit-mode div.vis-button, div.vis-network div.vis-manipulation div.vis-button {
  float: left;
  font-family: verdana;
  font-size: 12px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 24px;
  margin-left: 10px;
  padding: 0 8px;
  user-select: none
}

div.vis-network div.vis-manipulation div.vis-button:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2)
}

div.vis-network div.vis-manipulation div.vis-button:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .5)
}

div.vis-network div.vis-manipulation div.vis-button.vis-back {
  background-image: url(../style/mediboard/vendor/img/network/backIcon.png)
}

div.vis-network div.vis-manipulation div.vis-button.vis-none:hover {
  box-shadow: 1px 1px 8px transparent;
  cursor: default
}

div.vis-network div.vis-manipulation div.vis-button.vis-none:active {
  box-shadow: 1px 1px 8px transparent
}

div.vis-network div.vis-manipulation div.vis-button.vis-none {
  padding: 0
}

div.vis-network div.vis-manipulation div.notification {
  margin: 2px;
  font-weight: 700
}

div.vis-network div.vis-manipulation div.vis-button.vis-add {
  background-image: url(../style/mediboard/vendor/img/network/addNodeIcon.png)
}

div.vis-network div.vis-edit-mode div.vis-button.vis-edit, div.vis-network div.vis-manipulation div.vis-button.vis-edit {
  background-image: url(../style/mediboard/vendor/img/network/editIcon.png)
}

div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode {
  background-color: #fcfcfc;
  border: 1px solid #ccc
}

div.vis-network div.vis-manipulation div.vis-button.vis-connect {
  background-image: url(../style/mediboard/vendor/img/network/connectIcon.png)
}

div.vis-network div.vis-manipulation div.vis-button.vis-delete {
  background-image: url(../style/mediboard/vendor/img/network/deleteIcon.png)
}

div.vis-network div.vis-edit-mode div.vis-label, div.vis-network div.vis-manipulation div.vis-label {
  margin: 0 0 0 23px;
  line-height: 25px
}

div.vis-network div.vis-manipulation div.vis-separator-line {
  float: left;
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #bdbdbd;
  margin: 0 7px 0 15px
}

div.vis-network-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
  font-color: #000;
  background-color: #f5f4ed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808074;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
  pointer-events: none
}

div.vis-network div.vis-navigation div.vis-button {
  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.vis-network div.vis-navigation div.vis-button:hover {
  box-shadow: 0 0 3px 3px rgba(56, 207, 21, .3)
}

div.vis-network div.vis-navigation div.vis-button:active {
  box-shadow: 0 0 1px 3px rgba(56, 207, 21, .95)
}

div.vis-network div.vis-navigation div.vis-button.vis-up {
  background-image: url(../style/mediboard/vendor/img/network/upArrow.png);
  bottom: 50px;
  left: 55px
}

div.vis-network div.vis-navigation div.vis-button.vis-down {
  background-image: url(../style/mediboard/vendor/img/network/downArrow.png);
  bottom: 10px;
  left: 55px
}

div.vis-network div.vis-navigation div.vis-button.vis-left {
  background-image: url(../style/mediboard/vendor/img/network/leftArrow.png);
  bottom: 10px;
  left: 15px
}

div.vis-network div.vis-navigation div.vis-button.vis-right {
  background-image: url(../style/mediboard/vendor/img/network/rightArrow.png);
  bottom: 10px;
  left: 95px
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
  background-image: url(../style/mediboard/vendor/img/network/plus.png);
  bottom: 10px;
  right: 15px
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
  background-image: url(../style/mediboard/vendor/img/network/minus.png);
  bottom: 10px;
  right: 55px
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
  background-image: url(../style/mediboard/vendor/img/network/zoomExtends.png);
  bottom: 50px;
  right: 15px
}

div.vis-color-picker {
  position: absolute;
  top: 0;
  left: 30px;
  margin-top: -140px;
  margin-left: 30px;
  width: 310px;
  height: 444px;
  z-index: 1;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  display: none;
  box-shadow: rgba(0, 0, 0, .5) 0 0 10px 0
}

div.vis-color-picker div.vis-arrow {
  position: absolute;
  top: 147px;
  left: 5px
}

div.vis-color-picker div.vis-arrow::after, div.vis-color-picker div.vis-arrow::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

div.vis-color-picker div.vis-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px
}

div.vis-color-picker div.vis-color {
  position: absolute;
  width: 289px;
  height: 289px;
  cursor: pointer
}

div.vis-color-picker div.vis-brightness {
  position: absolute;
  top: 313px
}

div.vis-color-picker div.vis-opacity {
  position: absolute;
  top: 350px
}

div.vis-color-picker div.vis-selector {
  position: absolute;
  top: 137px;
  left: 137px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000), color-stop(60%, #111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0, #595959 12%, #666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0)
}

div.vis-color-picker div.vis-initial-color, div.vis-color-picker div.vis-new-color {
  width: 140px;
  height: 20px;
  top: 380px;
  font-size: 10px;
  color: rgba(0, 0, 0, .4);
  line-height: 20px;
  position: absolute;
  vertical-align: middle
}

div.vis-color-picker div.vis-new-color {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  left: 159px;
  text-align: right;
  padding-right: 2px
}

div.vis-color-picker div.vis-initial-color {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  left: 10px;
  text-align: left;
  padding-left: 2px
}

div.vis-color-picker div.vis-label {
  position: absolute;
  width: 300px;
  left: 10px
}

div.vis-color-picker div.vis-label.vis-brightness {
  top: 300px
}

div.vis-color-picker div.vis-label.vis-opacity {
  top: 338px
}

div.vis-color-picker div.vis-button {
  position: absolute;
  width: 68px;
  height: 25px;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 25px;
  top: 410px;
  border: 2px solid #d9d9d9;
  background-color: #f7f7f7;
  cursor: pointer
}

div.vis-color-picker div.vis-button.vis-cancel {
  left: 5px
}

div.vis-color-picker div.vis-button.vis-load {
  left: 82px
}

div.vis-color-picker div.vis-button.vis-apply {
  left: 159px
}

div.vis-color-picker div.vis-button.vis-save {
  left: 236px
}

div.vis-color-picker input.vis-range {
  width: 290px;
  height: 20px
}
div.dc-chart {
    float: left;
}

.dc-chart rect.bar {
    stroke: none;
    cursor: pointer;
}

.dc-chart rect.bar:hover {
    fill-opacity: .5;
}

.dc-chart rect.stack1 {
    stroke: none;
    fill: red;
}

.dc-chart rect.stack2 {
    stroke: none;
    fill: green;
}

.dc-chart rect.deselected {
    stroke: none;
    fill: #ccc;
}

.dc-chart .empty-chart .pie-slice path {
    fill: #FFEEEE;
    cursor: default;
}

.dc-chart .empty-chart .pie-slice {
    cursor: default;
}

.dc-chart .pie-slice {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

.dc-chart .pie-slice.external{
    fill: black;
}

.dc-chart .pie-slice :hover {
    fill-opacity: .8;
}

.dc-chart .pie-slice.highlight {
    fill-opacity: .8;
}

.dc-chart .pie-path {
  fill:none;
  stroke-width: 2px;
  stroke: black;
  opacity: 0.4;
}

.dc-chart .selected path {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected path {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .axis path,
.dc-chart .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.dc-chart .axis text {
    font: 10px sans-serif;
}

.dc-chart .grid-line,
.dc-chart .axis .grid-line {
    fill: none;
    stroke: #ccc;
    opacity: .5;
    shape-rendering: crispEdges;
}

.dc-chart .grid-line line,
.dc-chart .axis .grid-line line {
    fill: none;
    stroke: #ccc;
    opacity: .5;
    shape-rendering: crispEdges;
}

.dc-chart .brush rect.background {
    z-index: -999;
}

.dc-chart .brush rect.extent {
    fill: steelblue;
    fill-opacity: .125;
}

.dc-chart .brush .resize path {
    fill: #eee;
    stroke: #666;
}

.dc-chart path.line {
    fill: none;
    stroke-width: 1.5px;
}

.dc-chart circle.dot {
    stroke: none;
}

.dc-chart g.dc-tooltip path {
    fill: none;
    stroke: grey;
    stroke-opacity: .8;
}

.dc-chart path.area {
    fill-opacity: .3;
    stroke: none;
}

.dc-chart .node {
    font-size: 0.7em;
    cursor: pointer;
}

.dc-chart .node :hover {
    fill-opacity: .8;
}

.dc-chart .selected circle {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected circle {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .bubble {
    stroke: none;
    fill-opacity: 0.6;
}

.dc-data-count {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.dc-data-count .filter-count {
    color: #3182bd;
    font-weight: bold;
}

.dc-data-count .total-count {
    color: #3182bd;
    font-weight: bold;
}

.dc-data-table {
}

.dc-chart g.state {
    cursor: pointer;
}

.dc-chart g.state :hover {
    fill-opacity: .8;
}

.dc-chart g.state path {
    stroke: white;
}

.dc-chart g.selected path {
}

.dc-chart g.deselected path {
    fill: grey;
}

.dc-chart g.selected text {
}

.dc-chart g.deselected text {
    display: none;
}

.dc-chart g.county path {
    stroke: white;
    fill: none;
}

.dc-chart g.debug rect {
    fill: blue;
    fill-opacity: .2;
}

.dc-chart g.row rect {
    fill-opacity: 0.8;
    cursor: pointer;
}

.dc-chart g.row rect:hover {
    fill-opacity: 0.6;
}

.dc-chart g.row text {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

.dc-legend {
    font-size: 11px;
}

.dc-legend-item {
    cursor: pointer;
}

.dc-chart g.axis text {
    /* Makes it so the user can't accidentally click and select text that is meant as a label only */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dc-chart path.highlight {
    stroke-width: 3;
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .highlight {
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .fadeout {
    fill-opacity: 0.2;
    stroke-opacity: 0.2;
}

.dc-chart path.dc-symbol,
g.dc-legend-item.fadeout {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
}

.dc-hard .number-display {
    float: none;
}

.dc-chart .box text {
    font: 10px sans-serif;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dc-chart .box line,
.dc-chart .box circle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
}

.dc-chart .box rect {
    stroke: #000;
    stroke-width: 1.5px;
}

.dc-chart .box .center {
    stroke-dasharray: 3,3;
}

.dc-chart .box .outlier {
    fill: none;
    stroke: #ccc;
}

.dc-chart .box.deselected .box {
    fill: #ccc;
}

.dc-chart .box.deselected {
    opacity: .5;
}

.dc-chart .symbol{
    stroke: none;
}

.dc-chart .heatmap .box-group.deselected rect {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .heatmap g.axis text {
    pointer-events: all;
    cursor: pointer;
}

