@charset "UTF-8";
@font-face {
  font-family: "dripicons-v2";
  src: url("fonts/dripicons-v2.eot");
  src: url("fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"), url("fonts/dripicons-v2.woff") format("woff"), url("fonts/dripicons-v2.ttf") format("truetype"), url("fonts/dripicons-v2.svg#dripicons-v2") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
}
select#choix {
  position: relative;
  left: 150px;
  bottom: 5px;
}
.icon {
  font-family: "dripicons-v2";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  cursor: pointer;
}
h1 {
  display: block;
  padding: 8px;
  color: grey;
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 15px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 1100px;
}
table thead th {
  background-color: #789aa9;
  font-weight: bold;
  border-right: 1px solid white;
  padding: 2px;
  position: relative;
}
table thead button {
  font-size: 12px;
}
table thead .mini {
  border-bottom: 1px solid white;
  font-size: 11px;
}
table thead th[data-sort] {
  cursor: pointer;
}
table thead th[data-sort]:hover {
  background-color: #789aa9C0;
}
table thead th[data-sort]:after {
  content: " \00296E";
  color: white;
  opacity: 0.7;
  font-weight: normal;
}
table thead th[data-sort].sort-up:after {
  content: " \0025B3";
  opacity: 1;
  font-weight: bold;
}
table thead th[data-sort].sort-down:after {
  content: " \0025BD";
  opacity: 1;
  font-weight: bold;
}
table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 3px 5px;
  border-bottom: 1px solid #789aa9;
}
table tbody tr.closed.red {
  background-color: #AA000050;
}
table tbody tr.closed.red:hover {
  background-color: #EECCCC;
}
table tbody tr.closed.green {
  background-color: #00800050;
}
table tbody tr.closed.green:hover {
  background-color: #CCEECC;
}
table tbody tr:hover {
  background-color: #e8e8e8;
}
table tbody td .icon {
  padding-right: 7px;
}
table tbody td .icon.hide {
  color: #AA0000;
}
table tbody td .icon.url {
  color: #164696;
}
table tbody td .icon.detail {
  color: #666666;
}
table tbody td .icon.only {
  color: #008000;
}
table tbody td.base {
  text-align: left;
  font-weight: bold;
  color: #162540;
  border-right: 1px solid #777777;
}
table tbody td.achat-ts {
  background-color: #AAAABB44;
  color: #666666;
}
table tbody td.achat-price {
  text-align: left;
  font-weight: bold;
  background-color: #AAAABB77;
}
table tbody td.quote {
  text-align: left;
  background-color: #AAAABB77;
  border-right: 1px solid #777777;
}
table tbody td.moyenne24 {
  text-align: left;
  color: #555555;
}
table tbody td.volume24 {
  text-align: right;
  color: #444444;
}
table tbody td.cours-ts {
  font-weight: 400;
  font-size: 0.9em;
  background-color: #EEEEEE99;
  color: #666666;
}
table tbody td.cours {
  text-align: left;
  background-color: #EEEEEE99;
}
table tbody td.cours.red {
  color: #AA0000;
}
table tbody td.cours.green {
  color: #008000;
}
table tbody td.variation {
  text-align: right;
  font-weight: bold;
  background-color: #EEEEEE99;
}
table tbody td.variation:after {
  content: " %";
}
table tbody td.variation.red {
  color: #AA0000;
}
table tbody td.variation.green {
  color: #008000;
}
table tbody td.max {
  font-size: 0.9em;
  color: #666666;
}
table tbody td.deltamax.red {
  color: #AA0000;
}
table tbody td.deltamax.green {
  color: #008000;
}
table tbody td.deltamax:after {
  content: " %";
}
table tbody td.stoploss {
  text-align: left;
  font-size: 0.9em;
  background-color: #55555566;
}
table tbody td.stoploss.green {
  color: #008000;
  font-weight: 600;
}
table tbody td.vente-ts {
  font-size: 0.9em;
  color: #888888;
}
table tbody td.vente-price {
  font-size: 0.95em;
  color: #222222;
  text-align: left;
}
table tbody td.gain {
  text-align: right;
  font-size: 0.95em;
}
table tbody td.gain:after {
  content: " %";
}
table tbody tr.red td.gain {
  color: #AA0000;
}
table tbody tr.green td.gain {
  color: #008000;
}
table tbody td.gainnet {
  text-align: right;
  color: white;
  font-size: 1.03em;
  font-weight: bold;
}
table tbody td.gainnet:after {
  content: " %";
}
table tbody tr.red td.gainnet {
  background-color: #AA0000;
}
table tbody tr.green td.gainnet {
  background-color: #008000;
}
#synthese {
  position: fixed;
  top: 0;
  right: 0;
  border: 1px solid grey;
  margin: 15px;
  padding: 15px;
  width: 130px;
  text-align: center;
}
#synthese span {
  display: block;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
}
#synthese span.green {
  color: #008000;
}
#synthese span.red {
  color: #AA0000;
}
#synthese span:nth-of-type(2) {
  font-size: 1.1em;
  display: inline;
}
#synthese span:nth-of-type(3) {
  font-size: 1.2em;
  display: inline;
}
/*# sourceMappingURL=styles.css.map */