@charset "UTF-8";
a {
  color: #337ab7;
}
a:hover, a:active, a.active {
  color: #296292;
}

.btn-link {
  color: #337ab7;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  text-align: left;
}
.btn-link small {
  color: #333333;
  display: block;
}
.btn-link:hover:not(.text-danger), .btn-link:active:not(.text-danger), .btn-link.active:not(.text-danger) {
  text-decoration: none;
  color: #296292 !important;
  border-color: #ddd;
  background: #f5f5f5;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus {
  background-color: #296292 !important;
  border-color: #296292 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #296292 !important;
  border-color: #296292 !important;
}

.btn-outline-primary {
  border-color: #337ab7;
  color: #337ab7;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:focus {
  background-color: #296292 !important;
  color: #ffffff;
  border-color: #296292 !important;
}

span.disabled i.bi {
  color: #6c757d;
  opacity: 0.3;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.drag-and-sort {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 2em;
  color: #808080;
  padding: 8px 8px 8px 28px;
}
ol.drag-and-sort li {
  color: #000000;
  cursor: move;
}

ol.drag-and-sort li.placeholder {
  position: relative;
  /** More li styles **/
}

ol.drag-and-sort:empty::after {
  content: attr(data-empty-message);
}

ol.drag-and-sort li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

header {
  position: fixed;
  z-index: 40;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 57px;
  padding: 0;
  border-bottom: 1px solid #2774b8;
  background: #337ab7;
  color: #ffffff;
}
@media (max-width: 767px) {
  header {
    z-index: 50;
  }
}
header > table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  width: 100%;
  max-width: 1200px;
  height: 57px;
}
header > table td {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
header > table td.logo {
  width: 150px;
  /* sis. padding */
  color: #ffffff;
  border-bottom: 1px solid #2774b8;
}
header > table td.logo a {
  display: block;
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
}
header > table td.logo a:hover {
  opacity: 0.8;
}
header > table td.logo img.app_logo {
  width: 100%;
  height: auto;
}
header > table td.logo div {
  margin-bottom: 1rem;
}
header > table td.path {
  color: #ffffff;
  border-bottom: 1px solid #2774b8;
}
header > table td.path ol.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
header > table td.path ol.breadcrumb a {
  color: #f0f0f0;
  text-decoration: none;
}
header > table td.path ol.breadcrumb a:hover {
  color: #ffffff;
}
header > table td.path ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #d6e4f1;
}
@media (max-width: 767px) {
  header > table td.path ol.breadcrumb {
    display: none;
  }
}
header > table td.user {
  width: 210px;
  border-bottom: 1px solid #2774b8;
}
header > table td.user i.bi {
  cursor: pointer;
}
header > table td.user div.profile-buttons {
  width: 210px;
}
header > table td.user div.profile-buttons div.btn-list {
  gap: 0;
}
header > table td.user div.profile-buttons div.btn-list i.bi {
  width: 16px;
}
header > table td.navi {
  width: 72px;
  background: #F7F7F7;
  border-bottom: 1px solid #DFDFDF;
  text-align: center;
}
header > table td.navi button.btn {
  color: #808080;
  background-color: transparent !important;
  border-color: transparent !important;
}
header > table td.navi button.btn:hover, header > table td.navi button.btn:active, header > table td.navi button.btn[aria-expanded=true] {
  color: #000000;
}

body[data-url=home-login] header, body[data-url=home-setup] header {
  position: static;
  width: 100%;
  max-width: 600px;
  height: auto !important;
  margin: 10px auto 10px auto !important;
  border-radius: 6px;
}
body[data-url=home-login] header td.logo, body[data-url=home-setup] header td.logo {
  text-align: center;
}
body[data-url=home-login] header td.logo img.app_logo, body[data-url=home-setup] header td.logo img.app_logo {
  width: 400px;
  max-width: 100%;
  margin: 0 !important;
}
body[data-url=home-login] header td.path, body[data-url=home-setup] header td.path {
  display: none;
}
body[data-url=home-login] header td.find, body[data-url=home-setup] header td.find {
  display: none;
}
body[data-url=home-login] header td.navi, body[data-url=home-setup] header td.navi {
  display: none;
}
body[data-url=home-login] #content, body[data-url=home-setup] #content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
}

#sidebar {
  position: fixed;
  width: 180px;
  top: 57px;
  left: 0px;
  bottom: 0px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
    z-index: 60;
  }
}
#sidebar div.app-env {
  background: #FCF8E3;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
  color: #8A6D3B;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
#sidebar div.divider {
  height: 10px;
}
#sidebar div.logged-in-user {
  position: relative;
  background-color: #F7F7F7;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #DFDFDF;
}
#sidebar div.logged-in-user::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
#sidebar div.logged-in-user a {
  position: relative;
  color: #333333;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
#sidebar div.logged-in-user a > i.bi {
  margin-right: 10px;
  font-size: 22px;
}
#sidebar div.logged-in-user a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}
#sidebar a {
  color: #333333;
  padding: 5px 10px;
  text-decoration: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
}
#sidebar a > i.bi {
  margin-right: 10px;
  font-size: 22px;
}
#sidebar a:hover, #sidebar a.active {
  color: #000000;
  background: #F7F7F7;
  border-color: #DFDFDF;
}
#sidebar a:hover i.bi, #sidebar a.active i.bi {
  color: #337AB7;
}

.inline-link-or-text .link-or-text {
  display: inline-block;
}

.link-or-text {
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  margin: -5px;
  padding: 5px;
  position: relative;
}
.link-or-text small {
  display: block;
}
.link-or-text.with-picture {
  min-height: 62px;
}

small {
  color: #333333;
}

a.link-or-text {
  text-decoration: none;
}
a.link-or-text:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

span.sticker {
  display: inline-block;
  border: 1px solid #808080;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-right: 6px;
}

#content {
  z-index: 30;
  max-width: 1020px;
  background: #ffffff;
  padding: 12px 12px 48px 12px;
  margin-top: 57px;
  margin-left: 180px;
}
@media (max-width: 767px) {
  #content {
    margin-left: 0;
  }
}
#content div.grid-basic:last-child {
  margin-bottom: 0;
}

#scroll-up {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 12px;
}

#selected_picture {
  cursor: pointer;
}

#overlay {
  z-index: 40;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
}
#overlay #dialog {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 8px;
  background: #ffffff;
}
#overlay #close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#overlay #controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
#overlay img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.saving {
  border-color: #cc0000 !important;
}

.highlight {
  color: green;
  transition: all 1s linear;
}

#wrapper.sidebar-open header td.menu {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #wrapper.sidebar-open #sidebar {
    display: block;
  }
}
@media (max-width: 767px) {
  #wrapper.sidebar-open #overlay {
    display: block;
  }
}

input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, textarea:focus {
  outline-style: solid;
  outline-width: 2px;
}

input.loading {
  background: url("/img/loading.svg") no-repeat;
  background-position: right 10px center;
}

textarea {
  max-height: 192px;
}

.input-group > .custom-select:not(:first-child) > button, .input-group > .form-control:not(:first-child) > button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group > .custom-select:not(:last-child) > button, .input-group > .form-control:not(:last-child) > button {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.input-group .bootstrap-select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto !important;
  margin-bottom: 0;
}

.form-control:disabled {
  color: #212529;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  opacity: 0.65;
  cursor: default !important;
}
.form-control:disabled:hover, .form-control:disabled:active {
  border: 1px solid #ced4da;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.bootstrap-select .btn-group .dropdown-menu li a img {
  width: 16px;
  height: 16px;
}
.bootstrap-select button.dropdown-toggle {
  border: 1px solid #ced4da;
}
.bootstrap-select button.dropdown-toggle img {
  width: 24px;
  height: 24px;
}
.bootstrap-select button.dropdown-toggle.disabled {
  cursor: default !important;
}
.bootstrap-select button.dropdown-toggle.disabled::after {
  display: none;
}
.bootstrap-select .btn-secondary:hover {
  border-color: #adadad;
  background: #f0f0f0;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.42857143;
  color: #333;
}
.autocomplete-suggestions .autocomplete-selected {
  background-color: #337ab7;
  color: #ffffff;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-suggestions strong {
  font-weight: bold;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

input[type=file] {
  position: absolute;
  opacity: 0;
}

div.input-group {
  width: 100%;
}

span.input-group-addon input[type=checkbox] {
  margin-top: 3px;
}

.has-success {
  background: #ccff80;
}

.has-error {
  background: #ffffcc;
}

.btn-list {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.btn-list-wrap {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-circle {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 7px 0 !important;
  font-size: 14px;
  line-height: 1.42;
  border-radius: 18px;
}
.btn-circle i {
  padding: 0 !important;
}

.btn-rounded {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 0 !important;
  font-size: 14px;
  line-height: 1.42;
  border-radius: 4px;
}
.btn-rounded i {
  padding: 0 !important;
}

label.field-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  color: #808080;
}

/*
.error { background: #F2DEDE; i { color: #A94442; } input.form-control { border-color: #EBCCCC; &:focus { border-color: #A94442; }}}
.warning { background: #FCF8E3; i { color: #8A6D3B; } input.form-control { border-color: #FAF2CC; &:focus { border-color: #8A6D3B; }}}
*/
.badge {
  font-weight: normal;
}

a.link {
  display: block;
  padding: 6px 6px;
  margin: 0 -6px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
a.link small {
  color: #333333;
}
a.link span.badge {
  position: absolute;
  left: 0;
  top: 0;
}
a.link:hover {
  border-color: #ddd;
  background: #f5f5f5;
}

.link {
  padding: 10px 0;
}
.link a {
  display: block;
  padding: 5px 10px 7px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}
.link a:hover {
  border-color: #ddd;
  background: #f5f5f5;
}

div.table-responsive table.table thead, div.table-responsive table.table tfoot {
  position: static !important;
}

input.form-check-input {
  position: relative;
  margin: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-image: var(--form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
input.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
input.form-check-input[type=radio] {
  border-radius: 50%;
}
input.form-check-input:active {
  filter: brightness(90%);
}
input.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
input.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
input.form-check-input:checked[type=checkbox] {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
input.form-check-input:checked[type=radio] {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
input.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
input.form-check-input:disabled ~ .form-check-label, input.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

tr.info td, tr.info div.cell, tr.info div.td, div.tbody.info td, div.tbody.info div.cell, div.tbody.info div.td, div.tr.info td, div.tr.info div.cell, div.tr.info div.td {
  background: #D6E4F1;
}
tr.info td a.link:hover, tr.info div.cell a.link:hover, tr.info div.td a.link:hover, div.tbody.info td a.link:hover, div.tbody.info div.cell a.link:hover, div.tbody.info div.td a.link:hover, div.tr.info td a.link:hover, div.tr.info div.cell a.link:hover, div.tr.info div.td a.link:hover {
  background: #cbdef0;
  border-color: #C1D7E9;
}

tr.success td, tr.success div.cell, tr.success div.td, div.tbody.success td, div.tbody.success div.cell, div.tbody.success div.td, div.tr.success td, div.tr.success div.cell, div.tr.success div.td {
  background: #e9f6ec;
  border-color: #bee4c7;
}
tr.success td a.link:hover, tr.success div.cell a.link:hover, tr.success div.td a.link:hover, div.tbody.success td a.link:hover, div.tbody.success div.cell a.link:hover, div.tbody.success div.td a.link:hover, div.tr.success td a.link:hover, div.tr.success div.cell a.link:hover, div.tr.success div.td a.link:hover {
  background: #d4edda;
  border-color: #bee4c7;
}

tr.warning td, tr.warning div.cell, tr.warning div.td, div.tbody.warning td, div.tbody.warning div.cell, div.tbody.warning div.td, div.tr.warning td, div.tr.warning div.cell, div.tr.warning div.td {
  background: #FFF3CD;
  border-color: #FFECB4;
}
tr.warning td a.link:hover, tr.warning div.cell a.link:hover, tr.warning div.td a.link:hover, div.tbody.warning td a.link:hover, div.tbody.warning div.cell a.link:hover, div.tbody.warning div.td a.link:hover, div.tr.warning td a.link:hover, div.tr.warning div.cell a.link:hover, div.tr.warning div.td a.link:hover {
  background: #fcedbd;
  border-color: #FFECB4;
}

tr.danger td, tr.danger div.cell, tr.danger div.td, div.tbody.danger td, div.tbody.danger div.cell, div.tbody.danger div.td, div.tr.danger td, div.tr.danger div.cell, div.tr.danger div.td {
  background: #F8D7DA;
  border-color: #F4C2C7;
}
tr.danger td a.link:hover, tr.danger div.cell a.link:hover, tr.danger div.td a.link:hover, div.tbody.danger td a.link:hover, div.tbody.danger div.cell a.link:hover, div.tbody.danger div.td a.link:hover, div.tr.danger td a.link:hover, div.tr.danger div.cell a.link:hover, div.tr.danger div.td a.link:hover {
  background: #f8cdd0;
  border-color: #F4C2C7;
}

table.table {
  border-collapse: separate;
  border-spacing: 0;
}
table.table thead, table.table tfoot {
  position: sticky;
}
table.table thead {
  inset-block-start: 56px;
  z-index: 30;
}
table.table tfoot {
  inset-block-end: 0;
}
table.table thead th {
  background: #337ab7;
  color: #ffffff;
  padding: 10px;
  border-color: #337ab7 !important;
  font-weight: normal;
  vertical-align: middle;
}
table.table thead tr th:first-child {
  padding: 10px;
}
table.table tbody th {
  padding: 10px;
}
table.table tbody td {
  padding: 10px;
  vertical-align: middle;
}
table.table tbody td .link-or-text {
  display: inline-block;
}
table.table tbody td small {
  color: #333333;
}
table.table tbody td div.container-fluid {
  padding: 0;
  border-bottom: 0;
}
table.table tbody td div.container-fluid div.row {
  margin: 0 -6px !important;
}
table.table tbody td div.row {
  margin-top: -6px;
  margin-bottom: -6px;
}
table.table tbody td div.row div.col {
  padding-top: 6px;
  padding-bottom: 6px;
}
table.table tbody td div.cols {
  padding: 0;
  min-width: 150px;
}
table.table tbody td div.cols div.col {
  padding: 0 !important;
}
table.table tbody td div.cols div.col label {
  display: none;
}
table.table tbody td button {
  width: 100%;
}
table.table tbody td.input {
  border-left: 1px solid #dee2e6;
  background: #f0f0f0;
}
table.table tbody td:last-child a.link {
  margin-right: 0;
}
table.table tfoot tr.footable-paging td {
  background: #F7F7F7;
  color: #000000;
  padding: 10px;
  border-color: #DFDFDF !important;
  font-weight: normal;
}
table.table tfoot tr.footable-paging td ul.pagination li a {
  color: #808080;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
}
table.table tfoot tr.footable-paging td ul.pagination li a:hover {
  background: #DFDFDF;
}
table.table tfoot tr.footable-paging td ul.pagination li.active a {
  background: #DFDFDF;
}
table.table tfoot tr.footable-paging td ul.pagination li.disabled a {
  color: #CCCCCC;
}
table.table tr.loan td {
  border: 0 !important;
}
table.table div.warning-box {
  margin: 0;
}

table.footable td a {
  display: inline-block;
  vertical-align: top;
}

td.small {
  line-height: 14px !important;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

i.bi {
  display: inline-block;
  text-align: center;
  width: 1.25em;
}

i.fa {
  cursor: default;
}

a i.fa, button i.fa {
  cursor: pointer;
}

.btn {
  border: 0;
  line-height: 26px;
}

button.btn small {
  color: #ffffff !important;
  display: block;
  font-size: 10px;
  margin-top: -8px;
  margin-bottom: -8px;
}

button.btn-basket {
  color: #ffffff;
}
button.btn-basket:hover {
  color: #ffffff;
}
button.btn-basket[data-full="0"] {
  background: #e2e3e5;
}
button.btn-basket[data-full="0"]:hover {
  background: #d3d5d8;
}
button.btn-basket[data-full="25"] {
  background: linear-gradient(to top, #6c757d 0%, #6c757d 25%, #e2e3e5 25%, #e2e3e5 100%);
}
button.btn-basket[data-full="25"]:hover {
  background: linear-gradient(to top, #5a6268 0%, #5a6268 25%, #d3d5d8 25%, #d3d5d8 100%);
}
button.btn-basket[data-full="50"] {
  background: linear-gradient(to top, #6c757d 0%, #6c757d 50%, #e2e3e5 50%, #e2e3e5 100%);
}
button.btn-basket[data-full="50"]:hover {
  background: linear-gradient(to top, #5a6268 0%, #5a6268 50%, #d3d5d8 50%, #d3d5d8 100%);
}
button.btn-basket[data-full="75"] {
  background: linear-gradient(to top, #6c757d 0%, #6c757d 75%, #e2e3e5 75%, #e2e3e5 100%);
}
button.btn-basket[data-full="75"]:hover {
  background: linear-gradient(to top, #5a6268 0%, #5a6268 75%, #d3d5d8 75%, #d3d5d8 100%);
}
button.btn-basket[data-full="100"] {
  background: #6c757d;
}
button.btn-basket[data-full="100"]:hover {
  background: #5a6268;
}

button[disabled] {
  cursor: default !important;
}
button[disabled] i.fa {
  cursor: default;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}

.strike > * {
  position: relative;
  display: inline-block;
  text-align: center;
}

.strike > *:before, .strike > *:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #d9d9d9;
}

.strike > *:before {
  right: 100%;
  margin-right: 15px;
}

.strike > *:after {
  left: 100%;
  margin-left: 15px;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

div.chart .ct-label {
  font-size: 1.2rem !important;
}
div.chart .chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: 0.5em;
  background: #ddd;
  color: #453D3F;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
div.chart .chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #ddd;
}
div.chart .chartist-tooltip.tooltip-show {
  opacity: 1;
}
div.chart .ct-area, div.chart .ct-line {
  pointer-events: none;
}
div.chart .ct-legend {
  position: relative;
  z-index: 10;
  list-style: none;
  text-align: center;
}
div.chart .ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  display: inline-block;
}
div.chart .ct-legend li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid transparent;
  border-radius: 2px;
}
div.chart .ct-legend li.inactive:before {
  background: transparent;
}
div.chart .ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
div.chart .ct-legend.ct-legend-inside li {
  display: block;
  margin: 0;
}
div.chart .ct-legend .ct-series-0:before {
  background-color: #d70206;
  border-color: #d70206;
}
div.chart .ct-legend .ct-series-1:before {
  background-color: #f05b4f;
  border-color: #f05b4f;
}
div.chart .ct-legend .ct-series-2:before {
  background-color: #f4c63d;
  border-color: #f4c63d;
}
div.chart .ct-legend .ct-series-3:before {
  background-color: #d17905;
  border-color: #d17905;
}
div.chart .ct-legend .ct-series-4:before {
  background-color: #453d3f;
  border-color: #453d3f;
}

div.footable-page-size {
  position: absolute;
  left: 10px;
  top: 50px;
}

span.footable-toggle {
  cursor: pointer;
  color: #808080;
  opacity: 1 !important;
  font-size: 200%;
  margin-right: 10px;
}

span.fooicon-plus {
  color: #5cb85c;
}

span.fooicon-plus:hover {
  color: #398439;
}

span.fooicon-minus {
  color: #d43f3a;
}

span.fooicon-minus:hover {
  color: #ac2925;
}

.no-padding {
  padding: 0 !important;
}

label.file-upload {
  margin: 0;
}
label.file-upload .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
label.file-upload .btn i.fa {
  cursor: pointer !important;
}

.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
  height: 100%;
  cursor: pointer;
}
.input-group-btn:not(:first-child):not(:last-child) > .btn i.fa {
  cursor: pointer;
}

.input-group .input-group-addon ~ .input-group-addon {
  border-left: 0;
}

div.panel {
  box-shadow: none;
}

.form-control {
  box-shadow: none !important;
  transition: none !important;
}

.form-control:hover {
  border-color: #adadad;
}

.form-control:focus {
  border-color: #337ab7;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}

.btn:active, .btn.active {
  box-shadow: none !important;
}

.open > .dropdown-toggle.btn-secondary {
  background: #f0f0f0;
  border-color: #337ab7;
}

.open > .dropdown-toggle.btn-secondary:hover, .open > .dropdown-toggle.btn-secondary:focus, .open > .dropdown-toggle.btn-secondary.focus {
  background: #f0f0f0;
  border-color: #337ab7;
}

select.select {
  width: 100%;
  border-radius: 4px;
  border-color: #ccc;
  padding: 7px 8px;
  color: #ccc;
  max-height: 33px;
  margin: 0;
}

select.native-select {
  border: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.custom-checkbox.danger .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #DC3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}
.custom-checkbox.danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #DC3545 !important;
  background-color: #DC3545 !important;
}
.custom-checkbox.danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DC3545 !important;
}
.custom-checkbox.danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(247, 203, 207, 0.9) !important;
  border-color: rgba(247, 203, 207, 0.9) !important;
}

div.checkbox, div.radio {
  margin: 0 !important;
  line-height: 34px;
  min-height: 34px;
}
div.checkbox label, div.radio label {
  display: inline-block;
}
div.checkbox input, div.radio input {
  margin: 10px 0 0 0 !important;
  /* Bootstrap rikkoo tämän jostain syystä */
}

datalist {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
datalist option {
  padding: 0 4px;
}

div.range-container option {
  color: #c0c0c0;
  font-size: 70%;
}
div.range-container input[type=range] {
  background: transparent;
  cursor: pointer;
  width: 100%;
}
div.range-container input[type=range]:focus {
  outline: none;
}
div.range-container input[type=range]:focus::-webkit-slider-thumb {
  outline: 3px solid #808080;
  outline-offset: 0.125rem;
}
div.range-container input[type=range]:focus::-moz-range-thumb {
  outline: 3px solid #808080;
  outline-offset: 0.125rem;
}
div.range-container input[type=range]::-webkit-slider-runnable-track {
  background-color: #f0f0f0;
  border-radius: 0.5rem;
  height: 0.5rem;
}
div.range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -4px;
  /* Centers thumb on the track */
  background-color: #808080;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}
div.range-container input[type=range]::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 0.5rem;
  height: 0.5rem;
}
div.range-container input[type=range]::-moz-range-thumb {
  background-color: #808080;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

div.js-range-container {
  padding: 8px 16px 35px 16px;
}
div.js-range-container div.noUi-handle {
  border-color: #ccc;
}
div.js-range-container div.noUi-pips-horizontal {
  height: auto !important;
}
div.js-range-container div.noUi-pips-horizontal div.noUi-marker, div.js-range-container div.noUi-pips-horizontal div.noUi-marker-large {
  width: 2px !important;
  height: 5px !important;
}

#search-results {
  position: relative;
}
#search-results div.block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

a.panel-link {
  color: inherit;
}

.list-group-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  padding: 12px;
  font-weight: bold;
}

.list-group-item {
  padding: 12px;
}

.list-group-item.no-padding label {
  padding: 5px 12px;
  margin-bottom: 0;
  font-weight: normal;
}
.list-group-item.no-padding label input[type=checkbox] {
  margin-right: 10px;
}

div.list-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}
div.list-container ul.list {
  padding: 0;
  margin: 5px 0 0 0;
}
div.list-container ul.list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.list-container ul.list label {
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 13px;
}
div.list-container ul.list label.checked {
  background: #eee;
}
div.list-container ul.list input[type=checkbox] {
  margin-right: 24px;
}

.list-group-footer {
  background: #f5f5f5;
}

.inline {
  display: inline;
}

div.collapse-toggle {
  margin-right: 10px;
}
div.collapse-toggle a {
  display: block;
  color: inherit;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
}
div.collapse-toggle a:hover {
  background: rgba(0, 0, 0, 0.1);
}
div.collapse-toggle a:not(.collapsed) {
  background: rgba(0, 0, 0, 0.1);
}

div.dropdown.pull-right {
  margin-left: 10px;
}
div.dropdown.pull-right a.dropdown-toggle {
  display: block;
  color: inherit;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
}
div.dropdown.pull-right a.dropdown-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}
div.dropdown.pull-right.open a.dropdown-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.panel-heading {
  padding: 10px;
}

.panel-body {
  padding: 10px;
}

li.dropdown.wide a.dropdown-toggle, li.dropdown.wide ul.dropdown-menu {
  width: 180px;
}
@media (max-width: 767px) {
  li.dropdown.wide a.dropdown-toggle, li.dropdown.wide ul.dropdown-menu {
    width: 100%;
  }
}

li.dropdown.icon a.dropdown-toggle {
  width: 40px;
}
@media (max-width: 767px) {
  li.dropdown.icon a.dropdown-toggle {
    width: 100%;
  }
}
li.dropdown.icon a.dropdown-toggle i.fa {
  padding: 8px 0px;
}

a.dropdown-toggle {
  padding: 10px !important;
}
a.dropdown-toggle small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
a.dropdown-toggle b {
  display: block;
  line-height: 16px;
  font-weight: normal;
}
a.dropdown-toggle span.caret {
  position: absolute;
  right: 15px;
  top: 24px;
}

.btn-container div.btn-group, .btn-container a.btn, .btn-container button.btn {
  margin-right: 10px;
}
.btn-container div.btn-group button.btn {
  margin-right: 0;
}

ul.nav li.dropdown:hover {
  background: #f0f0f0;
}
ul.nav a.nav-link i.bi {
  font-size: 20px;
}

/* navbar-breakpointin vaihto */
@media (max-width: 480px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}
.dropdown-menu:not(.inner) {
  max-height: 100vh;
  overflow: auto;
}

ul.dropdown-menu > li > a {
  padding: 5px 10px !important;
}
ul.dropdown-menu a.active {
  background: #337ab7;
  color: #ffffff;
}
ul.dropdown-menu li.title {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #808080;
  white-space: nowrap;
}
ul.dropdown-menu li.dropdown-item-success a i {
  color: #5cb85c;
}
ul.dropdown-menu li.dropdown-item-success a:hover i {
  color: #449d44;
}
ul.dropdown-menu li.dropdown-item-danger a i {
  color: #d9534f;
}
ul.dropdown-menu li.dropdown-item-danger a:hover i {
  color: #c9302c;
}

table.pagination {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  margin: 8px;
}
table.pagination td {
  padding: 0 10px 0 0;
}
table.pagination ul.pagination {
  margin: 0;
}

.delete {
  color: #800000;
}
.delete:hover {
  color: red;
}

.item-basket {
  cursor: pointer;
}
.item-basket:hover i.fa {
  cursor: pointer;
  opacity: 0.6;
}

/* Oma taulukon sorttaus */
table.table a.sort-link {
  display: block;
  color: #ffffff;
  position: relative;
}
table.table a.sort-active {
  text-decoration: underline;
}
table.table a.sort-active.sort-asc .sort-icon::before {
  content: "\f160";
}
table.table a.sort-active.sort-desc .sort-icon::before {
  content: "\f161";
}
table.table a.sort-inactive .sort-icon {
  opacity: 0.2;
}
table.table a.sort-inactive .sort-icon::before {
  content: "\f0dc";
}
table.table .sort-icon::before, table.table .sort-icon::after {
  box-sizing: border-box;
}
table.table .sort-icon:hover {
  opacity: 1;
}
table.table .sort-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: opacity 0.3s ease-in 0s;
  font-family: "FontAwesome" !important;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
table.table a.col {
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
table.table a.col:hover {
  border-color: #DFDFDF;
  background: #fafafa;
  text-decoration: none;
}
@media (max-width: 575px) {
  table.table a.col small {
    display: block;
    padding-left: 21px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  table.table a.col small {
    display: inline-block;
    font-size: 1rem;
  }
  table.table a.col small::before {
    content: "/";
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  table.table a.col small {
    display: block;
  }
}
table.table a.col i.fa {
  margin-right: 4px;
  color: #808080;
}
@media (min-width: 768px) {
  table.table a.col i.fa {
    display: none;
  }
}

div.table {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
div.table div.row {
  border-bottom: 1px solid #DFDFDF;
}
div.table div.row div.col, div.table div.row a.col {
  border: 1px solid red;
}

span.suffix {
  position: relative;
}
span.suffix::after {
  content: attr(data-value);
  color: #a8a8a8;
  font-size: smaller;
  margin-left: 2px;
  white-space: nowrap;
}

div.col > .link-or-text {
  display: inline-block;
}

div.grid2 {
  display: grid;
  gap: 12px;
  padding: 12px;
}

button.clipboard {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 35;
  color: #000000;
}

div.scrollbar-wrapper div.scrollbar-top, div.scrollbar-wrapper div.scrollbar-main {
  overflow-x: scroll;
  overflow-y: hidden;
}
div.scrollbar-wrapper div.scrollbar-top {
  height: 17px;
}
div.scrollbar-wrapper div.scrollbar-top div {
  height: 17px;
}

div.grid {
  display: grid;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}
div.grid.rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
div.grid.rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
div.grid.rows-4 {
  grid-template-rows: repeat(4, 1fr);
}
div.grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
div.grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
div.grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
div.grid div.thead, div.grid div.tbody, div.grid div.tfoot {
  overflow-x: auto;
}
div.grid div.thead::-webkit-scrollbar, div.grid div.tbody::-webkit-scrollbar, div.grid div.tfoot::-webkit-scrollbar {
  height: 12px;
}
div.grid div.thead::-webkit-scrollbar-track, div.grid div.tbody::-webkit-scrollbar-track, div.grid div.tfoot::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
div.grid div.thead::-webkit-scrollbar-thumb, div.grid div.tbody::-webkit-scrollbar-thumb, div.grid div.tfoot::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
div.grid div.thead div.tr, div.grid div.tbody div.tr, div.grid div.tfoot div.tr {
  display: grid;
}
div.grid div.thead div.tr.columns-auto, div.grid div.tbody div.tr.columns-auto, div.grid div.tfoot div.tr.columns-auto {
  grid-template-columns: auto !important;
}
div.grid div.thead div.tr div.td, div.grid div.tbody div.tr div.td, div.grid div.tfoot div.tr div.td {
  padding: 10px;
}
div.grid div.thead div.tr div.td[data-sticky="1"], div.grid div.tbody div.tr div.td[data-sticky="1"], div.grid div.tfoot div.tr div.td[data-sticky="1"] {
  position: sticky;
  left: 0;
}
div.grid div.thead div.tr a div.custom-thumbnail, div.grid div.tbody div.tr a div.custom-thumbnail, div.grid div.tfoot div.tr a div.custom-thumbnail {
  float: left;
  padding-right: 10px;
}
div.grid div.thead {
  position: sticky;
  inset-block-start: 56px;
  z-index: 30;
  background: #337AB7;
  color: #ffffff;
}
div.grid div.thead div.tr div.td[data-sticky="1"] {
  background: #337AB7;
  color: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
div.grid div.thead small {
  color: rgba(255, 255, 255, 0.75);
}
div.grid div.thead span.suffix::after {
  color: #ced9e2;
}
div.grid div.tbody {
  background: #dfdfdf;
}
div.grid div.tbody div.tr {
  margin-top: 1px;
}
div.grid div.tbody div.tr div.td[data-sticky="1"] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}
div.grid div.tbody div.tr a.link-or-text:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
div.grid div.tbody div.tr div.td {
  background: #ffffff;
}
div.grid div.tbody div.tr div.td[data-sticky="1"] {
  background: #ffffff;
}
div.grid div.tbody div.tr.success div.td {
  background: #e9f6ec;
  border-color: #d4edda;
}
div.grid div.tbody div.tr.warning div.td {
  background: #fff9e6;
  border-color: #fff3cd;
}
div.grid div.tbody div.tr.danger div.td {
  background: #fbeaec;
  border-color: #f8d7da;
}
div.grid div.tfoot {
  position: sticky;
  inset-block-end: 0;
  background: #c0c0c0;
  z-index: 30;
}
div.grid div.tfoot div.tr div.td[data-sticky="1"] {
  background: #c0c0c0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
div.grid div.tfoot span.suffix::after {
  color: #808080;
}

div.modal div.modal-header {
  background: rgba(0, 0, 0, 0.03);
}
div.modal div.modal-footer {
  background: rgba(0, 0, 0, 0.03);
}
div.modal div.progress-bar {
  width: 0%;
}

thead td.pagination-container {
  background-color: #F7F7F7;
  display: table-cell !important;
  border-top: 0 !important;
}
thead td.pagination-container div.pagination {
  margin: -7px;
}

article {
  display: flex;
}
article aside {
  margin-left: auto;
  width: 60px;
  height: 60px;
  position: relative;
}

aside span.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
}

div.card {
  margin-bottom: 12px;
  border: 1px solid #DFDFDF !important;
}
div.card div.pagination {
  float: right;
}
div.card div.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid #DFDFDF;
}
div.card div.container-fluid div.row {
  margin: 6px -6px 12px -6px;
}
div.card div.card-header {
  padding: 12px;
  border-color: #DFDFDF;
  position: relative;
}
div.card div.card-header.with-menu {
  min-height: 62px;
}
div.card div.card-header b {
  display: block;
  font-weight: 500;
  margin-top: -2px;
}
div.card div.card-header small {
  display: block;
  margin-top: -2px;
  margin-bottom: -2px;
  color: #808080;
}
div.card div.card-header div.btn-toolbar div.btn-group {
  margin: 0;
}
div.card div.card-header ul.dropdown-menu {
  width: 240px;
}
div.card div.card-header .pos-abs-top-right {
  right: 12px;
  top: 12px;
}
div.card div.card {
  margin: 12px;
}
div.card table.table {
  margin-bottom: 0;
  border-bottom: 1px solid #DFDFDF;
}
div.card div.card-content {
  /*
  > table tr:first-child {

  	:is(td, th):first-child {

  		border-top-left-radius: 3px;

  	}

  	:is(td, th):last-child {

  		border-top-right-radius: 3px;

  	}

  }
  */
}
div.card div.card-content div.title {
  padding: 12px;
  border-bottom: 1px solid #DFDFDF;
  background: #F7F7F7;
  color: #000000;
  margin: 0;
  position: relative;
}
div.card div.card-content div.text {
  padding: 12px;
  border-bottom: 1px solid #DFDFDF;
  margin: 0;
}
div.card div.card-content a.info, div.card div.card-content div.info {
  background: #e5f2ff;
  border-bottom: 1px solid #cce5ff;
}
div.card div.card-content a.success, div.card div.card-content div.success {
  background: #e9f6ec;
  border-bottom: 1px solid #fff9e6;
}
div.card div.card-content a.warning, div.card div.card-content div.warning {
  background: #fff3cd;
  border-bottom: 1px solid #fff3cd;
}
div.card div.card-content a.danger, div.card div.card-content div.danger {
  background: #fbeaec;
  border-bottom: 1px solid #f8d7da;
}
div.card div.card-body {
  padding: 12px;
  border-bottom: 1px solid #DFDFDF;
}
div.card div.card-footer {
  padding: 12px;
  border-color: #DFDFDF;
  margin-top: -1px;
}

.row {
  margin-right: -6px;
  margin-left: -6px;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

span.info {
  background: #d6e4f1;
  border: 1px solid #c1d7e9;
  padding: 5px;
}
span.info i.fa {
  color: #000000;
}

span.success {
  background: #d4edda;
  border: 1px solid #bee4c7;
  padding: 5px;
}
span.success i.fa {
  color: #000000;
}

span.warning {
  background: #FFF3CD;
  border: 1px solid #FFECB4;
  padding: 5px;
}
span.warning i.fa {
  color: #000000;
}

span.danger {
  background: #f8d7da;
  border: 1px solid #f4c2c7;
  padding: 5px;
}
span.danger i.fa {
  color: #000000;
}

/* Oma grid */
div.float-container {
  padding: 5px;
}
div.float-container.with-border {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 10px;
}
div.float-container a.float {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}
div.float-container a.float i.fa {
  padding-right: 10px;
}
div.float-container a.float:hover {
  border-color: #ddd;
  background: #f5f5f5;
}
div.float-container div.float {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  width: 180px;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 4px;
}
div.float-container div.float div.custom-thumbnail, div.float-container div.float div.small-thumbnail {
  position: absolute;
  top: -1px;
  right: -1px;
}
div.float-container div.float div.custom-thumbnail img, div.float-container div.float div.small-thumbnail img {
  border-radius: 0 3px 0 3px;
}
div.float-container div.float div.custom-thumbnail:hover img, div.float-container div.float div.small-thumbnail:hover img {
  transform-origin: top right;
  border-radius: 0 2px 2px 0;
}
div.float-container div.float .float-link {
  display: block;
  font-weight: 700;
  padding: 5px 0;
}
div.float-container div.float .float-text {
  font-size: 90%;
  color: #808080;
}

div.item-picture {
  text-align: center;
}
div.item-picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
}

div.item-pictures table.table {
  margin: 0;
}
div.item-pictures button.not-default {
  opacity: 0.3;
}
div.item-pictures table tbody tr[data-is-default="0"] button.btn-success {
  opacity: 0.3;
}
div.item-pictures table tbody tr[data-is-default="1"] td, div.item-pictures table tbody tr[data-is-default="1"] div.cell {
  background: #e9f6ec;
  border-color: #bee4c7;
}
div.item-pictures table tbody tr[data-is-default="1"] td a.link:hover, div.item-pictures table tbody tr[data-is-default="1"] div.cell a.link:hover {
  background: #d4edda;
  border-color: #bee4c7;
}

div.large-thumbnail {
  border-radius: 4px;
  text-align: center;
}
div.large-thumbnail.pull-left {
  margin: 0 10px 0 0;
}
div.large-thumbnail.pull-right {
  margin: 0 0 0 10px;
}
div.large-thumbnail img {
  border-radius: 3px;
  width: 80px;
  height: 80px;
  max-width: 100px;
  max-height: 100px;
  transition: all 0.5s ease;
  z-index: 1000;
}
div.large-thumbnail img:hover {
  transform: scale(1.25);
  z-index: 1001;
}

div.small-thumbnail, div.custom-thumbnail {
  border-radius: 4px;
}
div.small-thumbnail.pull-left, div.custom-thumbnail.pull-left {
  margin: 0 10px 0 0;
}
div.small-thumbnail.pull-right, div.custom-thumbnail.pull-right {
  margin: 0 0 0 10px;
}
div.small-thumbnail img, div.custom-thumbnail img {
  border-radius: 3px;
  width: 50px;
  height: 50px;
  max-width: 100px;
  max-height: 100px;
  transition: all 0.5s ease;
  z-index: 1000;
}
div.small-thumbnail:hover img, div.custom-thumbnail:hover img {
  transform: scale(2.5);
  z-index: 1001;
}

a.info-box, a.warning-box, a.help-box {
  display: block;
}

small.input-help {
  display: block;
  margin-top: 0.25rem;
  color: #808080;
  font-size: 80%;
  font-weight: 400;
}

.info-box {
  padding: 12px;
  background: #d9edf7;
  color: #31708f;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

.error-box {
  padding: 12px;
  background: #DC3545;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.warning-box {
  padding: 12px;
  background: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

.help-box {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

table#order-items tr.status-0 button.btn-success {
  opacity: 0.1;
}
table#order-items tr.status-1 button.btn-success {
  opacity: 0.4;
}
table#order-items tr.status-1 button.btn-danger {
  opacity: 0.4;
}
table#order-items tr.status-2 button.btn-danger {
  opacity: 0.1;
}
table#order-items tr.status-3 button.btn-secondary {
  opacity: 0.1;
}

h1.with-dropdown, h2.with-dropdown, h3.with-dropdown, h4.with-dropdown {
  line-height: 34px;
}

.pos-abs-top-left {
  position: absolute;
  top: 5px;
  left: 0;
}

.pos-abs-top-right {
  position: absolute;
  top: 5px;
  right: 0;
}

tr.footable-filtering {
  display: block;
  position: absolute;
  right: -2px;
  top: -50px;
}
tr.footable-filtering th {
  border-top-right-radius: 3px;
  background: transparent !important;
  border: 0 !important;
  padding: 6px !important;
}

/*
* footable v3 - footable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.3
*/
.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: "FontAwesome" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fooicon:before, .fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fooicon-loader:before {
  content: "\f01e";
}

.fooicon-plus:before {
  content: "\f067";
}

.fooicon-minus:before {
  content: "\f068";
}

.fooicon-search:before {
  content: "\f002";
}

.fooicon-remove:before {
  content: "\f00d";
}

.fooicon-sort:before {
  content: "\f0dc";
}

.fooicon-sort-asc:before {
  content: "\f160";
}

.fooicon-sort-desc:before {
  content: "\f161";
}

.fooicon-pencil:before {
  content: "\f040";
}

.fooicon-trash:before {
  content: "\f1f8";
}

.fooicon-eye-close:before {
  content: "\f070";
}

.fooicon-flash:before {
  content: "\f0e7";
}

.fooicon-cog:before {
  content: "\f013";
}

.fooicon-stats:before {
  content: "\f080";
}

.toast-container {
  position: fixed;
  z-index: 1055;
  margin: 5px;
}

.top-right {
  top: 0;
  right: 0;
}

.top-left {
  top: 0;
  left: 0;
}

.top-center {
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

.bottom-right {
  right: 0;
  bottom: 0;
}

.bottom-left {
  left: 0;
  bottom: 0;
}

.bottom-center {
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}

.toast-container > .toast {
  min-width: 360px;
  background: transparent;
  border: none;
}

.toast-container > .toast > .toast-header {
  border: none;
}

.toast-container > .toast > .toast-header strong {
  padding-right: 20px;
}

.toast-container > .toast > .toast-body {
  background: white;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
}

.toggle input[type=checkbox] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg {
  padding-right: 31px;
}

.toggle-off.btn-lg {
  padding-left: 31px;
}

.toggle-handle.btn-lg {
  width: 40px;
}

.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm {
  padding-right: 20px;
}

.toggle-off.btn-sm {
  padding-left: 20px;
}

.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off.btn-xs {
  padding-left: 12px;
}

/*# sourceMappingURL=app.css.map */
