tourdejewel/assets/themes/Jewel-Light-Flat-Primary-Blue-Theme/defaults.css [215:365]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  color: #FFFFFF;
}
.jewel.button.primary[disabled] {
  background: #f3f3f3 !important;
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.primary[disabled]:hover, .jewel.button.primary[disabled]:hover:focus {
  color: silver;
}

.jewel.button.outlined {
  background: rgba(179, 179, 179, 0.05);
  border: 1px solid #999999;
  box-shadow: none;
  color: #8d8d8d;
  text-shadow: none;
}
.jewel.button.outlined:hover, .jewel.button.outlined:hover:focus {
  background: rgba(179, 179, 179, 0.15);
  border: 1px solid #8d8d8d;
  color: #737373;
}
.jewel.button.outlined:active, .jewel.button.outlined:active:focus {
  background: rgba(179, 179, 179, 0.25);
  border: 1px solid #858585;
  box-shadow: none;
  color: #737373;
}
.jewel.button.outlined:focus {
  border: 1px solid gray;
  box-shadow: none;
  color: #737373;
}
.jewel.button.outlined[disabled] {
  background: rgba(243, 243, 243, 0.1) !important;
  border: 1px solid #d9d9d9 !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.outlined[disabled]:hover, .jewel.button.outlined[disabled]:hover:focus {
  color: silver;
}

.jewel.button.primary.outlined {
  background: rgba(60, 173, 241, 0.05);
  border: 1px solid #1198e9;
  box-shadow: none;
  color: #0f88d1;
  text-shadow: none;
}
.jewel.button.primary.outlined:hover, .jewel.button.primary.outlined:hover:focus {
  background: rgba(60, 173, 241, 0.15);
  border: 1px solid #0f88d1;
  color: #0c69a2;
}
.jewel.button.primary.outlined:active, .jewel.button.primary.outlined:active:focus {
  background: rgba(60, 173, 241, 0.25);
  border: 1px solid #0e7fc3;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.outlined:focus {
  border: 1px solid #0d79ba;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.outlined[disabled] {
  background: rgba(243, 243, 243, 0.1) !important;
  border: 1px solid #d9d9d9 !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.primary.outlined[disabled]:hover, .jewel.button.primary.outlined[disabled]:hover:focus {
  color: silver;
}

.jewel.button.unboxed {
  background: rgba(179, 179, 179, 0);
  border: 1px solid transparent;
  box-shadow: none;
  color: #8d8d8d;
  text-shadow: none;
}
.jewel.button.unboxed:hover, .jewel.button.unboxed:hover:focus {
  background: rgba(179, 179, 179, 0.15);
  border: 1px solid transparent;
  color: #737373;
}
.jewel.button.unboxed:active, .jewel.button.unboxed:active:focus {
  background: rgba(179, 179, 179, 0.25);
  border: 1px solid transparent;
  box-shadow: none;
  color: #737373;
}
.jewel.button.unboxed:focus {
  background: rgba(179, 179, 179, 0.15);
  border: 1px solid transparent;
  box-shadow: none;
  color: #737373;
}
.jewel.button.unboxed[disabled] {
  background: rgba(243, 243, 243, 0) !important;
  border: 1px solid transparent !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.unboxed[disabled]:hover, .jewel.button.unboxed[disabled]:hover:focus {
  color: silver;
}

.jewel.button.primary.unboxed {
  background: rgba(60, 173, 241, 0);
  border: 1px solid transparent;
  box-shadow: none;
  color: #0f88d1;
  text-shadow: none;
}
.jewel.button.primary.unboxed:hover, .jewel.button.primary.unboxed:hover:focus {
  background: rgba(60, 173, 241, 0.15);
  border: 1px solid transparent;
  color: #0c69a2;
}
.jewel.button.primary.unboxed:active, .jewel.button.primary.unboxed:active:focus {
  background: rgba(60, 173, 241, 0.25);
  border: 1px solid transparent;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.unboxed:focus {
  background: rgba(60, 173, 241, 0.15);
  border: 1px solid transparent;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.unboxed[disabled] {
  background: rgba(243, 243, 243, 0) !important;
  border: 1px solid transparent !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.primary.unboxed[disabled]:hover, .jewel.button.primary.unboxed[disabled]:hover:focus {
  color: silver;
}

.jewel.card {
  font-size: 1em;
  font-weight: 400;
  background: white;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tourdejewel/assets/themes/Jewel-Light-NoFlat-Primary-Blue-Theme/defaults.css [213:363]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  color: #FFFFFF;
}
.jewel.button.primary[disabled] {
  background: #f3f3f3 !important;
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.primary[disabled]:hover, .jewel.button.primary[disabled]:hover:focus {
  color: silver;
}

.jewel.button.outlined {
  background: rgba(179, 179, 179, 0.05);
  border: 1px solid #999999;
  box-shadow: none;
  color: #8d8d8d;
  text-shadow: none;
}
.jewel.button.outlined:hover, .jewel.button.outlined:hover:focus {
  background: rgba(179, 179, 179, 0.15);
  border: 1px solid #8d8d8d;
  color: #737373;
}
.jewel.button.outlined:active, .jewel.button.outlined:active:focus {
  background: rgba(179, 179, 179, 0.25);
  border: 1px solid #858585;
  box-shadow: none;
  color: #737373;
}
.jewel.button.outlined:focus {
  border: 1px solid gray;
  box-shadow: none;
  color: #737373;
}
.jewel.button.outlined[disabled] {
  background: rgba(243, 243, 243, 0.1) !important;
  border: 1px solid #d9d9d9 !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.outlined[disabled]:hover, .jewel.button.outlined[disabled]:hover:focus {
  color: silver;
}

.jewel.button.primary.outlined {
  background: rgba(60, 173, 241, 0.05);
  border: 1px solid #1198e9;
  box-shadow: none;
  color: #0f88d1;
  text-shadow: none;
}
.jewel.button.primary.outlined:hover, .jewel.button.primary.outlined:hover:focus {
  background: rgba(60, 173, 241, 0.15);
  border: 1px solid #0f88d1;
  color: #0c69a2;
}
.jewel.button.primary.outlined:active, .jewel.button.primary.outlined:active:focus {
  background: rgba(60, 173, 241, 0.25);
  border: 1px solid #0e7fc3;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.outlined:focus {
  border: 1px solid #0d79ba;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.outlined[disabled] {
  background: rgba(243, 243, 243, 0.1) !important;
  border: 1px solid #d9d9d9 !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.primary.outlined[disabled]:hover, .jewel.button.primary.outlined[disabled]:hover:focus {
  color: silver;
}

.jewel.button.unboxed {
  background: rgba(179, 179, 179, 0);
  border: 1px solid transparent;
  box-shadow: none;
  color: #8d8d8d;
  text-shadow: none;
}
.jewel.button.unboxed:hover, .jewel.button.unboxed:hover:focus {
  background: rgba(179, 179, 179, 0.15);
  border: 1px solid transparent;
  color: #737373;
}
.jewel.button.unboxed:active, .jewel.button.unboxed:active:focus {
  background: rgba(179, 179, 179, 0.25);
  border: 1px solid transparent;
  box-shadow: none;
  color: #737373;
}
.jewel.button.unboxed:focus {
  background: rgba(179, 179, 179, 0.15);
  border: 1px solid transparent;
  box-shadow: none;
  color: #737373;
}
.jewel.button.unboxed[disabled] {
  background: rgba(243, 243, 243, 0) !important;
  border: 1px solid transparent !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.unboxed[disabled]:hover, .jewel.button.unboxed[disabled]:hover:focus {
  color: silver;
}

.jewel.button.primary.unboxed {
  background: rgba(60, 173, 241, 0);
  border: 1px solid transparent;
  box-shadow: none;
  color: #0f88d1;
  text-shadow: none;
}
.jewel.button.primary.unboxed:hover, .jewel.button.primary.unboxed:hover:focus {
  background: rgba(60, 173, 241, 0.15);
  border: 1px solid transparent;
  color: #0c69a2;
}
.jewel.button.primary.unboxed:active, .jewel.button.primary.unboxed:active:focus {
  background: rgba(60, 173, 241, 0.25);
  border: 1px solid transparent;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.unboxed:focus {
  background: rgba(60, 173, 241, 0.15);
  border: 1px solid transparent;
  box-shadow: none;
  color: #0c69a2;
}
.jewel.button.primary.unboxed[disabled] {
  background: rgba(243, 243, 243, 0) !important;
  border: 1px solid transparent !important;
  color: silver;
  text-shadow: unset;
}
.jewel.button.primary.unboxed[disabled]:hover, .jewel.button.primary.unboxed[disabled]:hover:focus {
  color: silver;
}

.jewel.card {
  font-size: 1em;
  font-weight: 400;
  background: white;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



