span[title] {
  text-decoration: dotted; }

img.rounded {
  border-radius: 50%; }

ul.meta, ol.meta {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
  ul.meta > li, ol.meta > li {
    border-bottom: 1px solid #ccc;
    padding: 4px 0; }

label {
  font-weight: bold;
  display: block;
  margin: 0; }
  label > .label-body {
    display: block; }

label.option {
  margin-right: 2rem; }
  label.option > input[type='checkbox'], label.option > input[type='radio'] {
    vertical-align: sub;
    margin-right: 2rem; }

.toolbar {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0 2rem; }
  .toolbar > * {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
    .toolbar > *:first-child {
      padding-left: 0; }
    .toolbar > *:last-child {
      padding-right: 0; }
  .toolbar a, .toolbar a:visited, .toolbar a:active {
    color: #4E5E6A; }
  .toolbar a:hover, .toolbar a:focus {
    color: #9baab6; }
  .toolbar .fa-layers-counter {
    right: -1rem;
    top: -1rem;
    text-overflow: none;
    font-size: 1.2rem;
    padding: .1em;
    height: 2rem;
    width: 2rem;
    line-height: 1.8rem;
    transform: scale(1); }

.wrap-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .wrap-panel > * {
    flex-grow: 0;
    flex-basis: calc((100% / 3) - ((2 * 2rem) / 3)); }

.stack-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .stack-panel > * {
    margin: 2rem 0; }
  .stack-panel.horizontal {
    flex-direction: row;
    justify-content: flex-start; }
    .stack-panel.horizontal > * {
      margin: 0 2rem; }
    .stack-panel.horizontal > *:first-child {
      margin-left: 0; }
    .stack-panel.horizontal > *:last-child {
      margin-right: 0; }
  .stack-panel.valign-top {
    align-items: flex-start; }
  .stack-panel.valign-center {
    align-items: center; }
  .stack-panel.valign-bottom {
    align-items: flex-end; }

.stack-panel > label, .stack-panel > input, .stack-panel > select {
  margin-top: 0;
  margin-bottom: 0; }
.stack-panel > input, .stack-panel > select {
  margin-bottom: 2rem; }

.stack-panel > .stack-panel {
  margin: 0; }
  .stack-panel > .stack-panel input {
    margin-bottom: 0; }

.group-box {
  padding: 2rem;
  background: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem; }
  .group-box > header {
    margin: -2rem;
    margin-bottom: 0;
    padding: 2rem;
    padding-bottom: 0; }
    .group-box > header > * {
      font-size: 14px;
      font-weight: 600;
      padding: 0;
      margin: 0; }
    .group-box > header > h2 {
      font-size: 18px;
      color: #24738B; }

section > .group-box,
.group-box .group-box {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  box-shadow: none; }

.group-box .group-box header > * {
  font-size: 12px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"] {
  border-radius: 0;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 8px 5px; }

.input-group {
  display: flex;
  flex-direction: row; }
  .input-group input {
    border-right: none; }
  .input-group button *[class*='fa'] {
    margin: 0; }

.menu-bar input {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.menu-bar .finder {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  background: #fff;
  border-bottom: 1px solid #ccc;
  align-items: center; }
  .menu-bar .finder > *[class*='fa'] {
    margin: 0 1rem;
    display: block;
    height: 37px; }
  .menu-bar .finder input {
    flex-grow: 1;
    padding: 1rem;
    height: 37px;
    border-radius: 0px;
    border: none;
    background: transparent; }
  .menu-bar .finder .suggestions {
    align-self: start;
    margin-top: 37px; }

input[type='submit'],
input[type='button'],
button {
  border-color: transparent;
  font-size: 13px;
  padding: 1rem 2rem;
  font-weight: 400;
  height: 45px;
  touch-action: manipulation;
  cursor: pointer;
  background: #126078;
  color: #fff; }
  input[type='submit'] *[class*='fa'],
  input[type='button'] *[class*='fa'],
  button *[class*='fa'] {
    margin-right: 1rem; }
  input[type='submit']:hover, input[type='submit']:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  button:hover,
  button:focus {
    background: #0d4455; }

label {
  color: #6c6c6c;
  font-weight: 500; }

form > div {
  margin: 1rem 0;
  display: flex;
  align-items: center; }

form > div > .label-before {
  width: 200px; }

html[lang='fr'] .label-before::after {
  content: ' : '; }

html[lang='en'] .label-before::after {
  content: ': '; }

button.tool {
  background: transparent;
  border: none;
  color: #ccc;
  text-align: center;
  margin: 0 !important; }
  button.tool:hover {
    color: #126078; }

button.confirm:hover {
  color: green; }

button.secondary {
  border: 1px solid #dedede;
  color: #4E5E6A;
  background: transparent; }
  button.secondary:hover, button.secondary:focus {
    background: rgba(0, 0, 0, 0.025); }

button.delete:hover {
  color: #f00; }

.split-button {
  display: flex; }
  .split-button > *:first-child {
    flex-grow: 1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #177c9b; }
  .split-button > *:last-child {
    flex-basis: 2rem;
    flex-grow: 0;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 5px;
    padding-right: 5px; }
    .split-button > *:last-child > * {
      margin: 0; }

tr {
  border-bottom: 1px solid #dedede; }
  tr:first-child {
    border-top: 1px solid #dedede; }

th,
td {
  padding: 1rem 2rem; }

.color-inverse .group-box {
  background: #ececec; }

fieldset:empty {
  display: none; }

.notice {
  padding: 2rem; }

main > header .notice {
  padding: 0 2rem; }

#artist_options .checkbox-list {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  list-style-type: none; }
  #artist_options .checkbox-list > * {
    flex-basis: 150px;
    margin: 2rem; }
  #artist_options .checkbox-list .option {
    display: grid;
    grid-template-columns: 40px 80px;
    grid-template-rows: 80px 1fr; }
    #artist_options .checkbox-list .option input {
      grid-row: 1;
      grid-column: 1;
      outline: none; }
    #artist_options .checkbox-list .option img {
      grid-row: 1;
      grid-column: 2; }
    #artist_options .checkbox-list .option .option-label {
      grid-column: 1 / all;
      grid-row: 2;
      display: block; }

.data-grid {
  border-collapse: collapse; }
  .data-grid th, .data-grid td {
    padding: 1rem 2rem;
    vertical-align: middle; }
  .data-grid caption {
    background: #fff;
    font-size: 1.2em;
    text-align: left;
    padding: 1rem 2rem; }
  .data-grid tbody > tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.65); }
  .data-grid .numeric {
    text-align: center; }
  .data-grid tr.total {
    font-weight: bold;
    border-top: 3px double #4E5E6A; }
  .data-grid .quantity {
    max-width: 100px;
    text-align: center; }
  .data-grid .description {
    text-align: left; }
  .data-grid .controls {
    max-width: 120px; }
    .data-grid .controls button {
      padding-top: 0;
      padding-bottom: 0;
      height: 25px; }
  .data-grid tfoot {
    background: #fff; }
  .data-grid .desc {
    margin: 0;
    font-size: 0.8em; }

.compact {
  width: auto; }
  .compact th, .compact td {
    text-align: left; }

.pagination {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 2rem; }
  .pagination .before, .pagination .after {
    flex-basis: 20%; }
  .pagination .after {
    text-align: right; }
  .pagination .pages {
    display: flex;
    flex-grow: 1;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    align-self: center; }
    .pagination .pages > * {
      padding: 0 0.5rem; }
    .pagination .pages span {
      padding: 6px 12px;
      font-weight: 700; }
  .pagination .first {
    margin-right: 1rem; }
  .pagination .last {
    margin-left: 1rem; }
  .pagination button {
    color: #126078;
    background: #fff; }
    .pagination button:hover, .pagination button:focus, .pagination button:active {
      text-decoration: underline;
      color: #1983a4; }

/*# sourceMappingURL=ui-common.css.map */
